Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit b7eaf00

Browse files
chore(deps): update dependency eslint-plugin-import to v2.32.0 (#1892)
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/chemicaltools/chemicaltools-web). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62d5478 commit b7eaf00

File tree

2 files changed

+40
-8
lines changed

2 files changed

+40
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@vue/cli-service": "5.0.8",
5353
"@vue/eslint-config-standard": "8.0.1",
5454
"eslint": "8.57.1",
55-
"eslint-plugin-import": "2.31.0",
55+
"eslint-plugin-import": "2.32.0",
5656
"eslint-plugin-n": "17.20.0",
5757
"eslint-plugin-promise": "7.2.1",
5858
"eslint-plugin-standard": "5.0.0",

yarn.lock

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,7 +2724,7 @@ array-ify@^1.0.0:
27242724
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
27252725
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
27262726

2727-
array-includes@^3.1.8:
2727+
array-includes@^3.1.8, array-includes@^3.1.9:
27282728
version "3.1.9"
27292729
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
27302730
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
@@ -2743,7 +2743,7 @@ array-union@^2.1.0:
27432743
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
27442744
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
27452745

2746-
array.prototype.findlastindex@^1.2.5:
2746+
array.prototype.findlastindex@^1.2.5, array.prototype.findlastindex@^1.2.6:
27472747
version "1.2.6"
27482748
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
27492749
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
@@ -2756,7 +2756,7 @@ array.prototype.findlastindex@^1.2.5:
27562756
es-object-atoms "^1.1.1"
27572757
es-shim-unscopables "^1.1.0"
27582758

2759-
array.prototype.flat@^1.3.2:
2759+
array.prototype.flat@^1.3.2, array.prototype.flat@^1.3.3:
27602760
version "1.3.3"
27612761
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
27622762
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
@@ -2766,7 +2766,7 @@ array.prototype.flat@^1.3.2:
27662766
es-abstract "^1.23.5"
27672767
es-shim-unscopables "^1.0.2"
27682768

2769-
array.prototype.flatmap@^1.3.2:
2769+
array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
27702770
version "1.3.3"
27712771
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
27722772
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
@@ -4345,6 +4345,13 @@ eslint-module-utils@^2.12.0:
43454345
dependencies:
43464346
debug "^3.2.7"
43474347

4348+
eslint-module-utils@^2.12.1:
4349+
version "2.12.1"
4350+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
4351+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
4352+
dependencies:
4353+
debug "^3.2.7"
4354+
43484355
eslint-plugin-es-x@^7.8.0:
43494356
version "7.8.0"
43504357
resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz#a207aa08da37a7923f2a9599e6d3eb73f3f92b74"
@@ -4362,7 +4369,32 @@ eslint-plugin-es@^4.1.0:
43624369
eslint-utils "^2.0.0"
43634370
regexpp "^3.0.0"
43644371

4365-
eslint-plugin-import@2.31.0, eslint-plugin-import@^2.26.0:
4372+
eslint-plugin-import@2.32.0:
4373+
version "2.32.0"
4374+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
4375+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
4376+
dependencies:
4377+
"@rtsao/scc" "^1.1.0"
4378+
array-includes "^3.1.9"
4379+
array.prototype.findlastindex "^1.2.6"
4380+
array.prototype.flat "^1.3.3"
4381+
array.prototype.flatmap "^1.3.3"
4382+
debug "^3.2.7"
4383+
doctrine "^2.1.0"
4384+
eslint-import-resolver-node "^0.3.9"
4385+
eslint-module-utils "^2.12.1"
4386+
hasown "^2.0.2"
4387+
is-core-module "^2.16.1"
4388+
is-glob "^4.0.3"
4389+
minimatch "^3.1.2"
4390+
object.fromentries "^2.0.8"
4391+
object.groupby "^1.0.3"
4392+
object.values "^1.2.1"
4393+
semver "^6.3.1"
4394+
string.prototype.trimend "^1.0.9"
4395+
tsconfig-paths "^3.15.0"
4396+
4397+
eslint-plugin-import@^2.26.0:
43664398
version "2.31.0"
43674399
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
43684400
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
@@ -5845,7 +5877,7 @@ is-cidr@^5.1.0:
58455877
dependencies:
58465878
cidr-regex "^4.1.1"
58475879

5848-
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0:
5880+
is-core-module@^2.11.0, is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0, is-core-module@^2.16.1:
58495881
version "2.16.1"
58505882
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
58515883
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
@@ -7420,7 +7452,7 @@ object.groupby@^1.0.3:
74207452
define-properties "^1.2.1"
74217453
es-abstract "^1.23.2"
74227454

7423-
object.values@^1.2.0:
7455+
object.values@^1.2.0, object.values@^1.2.1:
74247456
version "1.2.1"
74257457
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
74267458
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==

0 commit comments

Comments
 (0)