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
TypeOrValueSpecifier
with aPackageSpecifier
(#10667)
❤️ Thank You
- Josh Goldberg ✨
- mdm317
- Olivier Zalmanski @OlivierZal
- Ronen Amiel
- YeonJuan @yeonjuan
You can read about our versioning strategy and releases on our website.