Update dependency eslint-plugin-import to v2.32.0 #203

Merged
Brain merged 1 commits from renovate/eslint-plugin-import-2.x into main 2025-06-25 12:58:40 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.31.0 -> 2.32.0

Release Notes

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | devDependencies | minor | [`2.31.0` -> `2.32.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.31.0/2.32.0) | --- ### Release Notes <details> <summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary> ### [`v2.32.0`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2320---2025-06-20) [Compare Source](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0) ##### Added - add \[`enforce-node-protocol-usage`] rule and `import/node-version` setting (\[[#&#8203;3024](https://github.com/import-js/eslint-plugin-import/issues/3024)], thanks \[[@&#8203;GoldStrikeArch](https://github.com/GoldStrikeArch)] and \[[@&#8203;sevenc-nanashi](https://github.com/sevenc-nanashi)]) - add TypeScript types (\[[#&#8203;3097](https://github.com/import-js/eslint-plugin-import/issues/3097)], thanks \[[@&#8203;G-Rath](https://github.com/G-Rath)]) - \[`extensions`]: add \`pathGroupOverrides to allow enforcement decision overrides based on specifier (\[[#&#8203;3105](https://github.com/import-js/eslint-plugin-import/issues/3105)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) - \[`order`]: add `sortTypesGroup` option to allow intragroup sorting of type-only imports (\[[#&#8203;3104](https://github.com/import-js/eslint-plugin-import/issues/3104)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) - \[`order`]: add `newlines-between-types` option to control intragroup sorting of type-only imports (\[[#&#8203;3127](https://github.com/import-js/eslint-plugin-import/issues/3127)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) - \[`order`]: add `consolidateIslands` option to collapse excess spacing for aesthetically pleasing imports (\[[#&#8203;3129](https://github.com/import-js/eslint-plugin-import/issues/3129)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) ##### Fixed - \[`no-unused-modules`]: provide more meaningful error message when no .eslintrc is present (\[[#&#8203;3116](https://github.com/import-js/eslint-plugin-import/issues/3116)], thanks \[[@&#8203;michaelfaith](https://github.com/michaelfaith)]) - configs: added missing name attribute for eslint config inspector (\[[#&#8203;3151](https://github.com/import-js/eslint-plugin-import/issues/3151)], thanks \[[@&#8203;NishargShah](https://github.com/NishargShah)]) - \[`order`]: ensure arcane imports do not cause undefined behavior (\[[#&#8203;3128](https://github.com/import-js/eslint-plugin-import/issues/3128)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) - \[`order`]: resolve undefined property access issue when using `named` ordering (\[[#&#8203;3166](https://github.com/import-js/eslint-plugin-import/issues/3166)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) - \[`enforce-node-protocol-usage`]: avoid a crash with some TS code (\[[#&#8203;3173](https://github.com/import-js/eslint-plugin-import/issues/3173)], thanks \[[@&#8203;ljharb](https://github.com/ljharb)]) - \[`order`]: codify invariants from docs into config schema (\[[#&#8203;3152](https://github.com/import-js/eslint-plugin-import/issues/3152)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) ##### Changed - \[Docs] \[`extensions`], \[`order`]: improve documentation (\[[#&#8203;3106](https://github.com/import-js/eslint-plugin-import/issues/3106)], thanks \[[@&#8203;Xunnamius](https://github.com/Xunnamius)]) - \[Docs] add flat config guide for using `tseslint.config()` (\[[#&#8203;3125](https://github.com/import-js/eslint-plugin-import/issues/3125)], thanks \[[@&#8203;lnuvy](https://github.com/lnuvy)]) - \[Docs] add missing comma (\[[#&#8203;3122](https://github.com/import-js/eslint-plugin-import/issues/3122)], thanks \[[@&#8203;RyanGst](https://github.com/RyanGst)]) - \[readme] Update flatConfig example to include typescript config (\[[#&#8203;3138](https://github.com/import-js/eslint-plugin-import/issues/3138)], thanks \[[@&#8203;intellix](https://github.com/intellix)]) - \[Refactor] \[`order`]: remove unnecessary negative check (\[[#&#8203;3167](https://github.com/import-js/eslint-plugin-import/issues/3167)], thanks \[[@&#8203;JounQin](https://github.com/JounQin)]) - \[Docs] \[`no-unused-modules`]: add missing double quote (\[[#&#8203;3191](https://github.com/import-js/eslint-plugin-import/issues/3191)], thanks \[[@&#8203;albertpastrana](https://github.com/albertpastrana)]) - \[Docs] `no-restricted-paths`: clarify wording and fix errors (\[[#&#8203;3172](https://github.com/import-js/eslint-plugin-import/issues/3172)], thanks \[[@&#8203;greim](https://github.com/greim)]) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-06-24 00:36:22 +02:00
Update dependency eslint-plugin-import to v2.32.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
75231e900a
Brain merged commit 2c95723381 into main 2025-06-25 12:58:40 +02: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: wtf-eg/digitale-online-offline-registration#203
No description provided.