Skip to content

Commit cf9472f

Browse files
Update dependency eslint-plugin-import to v2.32.0 (#649)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-import](https://redirect.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)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-import/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-import/2.31.0/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-import/2.31.0/2.32.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary> ### [`v2.32.0`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2320---2025-06-20) [Compare Source](https://redirect.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://redirect.github.com/import-js/eslint-plugin-import/issues/3024)], thanks \[[@&#8203;GoldStrikeArch](https://redirect.github.com/GoldStrikeArch)] and \[[@&#8203;sevenc-nanashi](https://redirect.github.com/sevenc-nanashi)]) - add TypeScript types (\[[#&#8203;3097](https://redirect.github.com/import-js/eslint-plugin-import/issues/3097)], thanks \[[@&#8203;G-Rath](https://redirect.github.com/G-Rath)]) - \[`extensions`]: add \`pathGroupOverrides to allow enforcement decision overrides based on specifier (\[[#&#8203;3105](https://redirect.github.com/import-js/eslint-plugin-import/issues/3105)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) - \[`order`]: add `sortTypesGroup` option to allow intragroup sorting of type-only imports (\[[#&#8203;3104](https://redirect.github.com/import-js/eslint-plugin-import/issues/3104)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) - \[`order`]: add `newlines-between-types` option to control intragroup sorting of type-only imports (\[[#&#8203;3127](https://redirect.github.com/import-js/eslint-plugin-import/issues/3127)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) - \[`order`]: add `consolidateIslands` option to collapse excess spacing for aesthetically pleasing imports (\[[#&#8203;3129](https://redirect.github.com/import-js/eslint-plugin-import/issues/3129)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) ##### Fixed - \[`no-unused-modules`]: provide more meaningful error message when no .eslintrc is present (\[[#&#8203;3116](https://redirect.github.com/import-js/eslint-plugin-import/issues/3116)], thanks \[[@&#8203;michaelfaith](https://redirect.github.com/michaelfaith)]) - configs: added missing name attribute for eslint config inspector (\[[#&#8203;3151](https://redirect.github.com/import-js/eslint-plugin-import/issues/3151)], thanks \[[@&#8203;NishargShah](https://redirect.github.com/NishargShah)]) - \[`order`]: ensure arcane imports do not cause undefined behavior (\[[#&#8203;3128](https://redirect.github.com/import-js/eslint-plugin-import/issues/3128)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) - \[`order`]: resolve undefined property access issue when using `named` ordering (\[[#&#8203;3166](https://redirect.github.com/import-js/eslint-plugin-import/issues/3166)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) - \[`enforce-node-protocol-usage`]: avoid a crash with some TS code (\[[#&#8203;3173](https://redirect.github.com/import-js/eslint-plugin-import/issues/3173)], thanks \[[@&#8203;ljharb](https://redirect.github.com/ljharb)]) - \[`order`]: codify invariants from docs into config schema (\[[#&#8203;3152](https://redirect.github.com/import-js/eslint-plugin-import/issues/3152)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) ##### Changed - \[Docs] \[`extensions`], \[`order`]: improve documentation (\[[#&#8203;3106](https://redirect.github.com/import-js/eslint-plugin-import/issues/3106)], thanks \[[@&#8203;Xunnamius](https://redirect.github.com/Xunnamius)]) - \[Docs] add flat config guide for using `tseslint.config()` (\[[#&#8203;3125](https://redirect.github.com/import-js/eslint-plugin-import/issues/3125)], thanks \[[@&#8203;lnuvy](https://redirect.github.com/lnuvy)]) - \[Docs] add missing comma (\[[#&#8203;3122](https://redirect.github.com/import-js/eslint-plugin-import/issues/3122)], thanks \[[@&#8203;RyanGst](https://redirect.github.com/RyanGst)]) - \[readme] Update flatConfig example to include typescript config (\[[#&#8203;3138](https://redirect.github.com/import-js/eslint-plugin-import/issues/3138)], thanks \[[@&#8203;intellix](https://redirect.github.com/intellix)]) - \[Refactor] \[`order`]: remove unnecessary negative check (\[[#&#8203;3167](https://redirect.github.com/import-js/eslint-plugin-import/issues/3167)], thanks \[[@&#8203;JounQin](https://redirect.github.com/JounQin)]) - \[Docs] \[`no-unused-modules`]: add missing double quote (\[[#&#8203;3191](https://redirect.github.com/import-js/eslint-plugin-import/issues/3191)], thanks \[[@&#8203;albertpastrana](https://redirect.github.com/albertpastrana)]) - \[Docs] `no-restricted-paths`: clarify wording and fix errors (\[[#&#8203;3172](https://redirect.github.com/import-js/eslint-plugin-import/issues/3172)], thanks \[[@&#8203;greim](https://redirect.github.com/greim)]) </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/snowcoders/jest-react-mock-utils). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 742f9ba commit cf9472f

File tree

2 files changed

+143
-82
lines changed

2 files changed

+143
-82
lines changed

0 commit comments

Comments
 (0)