Update dependency @typescript-eslint/eslint-plugin to ^8.31.1 #204

Merged
renovate merged 1 commits from renovate/typescript-eslint-eslint-plugin-8.x into master 2025-04-30 00:21:26 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

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.18.2` -> `^8.31.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.28.0/8.31.1) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.31.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8311-2025-04-28) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.31.0...v8.31.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-condition] downgrade fix to suggestion ([#&#8203;11081](https://github.com/typescript-eslint/typescript-eslint/pull/11081)) ##### ❤️ 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.31.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8310-2025-04-21) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.30.1...v8.31.0) ##### 🚀 Features - **eslint-plugin:** \[no-unnecessary-type-assertion] add option to ignore string const assertions ([#&#8203;10979](https://github.com/typescript-eslint/typescript-eslint/pull/10979)) ##### ❤️ Thank You - Nicolas Le Cam 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.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTguMSIsInVwZGF0ZWRJblZlciI6IjM5LjI2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-04-26 00:21:27 +00:00
Update dependency @typescript-eslint/eslint-plugin to ^8.31.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
9b2feb5d31
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from 9b2feb5d31 to e7b20106b0 2025-04-27 00:20:42 +00:00 Compare
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from e7b20106b0 to 332f3d9cf1 2025-04-28 00:21:17 +00:00 Compare
renovate changed title from Update dependency @typescript-eslint/eslint-plugin to ^8.31.0 to Update dependency @typescript-eslint/eslint-plugin to ^8.31.1 2025-04-29 00:21:25 +00:00
renovate force-pushed renovate/typescript-eslint-eslint-plugin-8.x from 332f3d9cf1 to 4f5be4d08c 2025-04-29 00:21:26 +00:00 Compare
renovate merged commit 4f5be4d08c into master 2025-04-30 00:21:26 +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#204
No description provided.