Skip to content

Update dependency @typescript-eslint/eslint-plugin to v8.65.0 - #455

Merged
ryanmab merged 1 commit into
mainfrom
renovate/typescript-eslint-monorepo
Jul 26, 2026
Merged

Update dependency @typescript-eslint/eslint-plugin to v8.65.0#455
ryanmab merged 1 commit into
mainfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) 8.59.48.65.0 age confidence

Release Notes

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

v8.65.0

Compare Source

🚀 Features
  • eslint-plugin: [no-shadow] specialized error on enum declaration and member shadowing (#​12578)
  • add warning when TS 7 is detected (#​12529)
  • eslint-plugin: [no-restricted-imports] deprecate extension rule (#​12527, #​19562, #​11889)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key (#​12568)
  • eslint-plugin: [unbound-method] report unbound methods accessed via member expression on union types (#​12448)
  • eslint-plugin: [prefer-string-starts-ends-with] handle escaped $ ending regex literals (#​12515)
❤️ Thank You

See GitHub Releases for more information.

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

v8.64.0

Compare Source

🚀 Features
  • eslint-plugin: [no-loop-func] support using / await using declarations and deprecate the rule (#​12500)
  • typescript-estree: throw for invalid definite assignment in class properties (#​12543)
🩹 Fixes
  • eslint-plugin: [require-array-sort-compare] handle constrained arrays (#​12512)
❤️ Thank You

See GitHub Releases for more information.

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

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.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the bump-patch Pull request which needs to bump a patch version in this repository. label May 25, 2026
@renovate
renovate Bot requested a review from ryanmab as a code owner May 25, 2026 21:33
@renovate renovate Bot added chore Pull requests that resolve chores (for releases) dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code bump-patch Pull request which needs to bump a patch version in this repository. labels May 25, 2026
@coverage-robot

coverage-robot Bot commented May 25, 2026

Copy link
Copy Markdown

Coverage Report

Merging #455 will not change the total coverage (compared to 8d185db)

Total Coverage Diff Coverage
92.52% ø
Tags
Tag Lines Covered Partial Uncovered Coverage
action-clover 93 76 11 6 93.55%
action-lcov 107 94 4 9 91.59%
Impacted Files

No impacted files in #455

Last update to 363e3dd at 21:54pm UTC

@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from c743fde to 3c4a618 Compare June 1, 2026 17:40
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to v8.60.0 Update dependency @typescript-eslint/eslint-plugin to v8.60.1 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 3c4a618 to 84c64b1 Compare June 2, 2026 00:44
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to v8.60.1 Update typescript-eslint monorepo to v8.60.1 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 84c64b1 to 58f62cc Compare June 8, 2026 23:15
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.60.1 Update typescript-eslint monorepo to v8.61.0 Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 3bb9859 to 2c4cabb Compare June 15, 2026 22:14
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.61.0 Update typescript-eslint monorepo to v8.61.1 Jun 15, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2c4cabb to 35f1ab4 Compare June 22, 2026 19:01
@renovate renovate Bot changed the title Update typescript-eslint monorepo to v8.61.1 Update typescript-eslint monorepo Jun 22, 2026
@renovate renovate Bot changed the title Update typescript-eslint monorepo Update dependency @typescript-eslint/eslint-plugin to v8.62.0 Jun 25, 2026
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to v8.62.0 Update dependency @typescript-eslint/eslint-plugin to v8.62.1 Jun 29, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from c08e13a to efa7691 Compare July 6, 2026 18:10
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to v8.62.1 Update dependency @typescript-eslint/eslint-plugin to v8.63.0 Jul 6, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from bf3c570 to 028016d Compare July 13, 2026 19:00
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to v8.63.0 Update dependency @typescript-eslint/eslint-plugin to v8.64.0 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 028016d to 67ea8df Compare July 21, 2026 03:08
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to v8.64.0 Update dependency @typescript-eslint/eslint-plugin to v8.65.0 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 67ea8df to 363e3dd Compare July 24, 2026 21:52
@ryanmab
ryanmab merged commit 147e854 into main Jul 26, 2026
9 checks passed
@renovate
renovate Bot deleted the renovate/typescript-eslint-monorepo branch July 26, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-patch Pull request which needs to bump a patch version in this repository. chore Pull requests that resolve chores (for releases) dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant