chore(deps): update dependency eslint-plugin-import to v2.32.0 #63

Open
renovate wants to merge 1 commit from renovate/eslint-plugin-import-2.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-import 2.31.02.32.0 age confidence

Release Notes

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

v2.32.0

Compare Source

Added
Fixed
Changed

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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | [`2.31.0` → `2.32.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.31.0/2.32.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-import/2.32.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-import/2.31.0/2.32.0?slim=true) | --- ### 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**: (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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-import-2.x-lockfile:renovate/eslint-plugin-import-2.x-lockfile
git switch renovate/eslint-plugin-import-2.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/eslint-plugin-import-2.x-lockfile
git switch renovate/eslint-plugin-import-2.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/eslint-plugin-import-2.x-lockfile
git switch renovate/eslint-plugin-import-2.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/eslint-plugin-import-2.x-lockfile
git switch main
git merge --squash renovate/eslint-plugin-import-2.x-lockfile
git switch main
git merge --ff-only renovate/eslint-plugin-import-2.x-lockfile
git switch main
git merge renovate/eslint-plugin-import-2.x-lockfile
git push origin main
Sign in to join this conversation.
No description provided.