Releases: typescript-eslint/typescript-eslint
Releases · typescript-eslint/typescript-eslint
v6.7.3
v6.7.2
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/typescript-eslint
You can read about our versioning strategy and releases on our website.
v6.7.1
6.7.1 (2023-09-18)
⚠️ Due to an npm registry server error, the packages at this version were partially published. Please use 6.7.2 instead.
You can read about our versioning strategy and releases on our website.
v6.7.0
6.7.0 (2023-09-11)
Bug Fixes
- eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#7560) (4908905)
Features
You can read about our versioning strategy and releases on our website.
v6.6.0
v6.5.0
6.5.0 (2023-08-28)
Bug Fixes
- eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#6885) (23ac499)
Features
- bump supported TS version to 5.2 (#7535) (f18c88d)
- support Explicit Resource Management syntax for TS 5.2 (#7479) (c11e05c)
You can read about our versioning strategy and releases on our website.
v6.4.1
v6.4.0
6.4.0 (2023-08-14)
Bug Fixes
- eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#7289) (bad37a2)
- eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#7394) (ad8401a)
- typescript-estree: support
declare
andexport
modifiers for nested namespace declaration (#7410) (49a53f0) - utils: add new properties since eslint 8.40.0 (#7460) (660aff7)
- utils: add to JSONSchema4Type missing Array and Object (#7406) (60df0bb)
Features
You can read about our versioning strategy and releases on our website.
v6.3.0
6.3.0 (2023-08-07)
Bug Fixes
- eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
- eslint-plugin: [no-restricted-imports] allow inline type qualifiers when
allowTypeImports
enabled (#7379) (cc9a46d)
Features
- eslint-plugin: [prefer-nullish-coalescing] allow
ignorePrimitives
option to betrue
(#7331) (dfcafae)
You can read about our versioning strategy and releases on our website.