Skip to content

chore(deps): apply small dependabot bumps across packages and example apps#4865

Merged
ScriptedAlchemy merged 7 commits into
mainfrom
chore/consolidated-dependabot-bumps
Jul 2, 2026
Merged

chore(deps): apply small dependabot bumps across packages and example apps#4865
ScriptedAlchemy merged 7 commits into
mainfrom
chore/consolidated-dependabot-bumps

Conversation

@ScriptedAlchemy

@ScriptedAlchemy ScriptedAlchemy commented Jul 2, 2026

Copy link
Copy Markdown
Member

Description

Consolidates the open Dependabot PRs that each bump a dependency inside this pnpm workspace. Those PRs cannot merge individually: each one edits a sub-package package.json plus a directory-scoped lockfile, so the workspace root pnpm-lock.yaml goes stale and checkout-install fails with ERR_PNPM_OUTDATED_LOCKFILE. Serial merging of the root-level ones also invalidates each other via lockfile conflicts. This PR applies all the bumps at once with a properly regenerated workspace lockfile.

Bumps applied (all patch/minor; Next.js version bumps intentionally excluded):

Includes a patch changeset for the five publishable packages whose runtime deps changed.

Related Issue

Supersedes Dependabot PRs #4857, #4834, #4833, #4751, #4689, #4688, #4636, #4629, #4621, #4619, #4618, #4617, #4616, #4613, #4612, #4596, #4548.

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have updated the documentation.

Validation

  • pnpm install regenerated the workspace lockfile; pnpm install --frozen-lockfile --lockfile-only passes
  • pnpm exec turbo run build + test for treeshake-server, rspress-plugin, create-module-federation, bridge-react, rsbuild-plugin, third-party-dts-extractor — all green locally

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3117703

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 47 packages
Name Type
@module-federation/devtools Patch
@module-federation/treeshake-server Patch
@module-federation/rspress-plugin Patch
create-module-federation Patch
@module-federation/third-party-dts-extractor Patch
@module-federation/treeshake-frontend Patch
website-new Patch
@module-federation/dts-plugin Patch
@module-federation/cli Patch
@module-federation/enhanced Patch
@module-federation/manifest Patch
@module-federation/metro Patch
@module-federation/rspack Patch
@module-federation/modern-js-v3 Patch
@module-federation/modern-js Patch
@module-federation/nextjs-mf Patch
@module-federation/node Patch
@module-federation/rsbuild-plugin Patch
@module-federation/storybook-addon Patch
shared-tree-shaking-no-server-host Patch
shared-tree-shaking-no-server-provider Patch
@module-federation/metro-plugin-rnc-cli Patch
@module-federation/metro-plugin-rnef Patch
@module-federation/metro-plugin-rock Patch
shared-tree-shaking-with-server-host Patch
shared-tree-shaking-with-server-provider Patch
node-dynamic-remote-new-version Patch
node-dynamic-remote Patch
@module-federation/playground Patch
remote5 Patch
remote6 Patch
@module-federation/runtime Patch
@module-federation/webpack-bundler-runtime Patch
@module-federation/sdk Patch
@module-federation/runtime-tools Patch
@module-federation/managers Patch
@module-federation/bridge-react Patch
@module-federation/bridge-vue3 Patch
@module-federation/bridge-shared Patch
@module-federation/bridge-react-webpack-plugin Patch
@module-federation/retry-plugin Patch
@module-federation/error-codes Patch
@module-federation/inject-external-runtime-core-plugin Patch
@module-federation/runtime-core Patch
@module-federation/esbuild Patch
@module-federation/observability-plugin Patch
@module-federation/utilities Patch

Not sure what this means? Click here to learn what changesets are.

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

@netlify

netlify Bot commented Jul 2, 2026

Copy link
Copy Markdown

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit 3117703
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/6a461785a423c300083f798f
😎 Deploy Preview https://deploy-preview-4865--module-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@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: 721fe50286

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"eslint-config-next": "16.0.10",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"postcss": "8.5.10",

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 Keep the nested lockfile in sync

For the standalone next-app-router-4001 app, this bumps postcss to 8.5.10 but leaves the app-local apps/next-app-router/next-app-router-4001/pnpm-lock.yaml importer at specifier: 8.4.38 / version: 8.4.38 (lines 89-91). Any workflow or deployment that installs this app from its own directory with its checked-in lockfile will hit an outdated-lockfile failure or resolve the old PostCSS version, so the nested lockfile needs to be regenerated along with the package manifest.

Useful? React with 👍 / 👎.

@pkg-pr-new

pkg-pr-new Bot commented Jul 2, 2026

Copy link
Copy Markdown

Open in StackBlitz

@module-federation/devtools

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

@module-federation/cli

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

create-module-federation

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

@module-federation/dts-plugin

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

@module-federation/enhanced

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

@module-federation/error-codes

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

@module-federation/esbuild

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

@module-federation/managers

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

@module-federation/manifest

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

@module-federation/metro

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

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

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

@module-federation/metro-plugin-rnef

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

@module-federation/metro-plugin-rock

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

@module-federation/modern-js

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

@module-federation/modern-js-v3

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

@module-federation/native-federation-tests

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

@module-federation/native-federation-typescript

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

@module-federation/nextjs-mf

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

@module-federation/node

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

@module-federation/observability-plugin

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

@module-federation/playground

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

@module-federation/retry-plugin

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

@module-federation/rsbuild-plugin

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

@module-federation/rspack

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

@module-federation/rspress-plugin

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

@module-federation/runtime

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

@module-federation/runtime-core

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

@module-federation/runtime-tools

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

@module-federation/sdk

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

@module-federation/storybook-addon

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

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

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

@module-federation/treeshake-frontend

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

@module-federation/treeshake-server

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

@module-federation/typescript

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

@module-federation/utilities

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

@module-federation/webpack-bundler-runtime

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

@module-federation/bridge-react

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

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

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

@module-federation/bridge-shared

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

@module-federation/bridge-vue3

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

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

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

commit: 3117703

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Report

12 package(s) changed, 30 unchanged.

Package dist + ESM entry

Package Total dist (raw) Delta ESM gzip Delta
@module-federation/cli 26.3 kB no change 786 B no change
@module-federation/core 39.1 kB no change 173 B no change
@module-federation/devtools 665.5 kB no change 4.0 kB no change
@module-federation/enhanced 810.0 kB no change 672 B no change
@module-federation/managers 70.0 kB no change 334 B no change
@module-federation/manifest 136.1 kB no change 182 B no change
@module-federation/metro-plugin-rnc-cli 0 B no change 314 B no change
@module-federation/node 193.4 kB no change 217 B no change
@module-federation/playground 28.81 MB -738 B (-0.0%) 50.9 kB no change
@module-federation/runtime 20.0 kB +13 B (+0.1%) 715 B no change
@module-federation/storybook-addon 79.2 kB no change 100 B no change
@module-federation/utilities 110.6 kB no change 328 B no change

Bundle targets

Package Web bundle (gzip) Delta Node bundle (gzip) Delta
@module-federation/cli 2.3 kB -34 B (-1.4%) 2.3 kB -34 B (-1.4%)
@module-federation/core 1.1 kB -33 B (-2.9%) 1.0 kB -32 B (-3.0%)
@module-federation/devtools 30.3 kB -38 B (-0.1%) 30.3 kB -38 B (-0.1%)
@module-federation/enhanced 2.6 kB -46 B (-1.7%) 2.6 kB -46 B (-1.7%)
@module-federation/managers 2.4 kB -28 B (-1.1%) 2.4 kB -28 B (-1.1%)
@module-federation/manifest 6.1 kB -41 B (-0.7%) 6.1 kB -41 B (-0.7%)
@module-federation/metro-plugin-rnc-cli 411 B -27 B (-6.2%) 411 B -27 B (-6.2%)
@module-federation/node 9.2 kB -29 B (-0.3%) 9.2 kB -29 B (-0.3%)
@module-federation/playground 47.0 kB no change 47.0 kB no change
@module-federation/runtime 687 B no change 687 B no change
@module-federation/storybook-addon 1.9 kB -25 B (-1.3%) 1.7 kB -24 B (-1.3%)
@module-federation/utilities 2.6 kB -33 B (-1.2%) 2.6 kB -33 B (-1.2%)

Consumer scenarios

Scenario Web output (gzip) Delta Node output (gzip) Delta Gap (node-web) Delta
Enhanced remoteEntry 21.4 kB -17 B (-0.1%) 22.5 kB -15 B (-0.1%) +1.1 kB +2 B

Total dist (raw): 35.64 MB (-725 B (-0.0%))
Total ESM gzip: 129.5 kB (no change)
Total web bundle (gzip): 254.4 kB (-334 B (-0.1%))
Total node bundle (gzip): 254.9 kB (-332 B (-0.1%))
Tracked ./bundler entry gzip: 556 B (no change)
Tracked ./bundler web bundle (gzip): 4.8 kB (no change)
Tracked ./bundler node bundle (gzip): 4.8 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.

ScriptedAlchemy added 4 commits July 2, 2026 07:06
The Rock remote build cache fingerprint only hashed native sources, so
Release builds with the embedded JS bundle were reused from cache even
after JS dependency bumps (the host app kept showing lodash 4.17.23
after the bump to 4.18.1, failing the Maestro e2e assertions).
@ScriptedAlchemy ScriptedAlchemy merged commit 8ec950c into main Jul 2, 2026
27 checks passed
@ScriptedAlchemy ScriptedAlchemy deleted the chore/consolidated-dependabot-bumps branch July 2, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant