Skip to content

chore(deps): update typescript-eslint monorepo to v8.70.0 - #106

Open
team-github-bot wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo
Open

team-github-bot wants to merge 1 commit into
mainfrom
renovate/typescript-eslint-monorepo

Conversation

@team-github-bot

@team-github-bot team-github-bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v8.70.0

Compare Source

🚀 Features
  • eslint-plugin: [no-generated-empty-object-type] add rule (#​12730)
🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#​12728)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#​12729)
❤️ Thank You

See GitHub Releases for more information.

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

v8.69.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-promises] add flagUnions option for checkConditionals (#​12603)
🩹 Fixes
  • eslint-plugin: [no-meaningless-void-operator] report void on non-call expressions (#​12727)
  • eslint-plugin: [unified-signatures] compare type parameters by constraint instead of name (#​12741)
  • eslint-plugin: [no-mixed-enums] use scope analysis instead of type checking for merged namespaces (#​12731)
❤️ Thank You

See GitHub Releases for more information.

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

v8.68.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-void-return] add fix suggestions (#​12086)
🩹 Fixes
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#​12739)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#​12646)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#​12711)
  • eslint-plugin: [unified-signatures] report identical signatures (#​12678)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#​12707)
  • eslint-plugin: [unified-signatures] deduplicate types in report (#​12656)
❤️ Thank You

See GitHub Releases for more information.

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

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.

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

v8.70.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.69.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.68.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.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.


Configuration

📅 Schedule: 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 these updates again.


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

This PR has been generated by Renovate Bot.

@team-github-bot
team-github-bot requested a review from a team as a code owner May 14, 2026 00:30
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 1b13c17 to 442fa28 Compare May 21, 2026 00:32
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.59.3 chore(deps): update typescript-eslint monorepo to v8.59.4 May 21, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 442fa28 to 9f53d9f Compare May 28, 2026 00:29
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.59.4 chore(deps): update typescript-eslint monorepo to v8.60.0 May 28, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 9f53d9f to b3af6f8 Compare June 4, 2026 00:42
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.60.0 chore(deps): update typescript-eslint monorepo to v8.60.1 Jun 4, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from c8f33c8 to 5aa062e Compare June 11, 2026 00:37
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.60.1 chore(deps): update typescript-eslint monorepo to v8.61.0 Jun 11, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from bb7c717 to 8d98751 Compare June 18, 2026 00:39
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.61.0 chore(deps): update typescript-eslint monorepo to v8.61.1 Jun 18, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 62dfdb3 to 3c0f321 Compare June 25, 2026 00:34
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.61.1 chore(deps): update typescript-eslint monorepo to v8.62.0 Jun 25, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from d1f6681 to e702e86 Compare July 2, 2026 00:33
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.62.0 chore(deps): update typescript-eslint monorepo to v8.62.1 Jul 2, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from e702e86 to 47339e5 Compare July 9, 2026 00:28
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.62.1 chore(deps): update typescript-eslint monorepo to v8.63.0 Jul 9, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 47339e5 to 97d676a Compare July 16, 2026 00:23
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.63.0 chore(deps): update typescript-eslint monorepo to v8.64.0 Jul 16, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from cfe9982 to b168319 Compare July 23, 2026 00:27
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.64.0 chore(deps): update typescript-eslint monorepo to v8.65.0 Jul 23, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from dbc6b2d to 025eec6 Compare July 28, 2026 00:25
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 025eec6 to 3c48960 Compare August 6, 2026 00:21
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.65.0 chore(deps): update typescript-eslint monorepo to v8.66.0 Aug 6, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 9859558 to 362f4a6 Compare August 13, 2026 00:16
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.66.0 chore(deps): update typescript-eslint monorepo to v8.67.0 Aug 13, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 362f4a6 to 27e23ce Compare August 27, 2026 01:17
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.67.0 chore(deps): update typescript-eslint monorepo to v8.68.0 Aug 27, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from 27e23ce to e300afb Compare September 3, 2026 00:13
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.68.0 chore(deps): update typescript-eslint monorepo to v8.69.0 Sep 3, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from e300afb to b18158e Compare September 10, 2026 00:13
@team-github-bot team-github-bot changed the title chore(deps): update typescript-eslint monorepo to v8.69.0 chore(deps): update typescript-eslint monorepo to v8.70.0 Sep 10, 2026
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from b18158e to bc6a002 Compare September 14, 2026 00:15
@team-github-bot
team-github-bot force-pushed the renovate/typescript-eslint-monorepo branch from bc6a002 to 073dcd4 Compare September 22, 2026 00:14
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.

2 participants