Skip to content

Releases: typescript-eslint/typescript-eslint

v5.50.0

31 Jan 09:39
Compare
Choose a tag to compare

5.50.0 (2023-01-31)

Bug Fixes

  • ast-spec: a JSXEmptyExpression is not a possible JSXExpression (#6321) (4b27777)
  • eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#5704) (09d57ce)
  • eslint-plugin: [prefer-optional-chain] fix ThisExpression and PrivateIdentifier errors (#6028) (85e783c)
  • eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#5919) (b0f6c8e), closes #1438

Features

  • eslint-plugin: add key-spacing rule extension for interface & type declarations (#6211) (67706e7)

v5.49.0

23 Jan 17:16
Compare
Choose a tag to compare

5.49.0 (2023-01-23)

Features

  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#6259) (c8a6d80)

v5.48.2

16 Jan 17:15
Compare
Choose a tag to compare

5.48.2 (2023-01-16)

Note: Version bump only for package @typescript-eslint/typescript-eslint

v5.48.1

09 Jan 17:17
Compare
Choose a tag to compare

5.48.1 (2023-01-09)

Note: Version bump only for package @typescript-eslint/typescript-eslint

v5.48.0

02 Jan 17:15
Compare
Choose a tag to compare

5.48.0 (2023-01-02)

Features

  • eslint-plugin: specify which method is unbound and added test case (#6281) (cf3ffdd)

v5.47.1

26 Dec 17:15
Compare
Choose a tag to compare

5.47.1 (2022-12-26)

Bug Fixes

  • ast-spec: correct some incorrect ast types (#6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#6256) (ccd45d4)

v5.47.0

19 Dec 17:14
Compare
Choose a tag to compare

5.47.0 (2022-12-19)

Features

  • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#5943) (9e35ef9)

v5.46.1

12 Dec 17:17
Compare
Choose a tag to compare

5.46.1 (2022-12-12)

Note: Version bump only for package @typescript-eslint/typescript-eslint

v5.46.0

08 Dec 08:38
Compare
Choose a tag to compare

5.46.0 (2022-12-08)

Bug Fixes

  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#6079) (d91a5fc)

Features

  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#6174) (8a91cbd)

v5.45.1

05 Dec 17:26
Compare
Choose a tag to compare

5.45.1 (2022-12-05)

Bug Fixes

  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#6118) (5d49d5d)
  • parser: remove the jsx option requirement for automatic jsx pragma resolution (#6134) (e777f5e)