Skip to content

Comments

feat(runtime): align async startup defaults across apps and adapters#4399

Draft
ScriptedAlchemy wants to merge 18 commits intomainfrom
cursor/apps-async-startup-default-8b48
Draft

feat(runtime): align async startup defaults across apps and adapters#4399
ScriptedAlchemy wants to merge 18 commits intomainfrom
cursor/apps-async-startup-default-8b48

Conversation

@ScriptedAlchemy
Copy link
Member

@ScriptedAlchemy ScriptedAlchemy commented Feb 9, 2026

Summary

  • enable async startup oriented runtime/app configuration updates across example applications
  • include related enhanced runtime plugin and startup dependency path adjustments present on this branch
  • include framework adapter updates aligned with this runtime startup behavior

Changed Packages

  • @module-federation/enhanced
  • @module-federation/modern-js
  • @module-federation/rsbuild-plugin
  • @module-federation/storybook-addon

Changesets

  • .changeset/brave-geese-yawn.md (patch for all listed packages)

Base

  • main

@cursor
Copy link

cursor bot commented Feb 9, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2026

🦋 Changeset detected

Latest commit: b1b5e2b

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

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

netlify bot commented Feb 9, 2026

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit b1b5e2b
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/6996904f927ad300081f9dd7
😎 Deploy Preview https://deploy-preview-4399--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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Bundle Size Report

4 package(s) changed, 37 unchanged.

Package Total dist Delta ESM gzip Delta
enhanced 1.29 MB +3.5 kB (+0.3%) 744 B no change
modern-js-plugin 196.4 kB +1.8 kB (+0.9%) 1.2 kB no change
rsbuild-plugin 113.4 kB +1.0 kB (+0.9%) 91 B no change
storybook-addon 15.7 kB -3 B (-0.0%) 95 B no change

Total dist: 6.89 MB (+6.2 kB (+0.1%))
Total ESM gzip: 138.6 kB (no change)

@ScriptedAlchemy ScriptedAlchemy changed the title Apps async startup default feat(apps): enable experiments.asyncStartup by default Feb 9, 2026
@ScriptedAlchemy ScriptedAlchemy changed the title feat(apps): enable experiments.asyncStartup by default feat(runtime): align async startup defaults across apps and adapters Feb 12, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 14, 2026

Open in StackBlitz

@module-federation/devtools

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

@module-federation/cli

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

create-module-federation

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

@module-federation/data-prefetch

pnpm add https://pkg.pr.new/module-federation/core/@module-federation/data-prefetch@b1b5e2b

@module-federation/dts-plugin

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

@module-federation/enhanced

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

@module-federation/error-codes

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

@module-federation/managers

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

@module-federation/manifest

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

@module-federation/metro

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

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

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

@module-federation/metro-plugin-rnef

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

@module-federation/modern-js-v3

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

@module-federation/retry-plugin

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

@module-federation/rsbuild-plugin

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

@module-federation/rspack

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

@module-federation/rspress-plugin

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

@module-federation/runtime

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

@module-federation/runtime-core

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

@module-federation/runtime-tools

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

@module-federation/sdk

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

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

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

@module-federation/treeshake-frontend

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

@module-federation/treeshake-server

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

@module-federation/webpack-bundler-runtime

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

@module-federation/bridge-react

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

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

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

@module-federation/bridge-shared

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

@module-federation/bridge-vue3

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

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

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

commit: b1b5e2b

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2026

Android Release APK for all devices

🔗 Download link.

Note: if the download link expires, please re-run the workflow to generate a new build.

Generated at 2026-02-15T22:33:25.144Z UTC

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2026

iOS Release APP for simulators

🔗 Download link.

Note: if the download link expires, please re-run the workflow to generate a new build.

Generated at 2026-02-15T22:25:55.020Z UTC

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.

2 participants