chore(deps): update typescript-eslint monorepo to v5.54.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@typescript-eslint/eslint-plugin | 5.49.0 -> 5.54.0 |
||||
@typescript-eslint/parser | 5.49.0 -> 5.54.0 |
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.54.0
Features
- eslint-plugin: [promise-function-async] check for promises in implicit return types (#6330) (de1e5ce), closes #6329
v5.53.0
Features
- eslint-plugin: [consistent-generic-constructors] handle default parameters (#6484) (e8cebce)
- eslint-plugin: [no-mixed-enums] add rule (#6102) (16144d1)
v5.52.0
Bug Fixes
- eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#6444) (d5a6688)
- eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#6432) (e1d9c67), closes #5255
- eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#6452) (d569924)
- eslint-plugin: fix key-spacing when type starts on next line (#6412) (3eb2eed)
Features
- eslint-plugin: [block-spacing] extending base rule for TS related blocks (#6195) (b2db3f5)
- eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#6105) (113640e)
- eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#6237) (a1b3f7b)
v5.51.0
Bug Fixes
- eslint-plugin: [sort-type-constituents] fixed behavior change (#6384) (5bf7f7f), closes #6339
- eslint-plugin: do not use .at(), Node 14 does not support it (#6402) (077ed1b)
Features
- eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#6376) (3647a1c)
- eslint-plugin: [no-floating-promises] error on logical expression (#6356) (f330e06)
-
eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with
verbatimModuleSyntax
(#6394) (b14d3be) - eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#6096) (d4747cd)
v5.50.0
Bug Fixes
-
eslint-plugin: [ban-ts-comment] counts graphemes instead of
String.prototype.length
(#5704) (09d57ce) -
eslint-plugin: [prefer-optional-chain] fix
ThisExpression
andPrivateIdentifier
errors (#6028) (85e783c) - eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#5919) (b0f6c8e), closes #1438
Features
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.54.0
Note: Version bump only for package @typescript-eslint/parser
v5.53.0
Note: Version bump only for package @typescript-eslint/parser
v5.52.0
Note: Version bump only for package @typescript-eslint/parser
v5.51.0
Note: Version bump only for package @typescript-eslint/parser
v5.50.0
Note: Version bump only for package @typescript-eslint/parser
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.