Skip to content

chore(dev-deps): update typescript-eslint monorepo to v8.67.0 - #1056

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

chore(dev-deps): update typescript-eslint monorepo to v8.67.0#1056
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v8.67.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.66.0

Compare Source

🩹 Fixes
  • eslint-plugin: [class-literal-property-style] preserve type annotations and don't drop decorators (#​12617)
  • eslint-plugin: [no-unnecessary-type-parameters] check MappedType key remapping (#​12588)
  • eslint-plugin: [no-useless-default-assignment] don't report defaults used by other overloads (#​12607)
  • eslint-plugin: [prefer-nullish-coalescing] handle shadowed Boolean calls (#​12591)
  • eslint-plugin: [no-unnecessary-type-conversion] ignore shadowed built-ins (#​12590)
❤️ Thank You

See GitHub Releases for more information.

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

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.

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.

v8.58.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#​12147)
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

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.67.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.66.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.65.0

Compare Source

🚀 Features
  • add warning when TS 7 is detected (#​12529)
  • parser: add onUnsupportedTypeScriptVersion option to error on unsupported TypeScript versions (#​12465)
❤️ 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

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.

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ 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
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 added 💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates. labels May 1, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 5f93727 to 1f345b0 Compare May 7, 2026 21:52
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.59.1 chore(dev-deps): update typescript-eslint monorepo to v8.59.2 May 7, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 1f345b0 to 0239fc3 Compare May 14, 2026 20:45
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.59.2 chore(dev-deps): update typescript-eslint monorepo to v8.59.3 May 14, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 0239fc3 to 9590092 Compare May 21, 2026 21:50
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.59.3 chore(dev-deps): update typescript-eslint monorepo to v8.59.4 May 21, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 9590092 to 48c3885 Compare May 29, 2026 00:46
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.59.4 chore(dev-deps): update typescript-eslint monorepo to v8.60.0 May 29, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 6 times, most recently from 82f43ac to 8b41547 Compare June 4, 2026 22:14
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.60.0 chore(dev-deps): update typescript-eslint monorepo to v8.60.1 Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 8b41547 to e1d25f1 Compare June 13, 2026 15:48
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.60.1 chore(dev-deps): update typescript-eslint monorepo to v8.61.0 Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from e1d25f1 to a77d176 Compare June 18, 2026 21:57
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.61.0 chore(dev-deps): update typescript-eslint monorepo to v8.61.1 Jun 18, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from a77d176 to f58d010 Compare June 25, 2026 18:39
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.61.1 chore(dev-deps): update typescript-eslint monorepo to v8.62.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 9bfdc0c to 87529d1 Compare July 2, 2026 20:06
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.62.0 chore(dev-deps): update typescript-eslint monorepo to v8.62.1 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 648862e to 4ede129 Compare July 9, 2026 19:35
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.62.1 chore(dev-deps): update typescript-eslint monorepo to v8.63.0 Jul 9, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 4ede129 to 7a24a33 Compare July 17, 2026 10:09
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.63.0 chore(dev-deps): update typescript-eslint monorepo to v8.64.0 Jul 17, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 7a24a33 to f2adff7 Compare July 23, 2026 18:05
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.64.0 chore(dev-deps): update typescript-eslint monorepo to v8.65.0 Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 3a79ea7 to ed03870 Compare August 6, 2026 17:46
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.65.0 chore(dev-deps): update typescript-eslint monorepo to v8.66.0 Aug 6, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from ed03870 to 0a61877 Compare August 13, 2026 22:08
@renovate renovate Bot changed the title chore(dev-deps): update typescript-eslint monorepo to v8.66.0 chore(dev-deps): update typescript-eslint monorepo to v8.67.0 Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💙 Renovate Type: Maintenance Generic maintenance tasks, e.g., package updates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants