chore(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0
Open
Number: #5025
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
June 23, 2025 at 12:23 PM UTC
(3 months ago)
(3 months ago)
Updated:
June 23, 2025 at 12:23 PM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps eslint-plugin-import from 2.31.0 to 2.32.0.
Release notes
Sourced from eslint-plugin-import's releases.
v2.32.0
Added
- add
enforce-node-protocol-usage
rule andimport/node-version
setting (#3024, thanks [@GoldStrikeArch
] and [@sevenc-nanashi
])- add TypeScript types (#3097, thanks [
@G-Rath
])extensions
: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@Xunnamius
])- [
order
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius
])- [
order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius
])- [
order
]: addconsolidateIslands
option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@Xunnamius
])Fixed
- [
no-unused-modules
]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@michaelfaith
])- configs: added missing name attribute for eslint config inspector (#3151, thanks [
@NishargShah
])- [
order
]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@Xunnamius
])- [
order
]: resolve undefined property access issue when usingnamed
ordering (#3166, thanks [@Xunnamius
])enforce-node-protocol-usage
: avoid a crash with some TS code (#3173, thanks [@ljharb
])- [
order
]: codify invariants from docs into config schema (#3152, thanks [@Xunnamius
])Changed
- [Docs]
extensions
, [order
]: improve documentation (#3106, thanks [@Xunnamius
])- [Docs] add flat config guide for using
tseslint.config()
(#3125, thanks [@lnuvy
])- [Docs] add missing comma (#3122, thanks [
@RyanGst
])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix
])- [Refactor] [
order
]: remove unnecessary negative check (#3167, thanks [@JounQin
])- [Docs] [
no-unused-modules
]: add missing double quote (#3191, thanks [@albertpastrana
])- [Docs]
no-restricted-paths
: clarify wording and fix errors (#3172, thanks [@greim
])
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.32.0] - 2025-06-20
Added
- add [
enforce-node-protocol-usage
] rule andimport/node-version
setting (#3024, thanks [@GoldStrikeArch
] and [@sevenc-nanashi
])- add TypeScript types (#3097, thanks [
@G-Rath
])- [
extensions
]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@Xunnamius
])- [
order
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius
])- [
order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius
])- [
order
]: addconsolidateIslands
option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@Xunnamius
])Fixed
- [
no-unused-modules
]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@michaelfaith
])- configs: added missing name attribute for eslint config inspector (#3151, thanks [
@NishargShah
])- [
order
]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@Xunnamius
])- [
order
]: resolve undefined property access issue when usingnamed
ordering (#3166, thanks [@Xunnamius
])- [
enforce-node-protocol-usage
]: avoid a crash with some TS code (#3173, thanks [@ljharb
])- [
order
]: codify invariants from docs into config schema (#3152, thanks [@Xunnamius
])Changed
- [Docs] [
extensions
], [order
]: improve documentation (#3106, thanks [@Xunnamius
])- [Docs] add flat config guide for using
tseslint.config()
(#3125, thanks [@lnuvy
])- [Docs] add missing comma (#3122, thanks [
@RyanGst
])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix
])- [Refactor] [
order
]: remove unnecessary negative check (#3167, thanks [@JounQin
])- [Docs] [
no-unused-modules
]: add missing double quote (#3191, thanks [@albertpastrana
])- [Docs]
no-restricted-paths
: clarify wording and fix errors (#3172, thanks [@greim
])
Commits
01c9eb0
v2.32.0ae57cc1
[Deps] updatearray-includes
,array.prototype.findlastindex
, `eslint-modu...9e1ad6b
[Fix]order
: codify invariants from docs into config schemaf017790
[Docs]no-restricted-paths
: clarify wording and fix errors7d83a57
[Docs]no-unused-modules
: add missing double quote519eb94
[utils] v2.12.171ad145
[actions] split out tests into new vs old eslint9b096c4
[utils] [dev deps] update@arethetypeswrong/cli
,@ljharb/tsconfig
, `@type...da5f6ec
[Fix]enforce-node-protocol-usage
: avoid a crash with some TS code6e49a58
[Refactor]order
: remove unnecessary negative check- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
ID: | 2060652 |
UUID: | 2611503296 |
Node ID: | PR_kwDOAsewYs6bqGDA |
Host: | GitHub |
Repository: | codeceptjs/CodeceptJS |
Merge State: | Unknown |