Update dependency @typescript-eslint/eslint-plugin to v8.70.0 #12

Open
Renovate-Bot wants to merge 1 commits from renovate/typescript-eslint-eslint-plugin-8.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.61.18.70.0

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.


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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.61.1` → `8.70.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.61.1/8.70.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.70.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8700-2026-09-07) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.69.0...v8.70.0) ##### 🚀 Features - **eslint-plugin:** \[no-generated-empty-object-type] add rule ([#&#8203;12730](https://github.com/typescript-eslint/typescript-eslint/pull/12730)) ##### 🩹 Fixes - **eslint-plugin:** \[no-deprecated] report deprecated imported values used in object shorthand properties ([#&#8203;12780](https://github.com/typescript-eslint/typescript-eslint/pull/12780)) - **eslint-plugin:** \[no-unnecessary-condition] no false positive on RHS of a nested logical expression ([#&#8203;12728](https://github.com/typescript-eslint/typescript-eslint/pull/12728)) - **eslint-plugin:** \[member-ordering] don't report fields that read fields declared before them ([#&#8203;12729](https://github.com/typescript-eslint/typescript-eslint/pull/12729)) ##### ❤️ Thank You - Josh Goldberg ✨ [@&#8203;JoshuaKGoldberg](https://github.com/JoshuaKGoldberg) - Ulrich Stark [@&#8203;ulrichstark](https://github.com/ulrichstark) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.70.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.69.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8690-2026-08-31) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.68.0...v8.69.0) ##### 🚀 Features - **eslint-plugin:** \[no-misused-promises] add flagUnions option for checkConditionals ([#&#8203;12603](https://github.com/typescript-eslint/typescript-eslint/pull/12603)) ##### 🩹 Fixes - **eslint-plugin:** \[no-meaningless-void-operator] report void on non-call expressions ([#&#8203;12727](https://github.com/typescript-eslint/typescript-eslint/pull/12727)) - **eslint-plugin:** \[unified-signatures] compare type parameters by constraint instead of name ([#&#8203;12741](https://github.com/typescript-eslint/typescript-eslint/pull/12741)) - **eslint-plugin:** \[no-mixed-enums] use scope analysis instead of type checking for merged namespaces ([#&#8203;12731](https://github.com/typescript-eslint/typescript-eslint/pull/12731)) ##### ❤️ Thank You - Abdu Alim Arlikhozhaev [@&#8203;Arlikhozhaev](https://github.com/Arlikhozhaev) - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - Josh Goldberg ✨ - wonbeanie [@&#8203;wonbeanie](https://github.com/wonbeanie) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.69.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.68.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8680-2026-08-24) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.67.0...v8.68.0) ##### 🚀 Features - **eslint-plugin:** \[strict-void-return] add fix suggestions ([#&#8203;12086](https://github.com/typescript-eslint/typescript-eslint/pull/12086)) ##### 🩹 Fixes - **eslint-plugin:** \[no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults ([#&#8203;12739](https://github.com/typescript-eslint/typescript-eslint/pull/12739)) - **eslint-plugin:** \[no-floating-promises] setting `ignoreVoid: false` results in false negative in ArrowFunctionExpression ([#&#8203;12646](https://github.com/typescript-eslint/typescript-eslint/pull/12646)) - **eslint-plugin:** \[no-unnecessary-type-assertion] prevent stack overflow in recursive types ([#&#8203;12711](https://github.com/typescript-eslint/typescript-eslint/pull/12711)) - **eslint-plugin:** \[unified-signatures] report identical signatures ([#&#8203;12678](https://github.com/typescript-eslint/typescript-eslint/pull/12678)) - **eslint-plugin:** \[return-await] prevent autofix from breaking code in arrow-functions ([#&#8203;12707](https://github.com/typescript-eslint/typescript-eslint/pull/12707)) - **eslint-plugin:** \[unified-signatures] deduplicate types in report ([#&#8203;12656](https://github.com/typescript-eslint/typescript-eslint/pull/12656)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - Hugo [@&#8203;hugop95](https://github.com/hugop95) - Niki [@&#8203;phaux](https://github.com/phaux) - Younsang Na [@&#8203;nayounsang](https://github.com/nayounsang) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.68.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.67.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8670-2026-08-10) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.66.0...v8.67.0) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.67.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.66.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8660-2026-08-03) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.65.0...v8.66.0) ##### 🩹 Fixes - **eslint-plugin:** \[class-literal-property-style] preserve type annotations and don't drop decorators ([#&#8203;12617](https://github.com/typescript-eslint/typescript-eslint/pull/12617)) - **eslint-plugin:** \[no-unnecessary-type-parameters] check MappedType key remapping ([#&#8203;12588](https://github.com/typescript-eslint/typescript-eslint/pull/12588)) - **eslint-plugin:** \[no-useless-default-assignment] don't report defaults used by other overloads ([#&#8203;12607](https://github.com/typescript-eslint/typescript-eslint/pull/12607)) - **eslint-plugin:** \[prefer-nullish-coalescing] handle shadowed Boolean calls ([#&#8203;12591](https://github.com/typescript-eslint/typescript-eslint/pull/12591)) - **eslint-plugin:** \[no-unnecessary-type-conversion] ignore shadowed built-ins ([#&#8203;12590](https://github.com/typescript-eslint/typescript-eslint/pull/12590)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.66.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.65.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8650-2026-07-20) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.64.0...v8.65.0) ##### 🚀 Features - **eslint-plugin:** \[no-shadow] specialized error on enum declaration and member shadowing ([#&#8203;12578](https://github.com/typescript-eslint/typescript-eslint/pull/12578)) - add warning when TS 7 is detected ([#&#8203;12529](https://github.com/typescript-eslint/typescript-eslint/pull/12529)) - **eslint-plugin:** \[no-restricted-imports] deprecate extension rule ([#&#8203;12527](https://github.com/typescript-eslint/typescript-eslint/pull/12527), [#&#8203;19562](https://github.com/typescript-eslint/typescript-eslint/issues/19562), [#&#8203;11889](https://github.com/typescript-eslint/typescript-eslint/issues/11889)) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-parameter-property-assignment] don't flag computed assignments with a variable key ([#&#8203;12568](https://github.com/typescript-eslint/typescript-eslint/pull/12568)) - **eslint-plugin:** \[unbound-method] report unbound methods accessed via member expression on union types ([#&#8203;12448](https://github.com/typescript-eslint/typescript-eslint/pull/12448)) - **eslint-plugin:** \[prefer-string-starts-ends-with] handle escaped $ ending regex literals ([#&#8203;12515](https://github.com/typescript-eslint/typescript-eslint/pull/12515)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - Josh Goldberg ✨ - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) - Serhii Leniv [@&#8203;Serhii-Leniv](https://github.com/Serhii-Leniv) - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.65.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.64.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8640-2026-07-13) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.63.0...v8.64.0) ##### 🚀 Features - **eslint-plugin:** \[no-loop-func] support `using` / `await using` declarations and deprecate the rule ([#&#8203;12500](https://github.com/typescript-eslint/typescript-eslint/pull/12500)) - **typescript-estree:** throw for invalid definite assignment in class properties ([#&#8203;12543](https://github.com/typescript-eslint/typescript-eslint/pull/12543)) ##### 🩹 Fixes - **eslint-plugin:** \[require-array-sort-compare] handle constrained arrays ([#&#8203;12512](https://github.com/typescript-eslint/typescript-eslint/pull/12512)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.64.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.63.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8630-2026-07-06) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.62.1...v8.63.0) ##### 🚀 Features - **eslint-plugin:** \[no-misused-promises] detect async usage of a sync dispose usage ([#&#8203;12426](https://github.com/typescript-eslint/typescript-eslint/pull/12426)) ##### 🩹 Fixes - **eslint-plugin:** \[no-base-to-string] don't flag a shadowed String() call ([#&#8203;12492](https://github.com/typescript-eslint/typescript-eslint/pull/12492)) - **eslint-plugin:** \[no-unnecessary-type-assertion] handle optional-chained calls to overloaded functions ([#&#8203;12491](https://github.com/typescript-eslint/typescript-eslint/pull/12491), [#&#8203;12485](https://github.com/typescript-eslint/typescript-eslint/issues/12485)) - **eslint-plugin:** \[method-signature-style] suggest converting readonly function properties instead of emitting invalid syntax ([#&#8203;12447](https://github.com/typescript-eslint/typescript-eslint/pull/12447), [#&#8203;12446](https://github.com/typescript-eslint/typescript-eslint/issues/12446)) ##### ❤️ Thank You - Evyatar Daud [@&#8203;StyleShit](https://github.com/StyleShit) - Kristjan [@&#8203;KristjanTammekivi](https://github.com/KristjanTammekivi) - Michael Naumov [@&#8203;mnaoumov](https://github.com/mnaoumov) - Serhii Leniv [@&#8203;Serhii-Leniv](https://github.com/Serhii-Leniv) - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.63.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.62.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8621-2026-06-29) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.62.0...v8.62.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] parenthesize object literal at left edge of expression statement ([#&#8203;12443](https://github.com/typescript-eslint/typescript-eslint/pull/12443), [#&#8203;12418](https://github.com/typescript-eslint/typescript-eslint/issues/12418)) - **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] preserve boolean result in fixer for nullable true comparisons ([#&#8203;12365](https://github.com/typescript-eslint/typescript-eslint/pull/12365)) - **eslint-plugin:** \[prefer-optional-chain] use suggestion instead of autofix for trailing binary operator ([#&#8203;12328](https://github.com/typescript-eslint/typescript-eslint/pull/12328)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) - mdm317 - Patrick Aleite - 송재욱 See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.1) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. ### [`v8.62.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8620-2026-06-22) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.61.1...v8.62.0) ##### 🚀 Features - remove redundant package.json "files" ([#&#8203;12444](https://github.com/typescript-eslint/typescript-eslint/pull/12444)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) See [GitHub Releases](https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.62.0) for more information. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 3c95bb0a4c to 64e70426c4 2026-06-30 10:02:09 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.62.0 to Update dependency @typescript-eslint/eslint-plugin to v8.62.1 2026-06-30 10:02:12 +00:00
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.62.1 to Update dependency @typescript-eslint/eslint-plugin to v8.63.0 2026-07-08 10:02:47 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 64e70426c4 to 7bad478e86 2026-07-09 10:01:41 +00:00 Compare
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 7bad478e86 to 5bdef50800 2026-07-12 10:02:03 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.63.0 to Update dependency @typescript-eslint/eslint-plugin to v8.64.0 2026-07-14 10:02:34 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 5bdef50800 to fa125ab2fe 2026-07-15 10:01:51 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.64.0 to Update dependency @typescript-eslint/eslint-plugin to v8.65.0 2026-07-21 10:01:29 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from fa125ab2fe to a9921e87b8 2026-07-22 10:01:59 +00:00 Compare
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from a9921e87b8 to d848371362 2026-07-24 10:02:20 +00:00 Compare
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from d848371362 to aaab94f74d 2026-07-29 10:01:45 +00:00 Compare
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from aaab94f74d to 5db32a2ce6 2026-07-31 10:01:46 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.65.0 to Update dependency @typescript-eslint/eslint-plugin to v8.66.0 2026-08-04 10:01:41 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 5db32a2ce6 to 303b35d72b 2026-08-05 10:01:46 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.66.0 to Update dependency @typescript-eslint/eslint-plugin to v8.67.0 2026-08-16 10:02:12 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 303b35d72b to dfa0c9c3b2 2026-08-19 10:02:18 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.67.0 to Update dependency @typescript-eslint/eslint-plugin to v8.68.0 2026-08-25 10:02:05 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from dfa0c9c3b2 to fd6b9c4e5d 2026-08-26 10:01:32 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.68.0 to Update dependency @typescript-eslint/eslint-plugin to v8.69.0 2026-09-01 10:01:54 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from fd6b9c4e5d to 3092c86bd2 2026-09-02 10:01:29 +00:00 Compare
Renovate-Bot changed title from Update dependency @typescript-eslint/eslint-plugin to v8.69.0 to Update dependency @typescript-eslint/eslint-plugin to v8.70.0 2026-09-08 10:01:55 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 3092c86bd2 to 820c3ccddb 2026-09-09 10:01:36 +00:00 Compare
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 820c3ccddb to 667376c38e 2026-09-10 10:02:26 +00:00 Compare
Renovate-Bot added 1 commit 2026-09-16 10:01:44 +00:00
Renovate-Bot force-pushed renovate/typescript-eslint-eslint-plugin-8.x-lockfile from 667376c38e to cffa2d48d7 2026-09-16 10:01:44 +00:00 Compare
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typescript-eslint-eslint-plugin-8.x-lockfile:renovate/typescript-eslint-eslint-plugin-8.x-lockfile
git checkout renovate/typescript-eslint-eslint-plugin-8.x-lockfile
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Next-Station/Common#12