Bump typescript-eslint from 8.21.0 to 8.22.0
Bumps typescript-eslint from 8.21.0 to 8.22.0.
Release notes
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
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.
Changelog
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.
Commits
-
94e8098
chore(release): publish 8.22.0 - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts