Skip to content

Update dependency @typescript-eslint/eslint-plugin to ^8.70.1 - #311

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@typescript-eslint/eslint-plugin (source) ^8.60.0^8.70.1 age confidence

Release Notes

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

v8.70.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] handle multiple Promise constituents (#​12904)
  • eslint-plugin: [no-useless-default-assignment] convert the fixer to a suggestion fixer (#​12826)
  • eslint-plugin: [no-unnecessary-condition] handle union-keyed index access on the left-hand side of nullish assignment (#​12747)
  • eslint-plugin: [unbound-method] treat Intl.Collator.prototype.compare as spec-bound (#​12845)
  • eslint-plugin: [no-unnecessary-parameter-property-assignment] account for parameter reassignment (#​12880)
  • eslint-plugin: [await-thenable] prevent autofix from breaking code when removing await (#​12716)
  • eslint-plugin: [no-meaningless-void-operator] allow void on assignment expressions (#​12873)
  • eslint-plugin: [no-unnecessary-type-assertion] false positive for empty object asserted to a type alias of Record (#​12869)
  • eslint-plugin: [no-misused-spread] omit WeakMap spread suggestions (#​12850)
  • eslint-plugin: [no-generated-empty-object-type] don't report a mapped type whose keys are not resolved yet (#​12854)
  • eslint-plugin: [no-explicit-any] use unknown[] for bare any rest parameters (#​12818)
  • eslint-plugin: [no-unnecessary-type-parameters] handle type precedence in the suggestion fixer (#​12637)
  • eslint-plugin: [no-useless-default-assignment] avoid false positives on tuples with a rest element (#​12768)
❤️ Thank You

See GitHub Releases for more information.

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

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.


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 becomes conflicted, 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 changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.60.1 Update typescript-eslint monorepo to ^8.60.1 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 013fbc4 to cee93ab Compare June 8, 2026 23:11
@renovate renovate Bot changed the title Update typescript-eslint monorepo to ^8.60.1 Update typescript-eslint monorepo to ^8.61.0 Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 31a55d6 to 1833b38 Compare June 16, 2026 02:45
@renovate renovate Bot changed the title Update typescript-eslint monorepo to ^8.61.0 Update typescript-eslint monorepo to ^8.61.1 Jun 16, 2026
@renovate renovate Bot changed the title Update typescript-eslint monorepo to ^8.61.1 Update typescript-eslint monorepo Jun 22, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 1833b38 to 778f8cf Compare June 22, 2026 21:40
@renovate renovate Bot changed the title Update typescript-eslint monorepo Update dependency @typescript-eslint/eslint-plugin to ^8.62.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 778f8cf to fa272df Compare June 29, 2026 18:11
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.62.0 Update dependency @typescript-eslint/eslint-plugin to ^8.62.1 Jun 29, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from fa272df to 8722f08 Compare July 7, 2026 00:08
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.62.1 Update dependency @typescript-eslint/eslint-plugin to ^8.63.0 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from df0edf3 to 333ecb6 Compare July 13, 2026 20:42
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.63.0 Update dependency @typescript-eslint/eslint-plugin to ^8.64.0 Jul 13, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from bd863eb to 5cf4f30 Compare July 20, 2026 21:06
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.64.0 Update dependency @typescript-eslint/eslint-plugin to ^8.65.0 Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from eb49ff4 to c25cc1a Compare July 30, 2026 13:55
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from c25cc1a to e22ac50 Compare August 3, 2026 18:53
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.65.0 Update dependency @typescript-eslint/eslint-plugin to ^8.66.0 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from e22ac50 to 1b55651 Compare August 10, 2026 18:09
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.66.0 Update dependency @typescript-eslint/eslint-plugin to ^8.67.0 Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 21e95dc to d159984 Compare August 14, 2026 16:11
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from d159984 to 2a6af47 Compare August 25, 2026 10:25
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.67.0 Update dependency @typescript-eslint/eslint-plugin to ^8.68.0 Aug 25, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2a6af47 to dc62ba6 Compare August 31, 2026 20:06
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.68.0 Update dependency @typescript-eslint/eslint-plugin to ^8.69.0 Aug 31, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 14338d2 to 5121a56 Compare September 8, 2026 00:38
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.69.0 Update dependency @typescript-eslint/eslint-plugin to ^8.70.0 Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from 1190fff to 2766ab6 Compare September 15, 2026 11:43
@renovate
renovate Bot force-pushed the renovate/typescript-eslint-monorepo branch from 2766ab6 to c28a2f5 Compare September 21, 2026 20:41
@renovate renovate Bot changed the title Update dependency @typescript-eslint/eslint-plugin to ^8.70.0 Update dependency @typescript-eslint/eslint-plugin to ^8.70.1 Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants