Skip to content

build(deps): update typescript-eslint to v8.64.0 (main)#187

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-typescript-eslint
Open

build(deps): update typescript-eslint to v8.64.0 (main)#187
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-typescript-eslint

Conversation

@renovate

@renovate renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.58.28.64.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.58.28.64.0 age adoption passing confidence

Release Notes

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

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.

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.

v8.59.3

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.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] object destructuring values should be treated as declarations (#​12292)
  • eslint-plugin: [no-unsafe-type-assertion] handle crash on recursive template literal types (#​12150)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#​12241)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#​12220)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#​12278)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#​12269)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#​12257)
  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#​12246)
❤️ Thank You

See GitHub Releases for more information.

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

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

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

v8.64.0

Compare Source

This was a version bump only for parser 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.63.0

Compare Source

This was a version bump only for parser 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.62.1

Compare Source

This was a version bump only for parser 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.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

This was a version bump only for parser 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.61.0

Compare Source

This was a version bump only for parser 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.60.1

Compare Source

This was a version bump only for parser 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.60.0

Compare Source

This was a version bump only for parser 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

This was a version bump only for parser 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.3

Compare Source

This was a version bump only for parser 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.2

Compare Source

This was a version bump only for parser 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.1

Compare Source

This was a version bump only for parser 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.0

Compare Source

This was a version bump only for parser 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: Enabled.

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.


  • 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 commented Apr 20, 2026

Copy link
Copy Markdown
Contributor Author

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 2 times, most recently from d8fe34e to 9418ddc Compare April 27, 2026 20:30
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.59.0 (main) build(deps): update typescript-eslint to v8.59.1 (main) Apr 27, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 2 times, most recently from 2dfb771 to 4f61f4c Compare May 4, 2026 23:36
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.59.1 (main) build(deps): update typescript-eslint to v8.59.2 (main) May 4, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 3 times, most recently from 4af7bbd to 6f9fa7f Compare May 11, 2026 22:58
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.59.2 (main) build(deps): update typescript-eslint to v8.59.3 (main) May 11, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 2 times, most recently from 1bacd62 to c604bf2 Compare May 18, 2026 22:41
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.59.3 (main) build(deps): update typescript-eslint to v8.59.4 (main) May 18, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 3 times, most recently from d357a30 to 3cd89e6 Compare May 25, 2026 19:15
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.59.4 (main) build(deps): update typescript-eslint to v8.60.0 (main) May 25, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 2 times, most recently from 3b898eb to 448a16a Compare June 1, 2026 23:48
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.60.0 (main) build(deps): update typescript-eslint to v8.60.1 (main) Jun 1, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 3 times, most recently from f914b74 to 59fc618 Compare June 8, 2026 20:55
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.60.1 (main) build(deps): update typescript-eslint to v8.61.0 (main) Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 2 times, most recently from 86a685b to 42d281c Compare June 16, 2026 03:14
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.61.0 (main) build(deps): update typescript-eslint to v8.61.1 (main) Jun 16, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch from 42d281c to 528f6c1 Compare June 22, 2026 23:47
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.61.1 (main) build(deps): update typescript-eslint to v8.62.0 (main) Jun 22, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch from 528f6c1 to ad41b0a Compare June 29, 2026 21:36
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.62.0 (main) build(deps): update typescript-eslint to v8.62.1 (main) Jun 29, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch from ad41b0a to a70d0b9 Compare July 7, 2026 00:45
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.62.1 (main) build(deps): update typescript-eslint to v8.63.0 (main) Jul 7, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch 4 times, most recently from b250c47 to d44365d Compare July 13, 2026 17:44
@renovate renovate Bot changed the title build(deps): update typescript-eslint to v8.63.0 (main) build(deps): update typescript-eslint (main) Jul 13, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch from d44365d to 9df606d Compare July 14, 2026 00:32
@renovate renovate Bot changed the title build(deps): update typescript-eslint (main) build(deps): update typescript-eslint to v8.64.0 (main) Jul 14, 2026
@renovate renovate Bot force-pushed the renovate/main-typescript-eslint branch from 9df606d to 667cae0 Compare July 16, 2026 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants