This repository was archived by the owner on Jan 21, 2026. It is now read-only.
Commit b7eaf00
authored
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)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](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
(\[[#​3024](https://redirect.github.com/import-js/eslint-plugin-import/issues/3024)],
thanks
\[[@​GoldStrikeArch](https://redirect.github.com/GoldStrikeArch)]
and
\[[@​sevenc-nanashi](https://redirect.github.com/sevenc-nanashi)])
- add TypeScript types
(\[[#​3097](https://redirect.github.com/import-js/eslint-plugin-import/issues/3097)],
thanks \[[@​G-Rath](https://redirect.github.com/G-Rath)])
- \[`extensions`]: add \`pathGroupOverrides to allow enforcement
decision overrides based on specifier
(\[[#​3105](https://redirect.github.com/import-js/eslint-plugin-import/issues/3105)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
- \[`order`]: add `sortTypesGroup` option to allow intragroup sorting of
type-only imports
(\[[#​3104](https://redirect.github.com/import-js/eslint-plugin-import/issues/3104)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
- \[`order`]: add `newlines-between-types` option to control intragroup
sorting of type-only imports
(\[[#​3127](https://redirect.github.com/import-js/eslint-plugin-import/issues/3127)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
- \[`order`]: add `consolidateIslands` option to collapse excess spacing
for aesthetically pleasing imports
(\[[#​3129](https://redirect.github.com/import-js/eslint-plugin-import/issues/3129)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
##### Fixed
- \[`no-unused-modules`]: provide more meaningful error message when no
.eslintrc is present
(\[[#​3116](https://redirect.github.com/import-js/eslint-plugin-import/issues/3116)],
thanks
\[[@​michaelfaith](https://redirect.github.com/michaelfaith)])
- configs: added missing name attribute for eslint config inspector
(\[[#​3151](https://redirect.github.com/import-js/eslint-plugin-import/issues/3151)],
thanks
\[[@​NishargShah](https://redirect.github.com/NishargShah)])
- \[`order`]: ensure arcane imports do not cause undefined behavior
(\[[#​3128](https://redirect.github.com/import-js/eslint-plugin-import/issues/3128)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
- \[`order`]: resolve undefined property access issue when using `named`
ordering
(\[[#​3166](https://redirect.github.com/import-js/eslint-plugin-import/issues/3166)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
- \[`enforce-node-protocol-usage`]: avoid a crash with some TS code
(\[[#​3173](https://redirect.github.com/import-js/eslint-plugin-import/issues/3173)],
thanks \[[@​ljharb](https://redirect.github.com/ljharb)])
- \[`order`]: codify invariants from docs into config schema
(\[[#​3152](https://redirect.github.com/import-js/eslint-plugin-import/issues/3152)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
##### Changed
- \[Docs] \[`extensions`], \[`order`]: improve documentation
(\[[#​3106](https://redirect.github.com/import-js/eslint-plugin-import/issues/3106)],
thanks \[[@​Xunnamius](https://redirect.github.com/Xunnamius)])
- \[Docs] add flat config guide for using `tseslint.config()`
(\[[#​3125](https://redirect.github.com/import-js/eslint-plugin-import/issues/3125)],
thanks \[[@​lnuvy](https://redirect.github.com/lnuvy)])
- \[Docs] add missing comma
(\[[#​3122](https://redirect.github.com/import-js/eslint-plugin-import/issues/3122)],
thanks \[[@​RyanGst](https://redirect.github.com/RyanGst)])
- \[readme] Update flatConfig example to include typescript config
(\[[#​3138](https://redirect.github.com/import-js/eslint-plugin-import/issues/3138)],
thanks \[[@​intellix](https://redirect.github.com/intellix)])
- \[Refactor] \[`order`]: remove unnecessary negative check
(\[[#​3167](https://redirect.github.com/import-js/eslint-plugin-import/issues/3167)],
thanks \[[@​JounQin](https://redirect.github.com/JounQin)])
- \[Docs] \[`no-unused-modules`]: add missing double quote
(\[[#​3191](https://redirect.github.com/import-js/eslint-plugin-import/issues/3191)],
thanks
\[[@​albertpastrana](https://redirect.github.com/albertpastrana)])
- \[Docs] `no-restricted-paths`: clarify wording and fix errors
(\[[#​3172](https://redirect.github.com/import-js/eslint-plugin-import/issues/3172)],
thanks \[[@​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
2 files changed
+40
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2724 | 2724 | | |
2725 | 2725 | | |
2726 | 2726 | | |
2727 | | - | |
| 2727 | + | |
2728 | 2728 | | |
2729 | 2729 | | |
2730 | 2730 | | |
| |||
2743 | 2743 | | |
2744 | 2744 | | |
2745 | 2745 | | |
2746 | | - | |
| 2746 | + | |
2747 | 2747 | | |
2748 | 2748 | | |
2749 | 2749 | | |
| |||
2756 | 2756 | | |
2757 | 2757 | | |
2758 | 2758 | | |
2759 | | - | |
| 2759 | + | |
2760 | 2760 | | |
2761 | 2761 | | |
2762 | 2762 | | |
| |||
2766 | 2766 | | |
2767 | 2767 | | |
2768 | 2768 | | |
2769 | | - | |
| 2769 | + | |
2770 | 2770 | | |
2771 | 2771 | | |
2772 | 2772 | | |
| |||
4345 | 4345 | | |
4346 | 4346 | | |
4347 | 4347 | | |
| 4348 | + | |
| 4349 | + | |
| 4350 | + | |
| 4351 | + | |
| 4352 | + | |
| 4353 | + | |
| 4354 | + | |
4348 | 4355 | | |
4349 | 4356 | | |
4350 | 4357 | | |
| |||
4362 | 4369 | | |
4363 | 4370 | | |
4364 | 4371 | | |
4365 | | - | |
| 4372 | + | |
| 4373 | + | |
| 4374 | + | |
| 4375 | + | |
| 4376 | + | |
| 4377 | + | |
| 4378 | + | |
| 4379 | + | |
| 4380 | + | |
| 4381 | + | |
| 4382 | + | |
| 4383 | + | |
| 4384 | + | |
| 4385 | + | |
| 4386 | + | |
| 4387 | + | |
| 4388 | + | |
| 4389 | + | |
| 4390 | + | |
| 4391 | + | |
| 4392 | + | |
| 4393 | + | |
| 4394 | + | |
| 4395 | + | |
| 4396 | + | |
| 4397 | + | |
4366 | 4398 | | |
4367 | 4399 | | |
4368 | 4400 | | |
| |||
5845 | 5877 | | |
5846 | 5878 | | |
5847 | 5879 | | |
5848 | | - | |
| 5880 | + | |
5849 | 5881 | | |
5850 | 5882 | | |
5851 | 5883 | | |
| |||
7420 | 7452 | | |
7421 | 7453 | | |
7422 | 7454 | | |
7423 | | - | |
| 7455 | + | |
7424 | 7456 | | |
7425 | 7457 | | |
7426 | 7458 | | |
| |||
0 commit comments