Commit 3bc6737
fix(deps): Update typescript-eslint monorepo to v8.53.1 (#21945)
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| devDependencies | minor | [`8.16.0` ->
`8.53.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.16.0/8.53.1)
| `8.54.0` |
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| devDependencies | minor | [`8.16.0` ->
`8.53.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.16.0/8.53.1)
| `8.54.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v8.53.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8531-2026-01-19)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.53.0...v8.53.1)
##### 🩹 Fixes
- **utils:** make RuleCreator root defaultOptions optional
([#​11956](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11956))
- **eslint-plugin:** \[consistent-indexed-object-style] skip fixer if
interface is a default export
([#​11951](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11951))
##### ❤️ Thank You
- Cameron
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.53.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8530-2026-01-12)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.52.0...v8.53.0)
##### 🚀 Features
- **eslint-plugin:** add rule \[strict-void-return]
([#​9707](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9707))
- **eslint-plugin:** \[no-unused-vars] add a fixer to remove unused
imports
([#​11922](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11922))
##### 🩹 Fixes
- **eslint-plugin:** \[no-useless-default-assignment] fix false positive
for parameters corresponding to a rest parameter
([#​11916](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11916))
- **eslint-plugin:** replace unclear "`error` typed" with more helpful
description
([#​11704](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11704))
- **typescript-estree:** forbid invalid `extends` and `implements` in
interface declaration
([#​11935](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11935))
- **typescript-estree:** forbid invalid class implements
([#​11934](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11934))
- **typescript-estree:** forbid type-only import with both default and
named specifiers
([#​11930](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11930))
##### ❤️ Thank You
- Brad Zacher
[@​bradzacher](https://redirect.github.com/bradzacher)
- fisker Cheung [@​fisker](https://redirect.github.com/fisker)
- Josh Goldberg
- Josh Goldberg ✨
- Kirk Waiblinger
- Niki [@​phaux](https://redirect.github.com/phaux)
- Nikita
- SungHyun627
[@​SungHyun627](https://redirect.github.com/SungHyun627)
- Will Harney [@​wjhsf](https://redirect.github.com/wjhsf)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.52.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8520-2026-01-05)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.51.0...v8.52.0)
##### 🚀 Features
- **eslint-plugin-internal:** \[no-multiple-lines-of-errors] add rule
([#​11899](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11899))
##### 🩹 Fixes
- **eslint-plugin:** \[no-base-to-string] detect
@​[@​toPrimitive](https://redirect.github.com/toPrimitive)
and valueOf
([#​11901](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11901))
- **eslint-plugin:** \[no-useless-default-assignment] handle conditional
initializer
([#​11908](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11908))
##### ❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.51.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8510-2025-12-29)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.50.1...v8.51.0)
##### 🚀 Features
- **eslint-plugin:** add namespace to plugin meta
([#​11885](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11885))
- **eslint-plugin:** \[no-useless-default-assignment] fix some cases to
optional syntax
([#​11871](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11871))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-optional-chain] handle MemberExpression in
final chain position
([#​11835](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11835))
- **eslint-plugin:** bump ts-api-utils to 2.2.0
([#​11881](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11881))
- **eslint-plugin:** remove fixable from no-dynamic-delete rule
([#​11876](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11876))
- **eslint-plugin:** fix crash and false positives in
`no-useless-default-assignment`
([#​11845](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11845))
##### ❤️ Thank You
- Josh Goldberg ✨
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- mdm317
- Ulrich Stark
- Yannick Decat [@​mho22](https://redirect.github.com/mho22)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.50.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8501-2025-12-22)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.50.0...v8.50.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-type-assertion] correct handling
of undefined vs. void
([#​11826](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11826))
- **eslint-plugin:** \[method-signature-style] ignore methods that
return `this`
([#​11813](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11813))
##### ❤️ Thank You
- Josh Goldberg ✨
- Tamashoo [@​Tamashoo](https://redirect.github.com/Tamashoo)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.50.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8500-2025-12-15)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.49.0...v8.50.0)
##### 🚀 Features
- **eslint-plugin:** \[no-useless-default-assignment] add rule
([#​11720](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11720))
##### ❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.49.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8490-2025-12-08)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.48.1...v8.49.0)
##### 🚀 Features
- **eslint-plugin:** use `Intl.Segmenter` instead of `graphemer`
([#​11804](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11804))
##### 🩹 Fixes
- **deps:** update dependency prettier to v3.7.2
([#​11820](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11820))
##### ❤️ Thank You
- Justin McBride
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.48.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8481-2025-12-02)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.48.0...v8.48.1)
##### 🩹 Fixes
- **eslint-plugin:** \[restrict-template-expressions] check base types
in allow list
([#​11764](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11764),
[#​11759](https://redirect.github.com/typescript-eslint/typescript-eslint/issues/11759))
- **eslint-plugin:** honor ignored base types on generic classes
([#​11767](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11767))
- **eslint-plugin:** \[consistent-type-exports] check value flag before
resolving alias
([#​11769](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11769))
##### ❤️ Thank You
- Josh Goldberg
- OleksandraKordonets
- SangheeSon [@​Higangssh](https://redirect.github.com/Higangssh)
- tao
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.48.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8480-2025-11-24)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.47.0...v8.48.0)
##### 🚀 Features
- **eslint-plugin:** \[no-redundant-type-constituents] use assignability
checking for redundancy checks
([#​10744](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10744))
##### 🩹 Fixes
- **typescript-estree:** disallow binding patterns in parameter
properties
([#​11760](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11760))
- **eslint-plugin:** \[consistent-generic-constructors] ignore when
constructor is typed array
([#​10477](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10477))
##### ❤️ Thank You
- Dima Barabash
[@​dbarabashh](https://redirect.github.com/dbarabashh)
- JamesHenry
[@​JamesHenry](https://redirect.github.com/JamesHenry)
- Josh Goldberg
- mdm317 [@​gen-ip-1](https://redirect.github.com/gen-ip-1)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.47.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8470-2025-11-17)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.4...v8.47.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unused-private-class-members] new extension
rule
([#​10913](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10913))
##### ❤️ Thank You
- Brad Zacher
[@​bradzacher](https://redirect.github.com/bradzacher)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.4`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8464-2025-11-10)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4)
##### 🩹 Fixes
- **parser:** error when both `projectService` and `project` are set
([#​11333](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11333))
- **eslint-plugin:** handle override modifier in promise-function-async
fixer
([#​11730](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11730))
- **eslint-plugin:** \[no-deprecated] fix double-report on computed
literal identifiers
([#​11006](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11006),
[#​10958](https://redirect.github.com/typescript-eslint/typescript-eslint/issues/10958))
##### ❤️ Thank You
- Evgeny Stepanovych
[@​undsoft](https://redirect.github.com/undsoft)
- Kentaro Suzuki
[@​sushichan044](https://redirect.github.com/sushichan044)
- Maria Solano
[@​MariaSolOs](https://redirect.github.com/MariaSolOs)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.3`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8463-2025-11-03)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3)
##### 🩹 Fixes
- **eslint-plugin:** \[no-duplicate-enum-values] support signed numbers
([#​11722](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11722),
[#​11723](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11723))
- **eslint-plugin:** \[no-misused-promises] expand union type to
retrieve target property
([#​11706](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11706))
##### ❤️ Thank You
- Evgeny Stepanovych
[@​undsoft](https://redirect.github.com/undsoft)
- tao
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8462-2025-10-20)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.1...v8.46.2)
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-optional-chain] skip optional chaining
when it could change the result
([#​11702](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11702))
##### ❤️ Thank You
- mdm317
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8461-2025-10-13)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.0...v8.46.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-misused-promises] special-case `.finally` not
to report when a promise returning function is provided as an argument
([#​11667](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11667))
- **eslint-plugin:** \[prefer-optional-chain] include mixed "nullish
comparison style" chains in checks
([#​11533](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11533))
##### ❤️ Thank You
- mdm317
- Ronen Amiel
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8460-2025-10-06)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.45.0...v8.46.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unsafe-member-access] add
allowOptionalChaining option
([#​11659](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11659))
- **rule-schema-to-typescript-types:** clean up and make public
([#​11633](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11633))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-readonly-parameter-types] ignore tagged
primitives
([#​11660](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11660))
- **typescript-estree:** forbid abstract method and accessor to have
implementation
([#​11657](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11657))
- **eslint-plugin:** removed error type previously deprecated
([#​11674](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11674))
- **eslint-plugin:** \[no-deprecated] ignore deprecated `export import`s
([#​11603](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11603))
- **eslint-plugin:** \[unbound-method] improve wording around `this:
void` and binding
([#​11634](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11634))
- **rule-tester:** deprecate TestCaseError#type and LintMessage#nodeType
([#​11628](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11628))
- **eslint-plugin:** \[no-floating-promises] remove excess parentheses
in suggestions
([#​11487](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11487))
##### ❤️ Thank You
- fisker Cheung [@​fisker](https://redirect.github.com/fisker)
- Josh Goldberg ✨
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- Mark de Dios
[@​peanutenthusiast](https://redirect.github.com/peanutenthusiast)
- Richard Torres
[@​richardtorres314](https://redirect.github.com/richardtorres314)
- Victor Genaev
[@​mainframev](https://redirect.github.com/mainframev)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.45.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8450-2025-09-29)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.44.1...v8.45.0)
##### 🚀 Features
- **eslint-plugin:** expose rule name via RuleModule interface
([#​11616](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11616))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-nullish-coalescing] ignoreBooleanCoercion
should not apply to top-level ternary expressions
([#​11614](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11614))
- **eslint-plugin:** \[no-base-to-string] check if superclass is ignored
([#​11617](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11617))
##### ❤️ Thank You
- mdm317
- Moses Odutusin
[@​thebolarin](https://redirect.github.com/thebolarin)
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.44.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8441-2025-09-22)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.44.0...v8.44.1)
##### 🩹 Fixes
- **eslint-plugin:** \[await-thenable] should not report passing values
to promise aggregators which may be a promise in an array literal
([#​11611](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11611))
- **eslint-plugin:** \[no-unsafe-enum-comparison] support unions of
literals
([#​11599](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11599))
- **eslint-plugin:** \[no-base-to-string] make ignoredTypeNames match
type names without generics
([#​11597](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11597))
##### ❤️ Thank You
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- mdm317
- Ronen Amiel
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.44.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8440-2025-09-15)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.43.0...v8.44.0)
##### 🚀 Features
- **eslint-plugin:** \[await-thenable] report invalid (non-promise)
values passed to promise aggregator methods
([#​11267](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11267))
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-type-conversion] ignore enum
members
([#​11490](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11490))
##### ❤️ Thank You
- Moses Odutusin
[@​thebolarin](https://redirect.github.com/thebolarin)
- Ronen Amiel
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.43.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8430-2025-09-08)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.42.0...v8.43.0)
##### 🚀 Features
- **typescript-estree:** disallow empty type parameter/argument lists
([#​11563](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11563))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-return-this-type] don't report an error
when returning a union type that includes a classType
([#​11432](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11432))
- **eslint-plugin:** \[no-deprecated] should report deprecated exports
and reexports
([#​11359](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11359))
- **eslint-plugin:** \[no-floating-promises] allowForKnownSafeCalls now
supports function names
([#​11423](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11423),
[#​11430](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11430))
- **eslint-plugin:** \[consistent-type-exports] fix declaration
shadowing
([#​11457](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11457))
- **eslint-plugin:** \[no-unnecessary-type-conversion] only report ~~ on
integer literal types
([#​11517](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11517))
- **scope-manager:** exclude Program from DefinitionBase node types
([#​11469](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11469))
- **eslint-plugin:** \[no-non-null-assertion] do not suggest optional
chain on LHS of assignment
([#​11489](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11489))
- **type-utils:** add union type support to TypeOrValueSpecifier
([#​11526](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11526))
##### ❤️ Thank You
- Dima [@​dbarabashh](https://redirect.github.com/dbarabashh)
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- mdm317
- tao
- Victor Genaev
[@​mainframev](https://redirect.github.com/mainframev)
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
- 민감자(Minji Kim)
[@​mouse0429](https://redirect.github.com/mouse0429)
- 송재욱
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.42.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8420-2025-09-02)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.41.0...v8.42.0)
##### 🩹 Fixes
- **deps:** update eslint monorepo to v9.33.0
([#​11482](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11482))
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.41.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8410-2025-08-25)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.40.0...v8.41.0)
##### 🩹 Fixes
- **deps:** update dependency prettier to v3.6.2
([#​11496](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11496))
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.40.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8400-2025-08-18)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.39.1...v8.40.0)
##### 🚀 Features
- **typescript-estree:** forbid invalid keys in `EnumMember`
([#​11232](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11232))
##### ❤️ Thank You
- fisker Cheung [@​fisker](https://redirect.github.com/fisker)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.39.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8391-2025-08-11)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.39.0...v8.39.1)
This was a version bump only for eslint-plugin to align it with other
projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.39.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8390-2025-08-04)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.38.0...v8.39.0)
##### 🚀 Features
- **eslint-plugin:** \[only-throw-error] support yield/await expressions
([#​11417](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11417))
- **eslint-plugin:** add no-unnecessary-type-conversion to
strict-type-checked ruleset
([#​11427](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11427))
- update to TypeScript 5.9.2
([#​11445](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11445))
- **eslint-plugin:** \[naming-convention] add enumMember PascalCase
default option
([#​11127](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11127))
##### 🩹 Fixes
- **eslint-plugin:** \[no-unsafe-assignment] add an
`unsafeObjectPattern` message
([#​11403](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11403))
- **eslint-plugin:** \[prefer-optional-chain] ignore `check` option for
most RHS of a chain
([#​11272](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11272))
##### ❤️ Thank You
- Brad Zacher
[@​bradzacher](https://redirect.github.com/bradzacher)
- James Garbutt [@​43081j](https://redirect.github.com/43081j)
- Kim Sang Du
[@​developer-bandi](https://redirect.github.com/developer-bandi)
- Sasha Kondrashov
- tao
- Younsang Na
[@​nayounsang](https://redirect.github.com/nayounsang)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.38.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8380-2025-07-21)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.37.0...v8.38.0)
##### 🩹 Fixes
- disallow extra properties in rule options
([#​11397](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11397))
- **eslint-plugin:** \[consistent-generic-constructors] resolve conflict
with `isolatedDeclarations` if enabled in `constructor` option
([#​11351](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11351))
##### ❤️ Thank You
- Andrew Kazakov
[@​andreww2012](https://redirect.github.com/andreww2012)
- Younsang Na
[@​nayounsang](https://redirect.github.com/nayounsang)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.37.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8370-2025-07-14)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.36.0...v8.37.0)
##### 🩹 Fixes
- **eslint-plugin:** \[unified-signatures] fix false positives for
ignoreOverloadsWithDifferentJSDoc option
([#​11381](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11381))
##### ❤️ Thank You
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.36.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8360-2025-07-07)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.35.1...v8.36.0)
This was a version bump only for eslint-plugin to align it with other
projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.35.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8351-2025-06-30)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.35.0...v8.35.1)
##### 🩹 Fixes
- remove prettier from eslint-plugin
([#​11339](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11339))
##### ❤️ Thank You
- Abhijeet Singh [@​cseas](https://redirect.github.com/cseas)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.35.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8350-2025-06-23)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.34.1...v8.35.0)
##### 🚀 Features
- **eslint-plugin:** \[no-base-to-string] add checkUnknown Option
([#​11128](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11128))
##### ❤️ Thank You
- Kim Sang Du
[@​developer-bandi](https://redirect.github.com/developer-bandi)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.34.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8341-2025-06-16)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.34.0...v8.34.1)
This was a version bump only for eslint-plugin to align it with other
projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.34.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8340-2025-06-09)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.33.1...v8.34.0)
##### 🩹 Fixes
- **typescript-estree:** add validation to interface extends
([#​11271](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11271))
##### ❤️ Thank You
- Tao
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.33.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8331-2025-06-02)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.33.0...v8.33.1)
##### 🩹 Fixes
- exclude docs/ directory from eslint-plugin package
([#​11251](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11251))
##### ❤️ Thank You
- roottool
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.33.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8330-2025-05-26)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.32.1...v8.33.0)
This was a version bump only for eslint-plugin to align it with other
projects, there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.32.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8321-2025-05-12)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.32.0...v8.32.1)
##### 🩹 Fixes
- **eslint-plugin:** \[consistent-indexed-object-style] check for
indirect circular types in aliased mapped types
([#​11177](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11177))
- **eslint-plugin:** \[consistent-indexed-object-style] adjust
auto-fixer to generate valid syntax for `TSMappedType` with no type
annotation
([#​11180](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11180))
- **eslint-plugin:** \[no-deprecated] support computed member access
([#​10867](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10867))
- **eslint-plugin:** \[no-unnecessary-type-conversion] shouldn't have
fixable property
([#​11194](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11194))
##### ❤️ Thank You
- Azat S. [@​azat-io](https://redirect.github.com/azat-io)
- Dima Barabash
[@​dbarabashh](https://redirect.github.com/dbarabashh)
- Ronen Amiel
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.32.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8320-2025-05-05)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.31.1...v8.32.0)
##### 🚀 Features
- **eslint-plugin:** \[only-throw-error] add option `allowRethrowing`
([#​11075](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11075))
- **eslint-plugin:** \[no-unnecessary-type-conversion] add rule
([#​10182](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10182))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-nullish-coalescing] fix parenthesization
bug in suggestion
([#​11098](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11098))
- **eslint-plugin:** \[unified-signatures] exempt `this` from optional
parameter overload check
([#​11005](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11005))
- **eslint-plugin:** \[no-unnecessary-type-parameters] should
parenthesize type in suggestion fixer if necessary
([#​10907](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10907))
##### ❤️ Thank You
- Andy Edwards
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- mdm317
- Sasha Kondrashov
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.31.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8311-2025-04-28)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.31.0...v8.31.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-condition] downgrade fix to
suggestion
([#​11081](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081))
##### ❤️ Thank You
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.31.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8310-2025-04-21)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.30.1...v8.31.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-type-assertion] add option to
ignore string const assertions
([#​10979](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979))
##### ❤️ Thank You
- Nicolas Le Cam
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.30.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8301-2025-04-14)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.30.0...v8.30.1)
##### 🩹 Fixes
- **eslint-plugin:** fix mistake with eslintrc config generation
([#​11072](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072))
##### ❤️ Thank You
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.30.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8300-2025-04-14)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.29.1...v8.30.0)
##### 🚀 Features
- **eslint-plugin:** \[no-explicit-any] suggest to replace keyof any
with PropertyKey
([#​11032](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032))
##### 🩹 Fixes
- **eslint-plugin:** \[promise-function-async] use a different error
message for functions with promise and non-promise types
([#​10950](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950))
##### ❤️ Thank You
- Dima Barabash
[@​dbarabashh](https://redirect.github.com/dbarabashh)
- Ronen Amiel
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.29.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8291-2025-04-07)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.29.0...v8.29.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-deprecated] report on deprecated imported
variable used as property
([#​10998](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10998))
##### ❤️ Thank You
- Ronen Amiel
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.29.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8290-2025-03-31)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.28.0...v8.29.0)
##### 🚀 Features
- **eslint-plugin:** \[prefer-nullish-coalescing] create
`ignoreIfStatements` option
([#​11000](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11000))
##### 🩹 Fixes
- **eslint-plugin:** \[no-array-constructor] remove optional chaining
exemption
([#​10963](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10963))
- **eslint-plugin:** support arbitrary extensions in definition files
([#​10957](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10957))
- **eslint-plugin:** \[prefer-for-of] fix false positive when using
erasable type syntax within update expressions
([#​10981](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10981))
- **eslint-plugin:** \[use-unknown-in-catch-callback-variable] remove
fixable property
([#​10993](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10993))
- **eslint-plugin:** \[no-unnecessary-condition] don't report on
unnecessary optional array index access when `noUncheckedIndexedAccess`
is enabled
([#​10961](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10961))
##### ❤️ Thank You
- Dima Barabash
[@​dbarabashh](https://redirect.github.com/dbarabashh)
- Kim Sang Du
[@​developer-bandi](https://redirect.github.com/developer-bandi)
- Olivier Zalmanski
[@​OlivierZal](https://redirect.github.com/OlivierZal)
- Ronen Amiel
- Yannick Decat [@​mho22](https://redirect.github.com/mho22)
- zyoshoka [@​zyoshoka](https://redirect.github.com/zyoshoka)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.28.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8280-2025-03-24)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.27.0...v8.28.0)
##### 🚀 Features
- **eslint-plugin:** \[prefer-nullish-coalescing] support `if` statement
assignment (`??=`) and fix several minor bugs
([#​10861](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10861))
##### 🩹 Fixes
- **eslint-plugin:** \[no-unsafe-function-type] remove fixable property
([#​10986](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10986))
##### ❤️ Thank You
- Olivier Zalmanski
[@​OlivierZal](https://redirect.github.com/OlivierZal)
- Yannick Decat [@​mho22](https://redirect.github.com/mho22)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.27.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8270-2025-03-17)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.26.1...v8.27.0)
##### 🚀 Features
- **utils:** support `DeprecatedInfo` for `rule.meta.deprecated`
([#​10932](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10932))
##### ❤️ Thank You
- ntnyq [@​ntnyq](https://redirect.github.com/ntnyq)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.26.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8261-2025-03-10)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.26.0...v8.26.1)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unsafe-return] handle recursive type
([#​10883](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10883))
- **eslint-plugin:** \[prefer-nullish-coalescing] treat `any`/`unknown`
as eligible for nullish coalescing
([#​10865](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10865))
##### ❤️ Thank You
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- YeonJuan [@​yeonjuan](https://redirect.github.com/yeonjuan)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.26.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8260-2025-03-03)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.25.0...v8.26.0)
##### 🚀 Features
- **eslint-plugin:** \[unified-signatures] support ignoring overload
signatures with different JSDoc comments
([#​10781](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10781))
- **eslint-plugin:** \[explicit-module-boundary-types] add an option to
ignore overload implementations
([#​10889](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10889))
- **eslint-plugin:** \[no-unused-var] handle implicit exports in
declaration files
([#​10714](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10714))
- support TypeScript 5.8
([#​10903](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10903))
- **eslint-plugin:** \[no-unnecessary-type-parameters] special case
tuples and parameter location arrays as single-use
([#​9536](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9536))
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-type-assertion] handle unknown
([#​10875](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10875))
- **eslint-plugin:** \[no-invalid-void-type] report `accessor`
properties with an invalid `void` type
([#​10864](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10864))
- **eslint-plugin:** \[unified-signatures] does not differentiate truly
private methods
([#​10806](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10806))
##### ❤️ Thank You
- Andrea Simone Costa
[@​jfet97](https://redirect.github.com/jfet97)
- Dirk Luijk [@​dirkluijk](https://redirect.github.com/dirkluijk)
- Ronen Amiel
- YeonJuan [@​yeonjuan](https://redirect.github.com/yeonjuan)
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.25.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8250-2025-02-24)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.24.1...v8.25.0)
##### 🚀 Features
- **eslint-plugin:** \[no-misused-spread] add suggestions
([#​10719](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10719))
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-nullish-coalescing] report on chain
expressions in a ternary
([#​10708](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10708))
- **eslint-plugin:** \[no-deprecated] report usage of deprecated private
identifiers
([#​10844](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10844))
- **eslint-plugin:** \[unified-signatures] handle getter-setter
([#​10818](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10818))
##### ❤️ Thank You
- Olivier Zalmanski
[@​OlivierZal](https://redirect.github.com/OlivierZal)
- Ronen Amiel
- YeonJuan [@​yeonjuan](https://redirect.github.com/yeonjuan)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.24.1`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8241-2025-02-17)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.24.0...v8.24.1)
##### 🩹 Fixes
- **eslint-plugin:** \[class-methods-use-this] check `accessor` methods
with a function initializer
([#​10796](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10796))
- **eslint-plugin:** \[no-misused-promises] don't report on `static`
`accessor` properties
([#​10814](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10814))
- **eslint-plugin:** \[no-deprecated] don't report on deprecated
`accessor` property declaration
([#​10813](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10813))
- **eslint-plugin:** \[explicit-member-accessibility] check `accessor`
class properties for missing accessibility modifier
([#​10805](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10805))
- **eslint-plugin:** \[explicit-module-boundary-types] check `accessor`
class properties with a function initializer
([#​10804](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10804))
- **eslint-plugin:** \[prefer-return-this-type] check `accessor`
properties with a function initializer
([#​10794](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10794))
- **eslint-plugin:** \[consistent-generic-constructors] check `accessor`
class properties
([#​10789](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10789))
- **eslint-plugin:** \[no-unsafe-assignment] report on an `any` value
assigned as an initializer of an `accessor` property
([#​10785](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10785))
- **eslint-plugin:** \[no-unnecessary-template-expression] ignore enum
and enum members
([#​10782](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10782))
- **eslint-plugin:** \[no-inferrable-types] handle accessor
([#​10780](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10780))
##### ❤️ Thank You
- Ronen Amiel
- YeonJuan
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.24.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8240-2025-02-10)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.23.0...v8.24.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-condition] make
`allowConstantLoopConditions` more granular
([#​10639](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10639))
##### 🩹 Fixes
- **eslint-plugin:** \[no-misused-spread] correct and elaborate string
spread report message
([#​10751](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10751))
- **eslint-plugin:** \[restrict-plus-operands] report adding bigints to
strings when `allowNumberAndString` is `false`
([#​10737](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10737))
##### ❤️ Thank You
- Josh Goldberg ✨
- noah
- Ronen Amiel
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.23.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8230-2025-02-03)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.22.0...v8.23.0)
##### 🚀 Features
- **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] enforce
strictNullChecks
([#​10712](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10712))
##### 🩹 Fixes
- **eslint-plugin:** \[no-shadow] ignore declare variables in definition
files shadowing global variables
([#​10710](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10710))
- **eslint-plugin:** \[no-restricted-imports] support regex option
([#​10699](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10699))
- **eslint-plugin:** \[dot-notation] handle
noPropertyAccessFromIndexSignature true
([#​10644](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10644))
- **eslint-plugin:** \[prefer-nullish-coalescing] fix missing return
([#​10732](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10732))
- bump ts-api-utils to ^2.0.1
([#​10761](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10761))
- **eslint-plugin:** \[no-unnecessary-template-expression] allow
interpolating type parameter in type context
([#​10739](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10739))
- **eslint-plugin:** \[switch-exhaustiveness-check] suggest with
qualified name
([#​10697](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10697))
- **eslint-plugin:** \[no-unnecessary-type-assertion] should report
readonly class properties with a literal initializer
([#​10618](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10618))
##### ❤️ Thank You
- Josh Goldberg ✨
- Olivier Zalmanski
[@​OlivierZal](https://redirect.github.com/OlivierZal)
- Ryan Poon [@​sopa301](https://redirect.github.com/sopa301)
- YeonJuan [@​yeonjuan](https://redirect.github.com/yeonjuan)
- Yukihiro Hasegawa [@​y-hsgw](https://redirect.github.com/y-hsgw)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.22.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8220-2025-01-27)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.21.0...v8.22.0)
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-template-expression] handle
template literal type
([#​10612](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10612))
- **eslint-plugin:** \[prefer-readonly] autofixer doesn't add type to
property that is mutated in the constructor
([#​10552](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10552))
- **eslint-plugin:** \[no-extraneous-class] handle accessor keyword
([#​10678](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10678))
- **eslint-plugin:** \[no-shadow] don't report unnecessarily on valid
ways of using module augmentation
([#​10616](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10616))
- **eslint-plugin:** \[no-duplicate-type-constituents] handle nested
types
([#​10638](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10638))
- **eslint-plugin:** \[prefer-nullish-coalescing] doesn't report on
ternary but on equivalent ||
([#​10517](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10517))
##### ❤️ Thank You
- mdm317
- Olivier Zalmanski
[@​OlivierZal](https://redirect.github.com/OlivierZal)
- Ronen Amiel
- YeonJuan [@​yeonjuan](https://redirect.github.com/yeonjuan)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
###
[`v8.21.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8210-2025-01-20)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.20.0...v8.21.0)
##### 🩹 Fixes
- **eslint-plugin:** \[no-duplicate-enum-values] handle template literal
([#​10675](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10675))
-
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day
1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>1 parent cd6b2e1 commit 3bc6737
1 file changed
Lines changed: 150 additions & 113 deletions
0 commit comments