Update dependency @typescript-eslint/eslint-plugin to v8.28.0 #159

Merged
pierre merged 1 commits from renovate/typescript-eslint-eslint-plugin-8.x-lockfile into master 2025-03-28 15:51:11 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.28.0

Release Notes

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

v8.28.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#​10861)
🩹 Fixes
  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#​10986)
❤️ Thank You

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

v8.27.0

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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: Enabled.

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 this update again.


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

This PR has been generated by Renovate Bot.

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.20.0` -> `8.28.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.20.0/8.28.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.28.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8280-2025-03-24) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.27.0...v8.28.0) ##### 🚀 Features - **eslint-plugin:** \[prefer-nullish-coalescing] support `if` statement assignment (`??=`) and fix several minor bugs ([#&#8203;10861](https://github.com/typescript-eslint/typescript-eslint/pull/10861)) ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-function-type] remove fixable property ([#&#8203;10986](https://github.com/typescript-eslint/typescript-eslint/pull/10986)) ##### ❤️ Thank You - Olivier Zalmanski [@&#8203;OlivierZal](https://github.com/OlivierZal) - Yannick Decat [@&#8203;mho22](https://github.com/mho22) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.27.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8270-2025-03-17) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.26.1...v8.27.0) ##### 🚀 Features - **utils:** support `DeprecatedInfo` for `rule.meta.deprecated` ([#&#8203;10932](https://github.com/typescript-eslint/typescript-eslint/pull/10932)) ##### ❤️ Thank You - ntnyq [@&#8203;ntnyq](https://github.com/ntnyq) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.26.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8261-2025-03-10) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.26.0...v8.26.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-return] handle recursive type ([#&#8203;10883](https://github.com/typescript-eslint/typescript-eslint/pull/10883)) - **eslint-plugin:** \[prefer-nullish-coalescing] treat `any`/`unknown` as eligible for nullish coalescing ([#&#8203;10865](https://github.com/typescript-eslint/typescript-eslint/pull/10865)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.26.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8260-2025-03-03) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.25.0...v8.26.0) ##### 🚀 Features - **eslint-plugin:** \[unified-signatures] support ignoring overload signatures with different JSDoc comments ([#&#8203;10781](https://github.com/typescript-eslint/typescript-eslint/pull/10781)) - **eslint-plugin:** \[explicit-module-boundary-types] add an option to ignore overload implementations ([#&#8203;10889](https://github.com/typescript-eslint/typescript-eslint/pull/10889)) - **eslint-plugin:** \[no-unused-var] handle implicit exports in declaration files ([#&#8203;10714](https://github.com/typescript-eslint/typescript-eslint/pull/10714)) - support TypeScript 5.8 ([#&#8203;10903](https://github.com/typescript-eslint/typescript-eslint/pull/10903)) - **eslint-plugin:** \[no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use ([#&#8203;9536](https://github.com/typescript-eslint/typescript-eslint/pull/9536)) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] handle unknown ([#&#8203;10875](https://github.com/typescript-eslint/typescript-eslint/pull/10875)) - **eslint-plugin:** \[no-invalid-void-type] report `accessor` properties with an invalid `void` type ([#&#8203;10864](https://github.com/typescript-eslint/typescript-eslint/pull/10864)) - **eslint-plugin:** \[unified-signatures] does not differentiate truly private methods ([#&#8203;10806](https://github.com/typescript-eslint/typescript-eslint/pull/10806)) ##### ❤️ Thank You - Andrea Simone Costa [@&#8203;jfet97](https://github.com/jfet97) - Dirk Luijk [@&#8203;dirkluijk](https://github.com/dirkluijk) - Ronen Amiel - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) - Yukihiro Hasegawa [@&#8203;y-hsgw](https://github.com/y-hsgw) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.25.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8250-2025-02-24) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.24.1...v8.25.0) ##### 🚀 Features - **eslint-plugin:** \[no-misused-spread] add suggestions ([#&#8203;10719](https://github.com/typescript-eslint/typescript-eslint/pull/10719)) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-nullish-coalescing] report on chain expressions in a ternary ([#&#8203;10708](https://github.com/typescript-eslint/typescript-eslint/pull/10708)) - **eslint-plugin:** \[no-deprecated] report usage of deprecated private identifiers ([#&#8203;10844](https://github.com/typescript-eslint/typescript-eslint/pull/10844)) - **eslint-plugin:** \[unified-signatures] handle getter-setter ([#&#8203;10818](https://github.com/typescript-eslint/typescript-eslint/pull/10818)) ##### ❤️ Thank You - Olivier Zalmanski [@&#8203;OlivierZal](https://github.com/OlivierZal) - Ronen Amiel - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.24.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8241-2025-02-17) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.24.0...v8.24.1) ##### 🩹 Fixes - **eslint-plugin:** \[class-methods-use-this] check `accessor` methods with a function initializer ([#&#8203;10796](https://github.com/typescript-eslint/typescript-eslint/pull/10796)) - **eslint-plugin:** \[no-misused-promises] don't report on `static` `accessor` properties ([#&#8203;10814](https://github.com/typescript-eslint/typescript-eslint/pull/10814)) - **eslint-plugin:** \[no-deprecated] don't report on deprecated `accessor` property declaration ([#&#8203;10813](https://github.com/typescript-eslint/typescript-eslint/pull/10813)) - **eslint-plugin:** \[explicit-member-accessibility] check `accessor` class properties for missing accessibility modifier ([#&#8203;10805](https://github.com/typescript-eslint/typescript-eslint/pull/10805)) - **eslint-plugin:** \[explicit-module-boundary-types] check `accessor` class properties with a function initializer ([#&#8203;10804](https://github.com/typescript-eslint/typescript-eslint/pull/10804)) - **eslint-plugin:** \[prefer-return-this-type] check `accessor` properties with a function initializer ([#&#8203;10794](https://github.com/typescript-eslint/typescript-eslint/pull/10794)) - **eslint-plugin:** \[consistent-generic-constructors] check `accessor` class properties ([#&#8203;10789](https://github.com/typescript-eslint/typescript-eslint/pull/10789)) - **eslint-plugin:** \[no-unsafe-assignment] report on an `any` value assigned as an initializer of an `accessor` property ([#&#8203;10785](https://github.com/typescript-eslint/typescript-eslint/pull/10785)) - **eslint-plugin:** \[no-unnecessary-template-expression] ignore enum and enum members ([#&#8203;10782](https://github.com/typescript-eslint/typescript-eslint/pull/10782)) - **eslint-plugin:** \[no-inferrable-types] handle accessor ([#&#8203;10780](https://github.com/typescript-eslint/typescript-eslint/pull/10780)) ##### ❤️ Thank You - Ronen Amiel - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.24.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8240-2025-02-10) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.23.0...v8.24.0) ##### 🚀 Features - **eslint-plugin:** \[no-unnecessary-condition] make `allowConstantLoopConditions` more granular ([#&#8203;10639](https://github.com/typescript-eslint/typescript-eslint/pull/10639)) ##### 🩹 Fixes - **eslint-plugin:** \[no-misused-spread] correct and elaborate string spread report message ([#&#8203;10751](https://github.com/typescript-eslint/typescript-eslint/pull/10751)) - **eslint-plugin:** \[restrict-plus-operands] report adding bigints to strings when `allowNumberAndString` is `false` ([#&#8203;10737](https://github.com/typescript-eslint/typescript-eslint/pull/10737)) ##### ❤️ Thank You - Josh Goldberg ✨ - noah - Ronen Amiel You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.23.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8230-2025-02-03) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.22.0...v8.23.0) ##### 🚀 Features - **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] enforce strictNullChecks ([#&#8203;10712](https://github.com/typescript-eslint/typescript-eslint/pull/10712)) ##### 🩹 Fixes - **eslint-plugin:** \[no-shadow] ignore declare variables in definition files shadowing global variables ([#&#8203;10710](https://github.com/typescript-eslint/typescript-eslint/pull/10710)) - **eslint-plugin:** \[no-restricted-imports] support regex option ([#&#8203;10699](https://github.com/typescript-eslint/typescript-eslint/pull/10699)) - **eslint-plugin:** \[dot-notation] handle noPropertyAccessFromIndexSignature true ([#&#8203;10644](https://github.com/typescript-eslint/typescript-eslint/pull/10644)) - **eslint-plugin:** \[prefer-nullish-coalescing] fix missing return ([#&#8203;10732](https://github.com/typescript-eslint/typescript-eslint/pull/10732)) - bump ts-api-utils to ^2.0.1 ([#&#8203;10761](https://github.com/typescript-eslint/typescript-eslint/pull/10761)) - **eslint-plugin:** \[no-unnecessary-template-expression] allow interpolating type parameter in type context ([#&#8203;10739](https://github.com/typescript-eslint/typescript-eslint/pull/10739)) - **eslint-plugin:** \[switch-exhaustiveness-check] suggest with qualified name ([#&#8203;10697](https://github.com/typescript-eslint/typescript-eslint/pull/10697)) - **eslint-plugin:** \[no-unnecessary-type-assertion] should report readonly class properties with a literal initializer ([#&#8203;10618](https://github.com/typescript-eslint/typescript-eslint/pull/10618)) ##### ❤️ Thank You - Josh Goldberg ✨ - Olivier Zalmanski [@&#8203;OlivierZal](https://github.com/OlivierZal) - Ryan Poon [@&#8203;sopa301](https://github.com/sopa301) - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) - Yukihiro Hasegawa [@&#8203;y-hsgw](https://github.com/y-hsgw) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.22.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8220-2025-01-27) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.21.0...v8.22.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-template-expression] handle template literal type ([#&#8203;10612](https://github.com/typescript-eslint/typescript-eslint/pull/10612)) - **eslint-plugin:** \[prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor ([#&#8203;10552](https://github.com/typescript-eslint/typescript-eslint/pull/10552)) - **eslint-plugin:** \[no-extraneous-class] handle accessor keyword ([#&#8203;10678](https://github.com/typescript-eslint/typescript-eslint/pull/10678)) - **eslint-plugin:** \[no-shadow] don't report unnecessarily on valid ways of using module augmentation ([#&#8203;10616](https://github.com/typescript-eslint/typescript-eslint/pull/10616)) - **eslint-plugin:** \[no-duplicate-type-constituents] handle nested types ([#&#8203;10638](https://github.com/typescript-eslint/typescript-eslint/pull/10638)) - **eslint-plugin:** \[prefer-nullish-coalescing] doesn't report on ternary but on equivalent || ([#&#8203;10517](https://github.com/typescript-eslint/typescript-eslint/pull/10517)) ##### ❤️ Thank You - mdm317 - Olivier Zalmanski [@&#8203;OlivierZal](https://github.com/OlivierZal) - Ronen Amiel - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.21.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8210-2025-01-20) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.20.0...v8.21.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-duplicate-enum-values] handle template literal ([#&#8203;10675](https://github.com/typescript-eslint/typescript-eslint/pull/10675)) - **eslint-plugin:** \[no-base-to-string] don't crash for recursive array or tuple types ([#&#8203;10633](https://github.com/typescript-eslint/typescript-eslint/pull/10633)) - **eslint-plugin:** \[no-for-in-array] report on any type which may be an array or array-like ([#&#8203;10535](https://github.com/typescript-eslint/typescript-eslint/pull/10535)) - **eslint-plugin:** check JSX spread elements for misused spread usage ([#&#8203;10653](https://github.com/typescript-eslint/typescript-eslint/pull/10653)) - **eslint-plugin:** \[no-unnecessary-type-arguments] handle type args on jsx ([#&#8203;10630](https://github.com/typescript-eslint/typescript-eslint/pull/10630)) ##### ❤️ Thank You - Ronen Amiel - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTYuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIxNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2025-03-26 00:27:00 +00:00
Update dependency @typescript-eslint/eslint-plugin to v8.28.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a5c5663390
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
pierre merged commit 8fdfa19806 into master 2025-03-28 15:51:11 +00:00
pierre deleted branch renovate/typescript-eslint-eslint-plugin-8.x-lockfile 2025-03-28 15:51:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/SolarEnergy#159
No description provided.