Skip to content

feat: support modern.js@3#4209

Merged
2heal1 merged 20 commits intomainfrom
feat/modern-3.0
Feb 5, 2026
Merged

feat: support modern.js@3#4209
2heal1 merged 20 commits intomainfrom
feat/modern-3.0

Conversation

@2heal1
Copy link
Copy Markdown
Member

@2heal1 2heal1 commented Nov 14, 2025

Description

Support Modern.js@3 and add @module-federation/modern-js-v3 package

Related Issue

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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 14, 2025

🦋 Changeset detected

Latest commit: 4451301

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

This PR includes changesets to release 41 packages
Name Type
shared-tree-shaking-with-server-provider Major
shared-tree-shaking-no-server-provider Major
shared-tree-shaking-with-server-host Major
shared-tree-shaking-no-server-host Major
remote5 Major
remote6 Major
create-module-federation Major
@module-federation/devtools Major
@module-federation/storybook-addon Major
@module-federation/rsbuild-plugin Major
@module-federation/modern-js-v3 Major
@module-federation/rspack Major
@module-federation/rspress-plugin Major
@module-federation/enhanced Major
website-new Patch
@module-federation/nextjs-mf Patch
@module-federation/node Patch
@module-federation/runtime Major
@module-federation/webpack-bundler-runtime Major
@module-federation/sdk Major
@module-federation/runtime-tools Major
@module-federation/managers Major
@module-federation/manifest Major
@module-federation/dts-plugin Major
@module-federation/third-party-dts-extractor Major
@module-federation/bridge-react Major
@module-federation/bridge-vue3 Major
@module-federation/bridge-shared Major
@module-federation/bridge-react-webpack-plugin Major
@module-federation/retry-plugin Major
@module-federation/data-prefetch Major
@module-federation/error-codes Major
@module-federation/inject-external-runtime-core-plugin Major
@module-federation/runtime-core Major
@module-federation/cli Major
@module-federation/metro Major
@module-federation/metro-plugin-rnef Major
@module-federation/metro-plugin-rnc-cli Major
@module-federation/esbuild Patch
@module-federation/utilities Patch
@module-federation/modern-js 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
Copy link
Copy Markdown

netlify bot commented Nov 14, 2025

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit 4451301
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/6984436bc2bfb700084f4655
😎 Deploy Preview https://deploy-preview-4209--module-federation-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@danpeen danpeen marked this pull request as ready for review February 4, 2026 03:34
Copy link
Copy Markdown

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

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: 58a69ea1dd

ℹ️ 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".

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

Bundle Size Report

4 package(s) changed, 32 unchanged.

Package Total dist Delta ESM gzip Delta
modern-js-plugin-v3 186.2 kB +186.2 kB (+∞%) 900 B +900 B (+∞%)
rspack 34.5 kB +38 B (+0.1%) 190 B no change
inject-external-runtime-core-plugin 4.7 kB -4 B (-0.1%) 488 B -3 B (-0.6%)
vue3-bridge 158.5 kB -4 B (-0.0%) 23.2 kB +3 B (+0.0%)

Total dist: 4.95 MB (+186.3 kB (+3.8%))
Total ESM gzip: 154.6 kB (+900 B (+0.6%))

@2heal1 2heal1 merged commit 2bd445d into main Feb 5, 2026
12 checks passed
@2heal1 2heal1 deleted the feat/modern-3.0 branch February 5, 2026 07:19
@2heal1 2heal1 mentioned this pull request Feb 12, 2026
},
"peerDependencies": {
"@rsbuild/core": "^1.3.21 || ^2.0.0-0"
"@rsbuild/core": "2.0.0-alpha.4"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@2heal1 I guess this is a mistake. The peer dependencies range should be ^1.3.21 || ^2.0.0-0.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants