Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 - #5017

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-import-2.32.0
Open

chore(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0#5017
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-import-2.32.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

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

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/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]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands 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 using named 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

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2026
@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: af1245d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: af1245d536

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread pnpm-lock.yaml
@@ -127,7 +127,7 @@ importers:
version: 6.0.1(rollup@4.62.2)
'@rslib/core':
specifier: ^0.23.2
version: 0.23.2(@microsoft/api-extractor@7.57.7(@types/node@20.19.5))(@module-federation/runtime-tools@2.8.2)(core-js@3.36.1)(typescript@6.0.3)
version: 0.23.2(@microsoft/api-extractor@7.57.7(@types/node@20.19.5))(@module-federation/runtime-tools@2.9.0)(core-js@3.36.1)(typescript@6.0.3)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Limit the lockfile update to eslint-plugin-import

Regenerate this as a targeted dependency update: the lockfile now resolves the unrelated @module-federation/runtime-tools suite from 2.8.2 to 2.9.0 for root @rslib/core/@rstest/core consumers (with similar changes across many workspace importers), so every frozen install also rolls out a runtime/build-tool upgrade that is absent from the manifest and unrelated to the requested ESLint plugin bump. This makes the supposedly lint-only change alter build and experiment dependencies without their corresponding validation; retain only eslint-plugin-import and its dependency-closure changes.

AGENTS.md reference: AGENTS.md:L284-L286

Useful? React with 👍 / 👎.

@pkg-pr-new

pkg-pr-new Bot commented Sep 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

@module-federation/devtools

pnpm add https://pkg.pr.new/@module-federation/devtools@af1245d

@module-federation/cli

pnpm add https://pkg.pr.new/@module-federation/cli@af1245d

create-module-federation

pnpm add https://pkg.pr.new/create-module-federation@af1245d

@module-federation/dts-plugin

pnpm add https://pkg.pr.new/@module-federation/dts-plugin@af1245d

@module-federation/enhanced

pnpm add https://pkg.pr.new/@module-federation/enhanced@af1245d

@module-federation/error-codes

pnpm add https://pkg.pr.new/@module-federation/error-codes@af1245d

@module-federation/esbuild

pnpm add https://pkg.pr.new/@module-federation/esbuild@af1245d

@module-federation/managers

pnpm add https://pkg.pr.new/@module-federation/managers@af1245d

@module-federation/manifest

pnpm add https://pkg.pr.new/@module-federation/manifest@af1245d

@module-federation/metro

pnpm add https://pkg.pr.new/@module-federation/metro@af1245d

@module-federation/metro-plugin-rnc-cli

pnpm add https://pkg.pr.new/@module-federation/metro-plugin-rnc-cli@af1245d

@module-federation/metro-plugin-rnef

pnpm add https://pkg.pr.new/@module-federation/metro-plugin-rnef@af1245d

@module-federation/metro-plugin-rock

pnpm add https://pkg.pr.new/@module-federation/metro-plugin-rock@af1245d

@module-federation/modern-js

pnpm add https://pkg.pr.new/@module-federation/modern-js@af1245d

@module-federation/modern-js-v3

pnpm add https://pkg.pr.new/@module-federation/modern-js-v3@af1245d

@module-federation/native-federation-tests

pnpm add https://pkg.pr.new/@module-federation/native-federation-tests@af1245d

@module-federation/native-federation-typescript

pnpm add https://pkg.pr.new/@module-federation/native-federation-typescript@af1245d

@module-federation/nextjs-mf

pnpm add https://pkg.pr.new/@module-federation/nextjs-mf@af1245d

@module-federation/node

pnpm add https://pkg.pr.new/@module-federation/node@af1245d

@module-federation/observability-plugin

pnpm add https://pkg.pr.new/@module-federation/observability-plugin@af1245d

@module-federation/playground

pnpm add https://pkg.pr.new/@module-federation/playground@af1245d

@module-federation/retry-plugin

pnpm add https://pkg.pr.new/@module-federation/retry-plugin@af1245d

@module-federation/rsbuild-plugin

pnpm add https://pkg.pr.new/@module-federation/rsbuild-plugin@af1245d

@module-federation/rspack

pnpm add https://pkg.pr.new/@module-federation/rspack@af1245d

@module-federation/rspress-plugin

pnpm add https://pkg.pr.new/@module-federation/rspress-plugin@af1245d

@module-federation/rstest

pnpm add https://pkg.pr.new/@module-federation/rstest@af1245d

@module-federation/runtime

pnpm add https://pkg.pr.new/@module-federation/runtime@af1245d

@module-federation/runtime-core

pnpm add https://pkg.pr.new/@module-federation/runtime-core@af1245d

@module-federation/runtime-tools

pnpm add https://pkg.pr.new/@module-federation/runtime-tools@af1245d

@module-federation/sdk

pnpm add https://pkg.pr.new/@module-federation/sdk@af1245d

@module-federation/storybook-addon

pnpm add https://pkg.pr.new/@module-federation/storybook-addon@af1245d

@module-federation/third-party-dts-extractor

pnpm add https://pkg.pr.new/@module-federation/third-party-dts-extractor@af1245d

@module-federation/treeshake-frontend

pnpm add https://pkg.pr.new/@module-federation/treeshake-frontend@af1245d

@module-federation/treeshake-server

pnpm add https://pkg.pr.new/@module-federation/treeshake-server@af1245d

@module-federation/typescript

pnpm add https://pkg.pr.new/@module-federation/typescript@af1245d

@module-federation/utilities

pnpm add https://pkg.pr.new/@module-federation/utilities@af1245d

@module-federation/webpack-bundler-runtime

pnpm add https://pkg.pr.new/@module-federation/webpack-bundler-runtime@af1245d

@module-federation/bridge-react

pnpm add https://pkg.pr.new/@module-federation/bridge-react@af1245d

@module-federation/bridge-react-webpack-plugin

pnpm add https://pkg.pr.new/@module-federation/bridge-react-webpack-plugin@af1245d

@module-federation/bridge-shared

pnpm add https://pkg.pr.new/@module-federation/bridge-shared@af1245d

@module-federation/bridge-vue3

pnpm add https://pkg.pr.new/@module-federation/bridge-vue3@af1245d

@module-federation/inject-external-runtime-core-plugin

pnpm add https://pkg.pr.new/@module-federation/inject-external-runtime-core-plugin@af1245d

commit: af1245d

@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Report

8 package(s) changed, 35 unchanged.

Package dist + ESM entry

Package Total dist (raw) Delta ESM gzip Delta
@module-federation/playground 28.91 MB -707 B (-0.0%) 45.7 kB no change
@module-federation/runtime 20.4 kB -13 B (-0.1%) 724 B no change

Bundle targets

Package Web bundle (gzip) Delta Node bundle (gzip) Delta
@module-federation/cli 2.3 kB -12 B (-0.5%) 2.4 kB -34 B (-1.4%)
@module-federation/core 1.0 kB -2 B (-0.2%) 1.0 kB -35 B (-3.2%)
@module-federation/devtools 30.3 kB -6 B (-0.0%) 30.3 kB -31 B (-0.1%)
@module-federation/enhanced 2.7 kB +2 B (+0.1%) 2.8 kB -44 B (-1.5%)
@module-federation/metro-plugin-rnc-cli 416 B -1 B (-0.2%) 435 B -27 B (-5.8%)
@module-federation/node 9.1 kB no change 9.2 kB -29 B (-0.3%)

Consumer scenarios

Scenario Web output (gzip) Delta Node output (gzip) Delta Gap (node-web) Delta
Enhanced remoteEntry 22.3 kB -14 B (-0.1%) 23.8 kB -11 B (-0.0%) +1.6 kB +3 B

Total dist (raw): 36.16 MB (-720 B (-0.0%))
Total ESM gzip: 111.4 kB (no change)
Total web bundle (gzip): 253.1 kB (-19 B (-0.0%))
Total node bundle (gzip): 255.3 kB (-200 B (-0.1%))
Tracked ./bundler entry gzip: 563 B (no change)
Tracked ./bundler web bundle (gzip): 4.9 kB (no change)
Tracked ./bundler node bundle (gzip): 4.9 kB (no change)

Bundle sizes are generated with rslib (Rspack). Package-root metrics preserve the historical report. Tracked subpath exports such as ./bundler are measured separately so ENV_TARGET-driven tree-shaking is visible. Bare imports are externalized to keep package-level sizes consistent, and assets are emitted as resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants