chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.63.0 #762

Open
renovate wants to merge 1 commit from renovate/typescript-eslint-eslint-plugin-8.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.59.38.63.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.63.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] detect async usage of a sync dispose usage (#​12426)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] don't flag a shadowed String() call (#​12492)
  • eslint-plugin: [no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions (#​12491, #​12485)
  • eslint-plugin: [method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax (#​12447, #​12446)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.62.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement (#​12443, #​12418)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons (#​12365)
  • eslint-plugin: [prefer-optional-chain] use suggestion instead of autofix for trailing binary operator (#​12328)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.62.0

Compare Source

🚀 Features
  • remove redundant package.json "files" (#​12444)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#​12388)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#​12413)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#​12394, #​12393)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#​12281)
  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#​12396, #​10577)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.0

Compare Source

🚀 Features
  • ast-spec: change type of UnaryExpression.prefix to always true (#​12372)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.60.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#​12182)
  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#​12352)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.60.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.59.4

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] stack overflow when using recursive types (#​12294)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.59.3` → `8.63.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.59.3/8.63.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.63.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8630-2026-07-06) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0) ##### 🚀 Features - **eslint-plugin:** \[no-misused-promises] detect async usage of a sync dispose usage ([#&#8203;12426](https://github.com/typescript-eslint/typescript-eslint/pull/12426)) ##### 🩹 Fixes - **eslint-plugin:** \[no-base-to-string] don't flag a shadowed String() call ([#&#8203;12492](https://github.com/typescript-eslint/typescript-eslint/pull/12492)) - **eslint-plugin:** \[no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions ([#&#8203;12491](https://github.com/typescript-eslint/typescript-eslint/pull/12491), [#&#8203;12485](https://github.com/typescript-eslint/typescript-eslint/issues/12485)) - **eslint-plugin:** \[method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax ([#&#8203;12447](https://github.com/typescript-eslint/typescript-eslint/pull/12447), [#&#8203;12446](https://github.com/typescript-eslint/typescript-eslint/issues/12446)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - Kristjan [@&#8203;KristjanTammekivi](https://github.com/KristjanTammekivi) - Michael Naumov [@&#8203;mnaoumov](https://github.com/mnaoumov) - Serhii Leniv [@&#8203;Serhii-Leniv](https://github.com/Serhii-Leniv) - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information. 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.62.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8621-2026-06-29) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.62.0...v8.62.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement ([#&#8203;12443](https://github.com/typescript-eslint/typescript-eslint/pull/12443), [#&#8203;12418](https://github.com/typescript-eslint/typescript-eslint/issues/12418)) - **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons ([#&#8203;12365](https://github.com/typescript-eslint/typescript-eslint/pull/12365)) - **eslint-plugin:** \[prefer-optional-chain] use suggestion instead of autofix for trailing binary operator ([#&#8203;12328](https://github.com/typescript-eslint/typescript-eslint/pull/12328)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) - mdm317 - Patrick Aleite - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information. 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.62.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8620-2026-06-22) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.61.1...v8.62.0) ##### 🚀 Features - remove redundant package.json "files" ([#&#8203;12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information. 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.61.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8611-2026-06-15) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.61.0...v8.61.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-template-expression] respect ECMAScript line terminators ([#&#8203;12388](https://github.com/typescript-eslint/typescript-eslint/pull/12388)) - **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] fix precedence bug in autofix ([#&#8203;12413](https://github.com/typescript-eslint/typescript-eslint/pull/12413)) - **eslint-plugin:** \[no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body ([#&#8203;12394](https://github.com/typescript-eslint/typescript-eslint/pull/12394), [#&#8203;12393](https://github.com/typescript-eslint/typescript-eslint/issues/12393)) - **eslint-plugin:** \[no-unnecessary-type-assertion] avoid false positive for template literal expressions ([#&#8203;12281](https://github.com/typescript-eslint/typescript-eslint/pull/12281)) - **eslint-plugin:** \[consistent-indexed-object-style] do not remove comments when fixing ([#&#8203;12396](https://github.com/typescript-eslint/typescript-eslint/pull/12396), [#&#8203;10577](https://github.com/typescript-eslint/typescript-eslint/issues/10577)) ##### ❤️ Thank You - Anas [@&#8203;anasm266](https://github.com/anasm266) - Deftera [@&#8203;Deftera186](https://github.com/Deftera186) - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) - lumir - Sarath Francis [@&#8203;sarathfrancis90](https://github.com/sarathfrancis90) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.1) for more information. 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.61.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8610-2026-06-08) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.60.1...v8.61.0) ##### 🚀 Features - **ast-spec:** change type of `UnaryExpression.prefix` to always `true` ([#&#8203;12372](https://github.com/typescript-eslint/typescript-eslint/pull/12372)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.61.0) for more information. 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.60.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8601-2026-06-01) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.60.0...v8.60.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-shadow] correct rule to match ESLint v10 handling ([#&#8203;12182](https://github.com/typescript-eslint/typescript-eslint/pull/12182)) - **eslint-plugin:** respect ECMAScript line terminators in ts-comment rules ([#&#8203;12352](https://github.com/typescript-eslint/typescript-eslint/pull/12352)) ##### ❤️ Thank You - lumir - Nevette Bailey [@&#8203;nevette-bailey](https://github.com/nevette-bailey) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.1) for more information. 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.60.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8600-2026-05-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.59.4...v8.60.0) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.60.0) for more information. 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.59.4`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8594-2026-05-18) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.59.3...v8.59.4) ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] stack overflow when using recursive types ([#&#8203;12294](https://github.com/typescript-eslint/typescript-eslint/pull/12294)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.59.4) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI0Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.59.4
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
74ef89eb7e
renovate scheduled this pull request to auto merge when all checks succeed 2026-05-18 20:03:57 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 74ef89eb7e
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
to 74d3f58e9f
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2026-05-25 20:04:32 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.59.4 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.60.0 2026-05-25 20:04:36 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 74d3f58e9f
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
to 943938c81d
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2026-06-01 21:05:51 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.60.0 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.60.1 2026-06-01 21:05:59 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 943938c81d
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
to 5307001e10
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2026-06-08 20:05:25 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.60.1 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.61.0 2026-06-08 20:05:31 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 5307001e10
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
to cec13bfb13
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2026-06-15 21:04:56 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.61.0 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.61.1 2026-06-15 21:05:03 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from cec13bfb13
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
to c678122b04
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
renovate/artifacts Artifact file update failure
2026-06-22 21:05:18 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.61.1 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.62.0 2026-06-22 21:05:24 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from c678122b04
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
renovate/artifacts Artifact file update failure
to 401724b9cd
Some checks failed
ci/woodpecker/push/build Pipeline was canceled
ci/woodpecker/push/test unknown status
ci/woodpecker/push/deploy unknown status
2026-06-29 20:05:30 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.62.0 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.62.1 2026-06-29 20:05:35 +02:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 401724b9cd
Some checks failed
ci/woodpecker/push/build Pipeline was canceled
ci/woodpecker/push/test unknown status
ci/woodpecker/push/deploy unknown status
to 059610cead
Some checks failed
ci/woodpecker/push/test unknown status
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/build Pipeline was canceled
2026-07-06 20:04:59 +02:00
Compare
renovate changed title from chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.62.1 to chore(deps): update dependency @typescript-eslint/eslint-plugin to v8.63.0 2026-07-06 20:05:05 +02:00
Some checks failed
ci/woodpecker/push/test unknown status
Required
Details
ci/woodpecker/push/deploy unknown status
Required
Details
ci/woodpecker/push/build Pipeline was canceled
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typescript-eslint-eslint-plugin-8.x-lockfile:renovate/typescript-eslint-eslint-plugin-8.x-lockfile
git switch renovate/typescript-eslint-eslint-plugin-8.x-lockfile
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
yolokube/dashboard!762
No description provided.