Sourced from typescript-eslint's releases.
v8.22.0
8.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
- eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
- eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
- eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
- eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
- eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
- type-utils: support matching intersection types in
TypeOrValueSpecifierwith aPackageSpecifier(#10667)❤️ Thank You
- Josh Goldberg ✨
- mdm317
- Olivier Zalmanski
@​OlivierZal- Ronen Amiel
- YeonJuan
@​yeonjuanYou can read about our versioning strategy and releases on our website.
Sourced from typescript-eslint's changelog.
8.22.0 (2025-01-27)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
94e8098
chore(release): publish 8.22.0