Sourced from @typescript-eslint/parser
's
releases.
v6.13.1
6.13.1 (2023-11-28)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.13.0
6.13.0 (2023-11-27)
Note for eslint plugin authors and other API consumers
TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using
skipLibCheck
.Bug Fixes
Features
- support TS 5.3 (#7968) (fb50638)
- typescript-estree: pass jsDocParsingMode everywhere (#7997) (3d2a344)
You can read about our versioning strategy and releases on our website.
v6.12.0
6.12.0 (2023-11-20)
Bug Fixes
- eslint-plugin: [class-methods-use-this] detect a problematic case for private/protected members if
ignoreClassesThatImplementAnInterface
is set (#7705) (155aa1f)- eslint-plugin: [no-unnecessary-condition] fix false positive with computed member access and branded key type (#7706) (f151b26)
- eslint-plugin: [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (#7806) (a034d0a), closes #7768
- utils: add missing fields to flat config types (#7933) (533861a)
- utils: allow string processor in flat config (024ed9e)
Features
... (truncated)
Sourced from @typescript-eslint/parser
's
changelog.
6.13.1 (2023-11-28)
Note: Version bump only for package
@typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.0 (2023-11-27)
Note: Version bump only for package
@typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.12.0 (2023-11-20)
Note: Version bump only for package
@typescript-eslint/parser
You can read about our versioning strategy and releases on our website.