Releases: typescript-eslint/typescript-eslint
Releases · typescript-eslint/typescript-eslint
v5.35.1
5.35.1 (2022-08-24)
Features
- eslint-plugin: [explicit-member-accessibility] suggest adding explicit accessibility specifiers (#5492) (0edb94a)
- eslint-plugin: [prefer-optional-chain] support suggesting
!foo || !foo.bar
as a valid match for the rule (#5266) (aca935c)
- types: add unbound property in parser options (#5419) (e08a9dd)
Bug Fixes
- eslint-plugin: correct rule schemas to pass ajv validation (#5531) (dbf8b56)
- ast-spec: NewExpression argument can be SpreadElement now (#5422) (3ced62f)
- eslint-plugin: [no-useless-constructor] handle parameter decorator (#5450) (864dbcf)
- scope-manager: visit static blocks (#5489) (78745c2)
v5.33.1
5.33.1 (2022-08-15)
Bug Fixes
- missing placeholders in violation messages for
no-unnecessary-type-constraint
and no-unsafe-argument
(and enable eslint-plugin/recommended
rules internally) (#5453) (d023910)
v5.33.0
5.33.0 (2022-08-08)
Bug Fixes
- eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f)
- website: add explicit frontmatter description to rule docs (#5429) (63cba5f)
Features
- eslint-plugin: [member-ordering] support static blocks (#5417) (5983e5a)
- eslint-plugin: [prefer-as-const] adds support for class properties (#5413) (d2394f8)
v5.32.0
5.32.0 (2022-08-01)
Features
- eslint-plugin: [no-use-before-define] add "allowNamedExports" option (#5397) (ad412cd)
v5.31.0
5.31.0 (2022-07-25)
Bug Fixes
- eslint-plugin: [typedef] Support nested array destructuring with type annotation (#5311) (6d19efe)
- scope-manager: handle typeParameters of TSInstantiationExpression (#5355) (2595ccf)
Features
- eslint-plugin: [consistent-generic-ctors] check class field declaration (#5288) (48f996e)
- eslint-plugin: [prefer-nullish-coalescing] add ignoreTernaryTests option (#4965) (f82727f)
v5.30.7
5.30.7 (2022-07-18)
Bug Fixes
- eslint-plugin: [no-inferrable] fix optional param to valid code (#5342) (98f6d5e)
- eslint-plugin: [no-unused-vars] highlight last write reference (#5267) (c3f199a)
- expose types supporting old versions of typescript (#5339) (4ba9bdb)
- scope-manager: allow visiting of constraint in infer type (#5331) (b2846a1)
v5.30.6
5.30.6 (2022-07-11)
Note: Version bump only for package @typescript-eslint/typescript-eslint
v5.30.5
5.30.5 (2022-07-04)
Bug Fixes
- eslint-plugin: [consistent-indexed-object-style] fix record mode fixer for generics with a default value (#5280) (57f032c)
- eslint-plugin: [no-base-to-string] add missing apostrophe to message (#5270) (d320174)
v5.30.0
5.30.0 (2022-06-27)
Features
- eslint-plugin: [no-shadow] add shadowed variable location to the error message (#5183) (8ca08e9)
- treat
this
in typeof this
as a ThisExpression
(#4382) (b04b2ce)
v5.29.0
Note: Version bump only for weekly release.
Unfortunately we marked a website change as a feat
, hence this wasn't just a patch-level bump.