Update dependency @typescript-eslint/eslint-plugin to ^8.30.1 #289

Merged
renovate merged 1 commits from renovate/typescript-eslint-eslint-plugin-8.x into master 2025-04-19 00:31:27 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ 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.28.0` -> `^8.30.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.28.0/8.30.1) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.30.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8301-2025-04-14) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.30.0...v8.30.1) ##### 🩹 Fixes - **eslint-plugin:** fix mistake with eslintrc config generation ([#&#8203;11072](https://github.com/typescript-eslint/typescript-eslint/pull/11072)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) 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.30.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8300-2025-04-14) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.29.1...v8.30.0) ##### 🚀 Features - **eslint-plugin:** \[no-explicit-any] suggest to replace keyof any with PropertyKey ([#&#8203;11032](https://github.com/typescript-eslint/typescript-eslint/pull/11032)) ##### 🩹 Fixes - **eslint-plugin:** \[promise-function-async] use a different error message for functions with promise and non-promise types ([#&#8203;10950](https://github.com/typescript-eslint/typescript-eslint/pull/10950)) ##### ❤️ Thank You - Dima Barabash [@&#8203;dbarabashh](https://github.com/dbarabashh) - 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.29.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8291-2025-04-07) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.29.0...v8.29.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-deprecated] report on deprecated imported variable used as property ([#&#8203;10998](https://github.com/typescript-eslint/typescript-eslint/pull/10998)) ##### ❤️ Thank You - 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.29.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8290-2025-03-31) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.28.0...v8.29.0) ##### 🚀 Features - **eslint-plugin:** \[prefer-nullish-coalescing] create `ignoreIfStatements` option ([#&#8203;11000](https://github.com/typescript-eslint/typescript-eslint/pull/11000)) ##### 🩹 Fixes - **eslint-plugin:** \[no-array-constructor] remove optional chaining exemption ([#&#8203;10963](https://github.com/typescript-eslint/typescript-eslint/pull/10963)) - **eslint-plugin:** support arbitrary extensions in definition files ([#&#8203;10957](https://github.com/typescript-eslint/typescript-eslint/pull/10957)) - **eslint-plugin:** \[prefer-for-of] fix false positive when using erasable type syntax within update expressions ([#&#8203;10981](https://github.com/typescript-eslint/typescript-eslint/pull/10981)) - **eslint-plugin:** \[use-unknown-in-catch-callback-variable] remove fixable property ([#&#8203;10993](https://github.com/typescript-eslint/typescript-eslint/pull/10993)) - **eslint-plugin:** \[no-unnecessary-condition] don't report on unnecessary optional array index access when `noUncheckedIndexedAccess` is enabled ([#&#8203;10961](https://github.com/typescript-eslint/typescript-eslint/pull/10961)) ##### ❤️ Thank You - Dima Barabash [@&#8203;dbarabashh](https://github.com/dbarabashh) - Kim Sang Du [@&#8203;developer-bandi](https://github.com/developer-bandi) - Olivier Zalmanski [@&#8203;OlivierZal](https://github.com/OlivierZal) - Ronen Amiel - Yannick Decat [@&#8203;mho22](https://github.com/mho22) - zyoshoka [@&#8203;zyoshoka](https://github.com/zyoshoka) 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-04-14 00:30:19 +00:00
Update dependency @typescript-eslint/eslint-plugin to ^8.29.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
af150728b7
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from af150728b7 to cd1a547d3f 2025-04-15 00:30:08 +00:00 Compare
renovate changed title from Update dependency @typescript-eslint/eslint-plugin to ^8.29.1 to Update dependency @typescript-eslint/eslint-plugin to ^8.30.1 2025-04-15 00:30:11 +00:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from cd1a547d3f to 08c14d572e 2025-04-16 00:30:12 +00:00 Compare
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from 08c14d572e to bd8d081142 2025-04-17 00:34:00 +00:00 Compare
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from bd8d081142 to b06926e3a5 2025-04-18 00:34:40 +00:00 Compare
renovate merged commit b06926e3a5 into master 2025-04-19 00:31:27 +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/VirtWebRemote#289
No description provided.