Releases: typescript-eslint/typescript-eslint
Releases · typescript-eslint/typescript-eslint
v5.50.0
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
andPrivateIdentifier
errors (#6028) (85e783c) - eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#5919) (b0f6c8e), closes #1438
Features
v5.49.0
v5.48.2
v5.48.1
v5.48.0
v5.47.1
v5.47.0
v5.46.1
v5.46.0
v5.45.1
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)