Skip to content

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

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

feat(runtime): align async startup defaults across apps and adapters#4399
ScriptedAlchemy wants to merge 39 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

Single-PR Review Guide (No Additional PRs)

This PR will remain a single PR. Improvements are being done in-place (no stacked or follow-up PR splitting).

Suggested Review Order

  1. Core behavior/runtime changes first.
  2. Build/tooling and workflow updates second.
  3. Docs/examples/app fixtures last.

In-Place Scope Trim Checklist

  • Remove unrelated churn not required for this PR goal.
  • Keep lockfile and generated changes only when strictly needed.
  • Confirm acceptance criteria and regression tests are explicit in this PR.
  • Resolve merge conflict status and required CI checks before final re-review.

@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

⚠️ No Changeset found

Latest commit: d555922

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

@netlify
Copy link

netlify bot commented Feb 9, 2026

Deploy Preview for module-federation-docs ready!

Name Link
🔨 Latest commit d555922
🔍 Latest deploy log https://app.netlify.com/projects/module-federation-docs/deploys/69b05f9a77b476000893250b
😎 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

No bundle size changes detected.

Total dist: 6.38 MB (no change)
Total ESM gzip: 79.2 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/devtools@e3714b8

@module-federation/cli

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

create-module-federation

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

@module-federation/data-prefetch

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

@module-federation/dts-plugin

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

@module-federation/enhanced

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

@module-federation/error-codes

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

@module-federation/esbuild

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

@module-federation/managers

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

@module-federation/manifest

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

@module-federation/metro

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

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

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

@module-federation/metro-plugin-rnef

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

@module-federation/modern-js

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

@module-federation/modern-js-v3

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

@module-federation/native-federation-tests

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

@module-federation/native-federation-typescript

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

@module-federation/nextjs-mf

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

@module-federation/node

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

@module-federation/retry-plugin

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

@module-federation/rsbuild-plugin

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

@module-federation/rspack

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

@module-federation/rspress-plugin

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

@module-federation/runtime

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

@module-federation/runtime-core

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

@module-federation/runtime-tools

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

@module-federation/sdk

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

@module-federation/storybook-addon

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

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

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

@module-federation/treeshake-frontend

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

@module-federation/treeshake-server

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

@module-federation/typescript

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

@module-federation/utilities

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

@module-federation/webpack-bundler-runtime

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

@module-federation/bridge-react

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

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

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

@module-federation/bridge-shared

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

@module-federation/bridge-vue3

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

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

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

commit: e3714b8

@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

ScriptedAlchemy and others added 8 commits February 14, 2026 14:46
…rtup-default-8b48

Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	apps/node-dynamic-remote-new-version/webpack.config.js
#	apps/node-dynamic-remote/webpack.config.js
#	apps/node-local-remote/webpack.config.js
#	apps/node-remote/webpack.config.js
#	apps/react-ts-host/webpack.config.js
#	apps/react-ts-nested-remote/webpack.config.js
#	apps/react-ts-remote/rspack.config.js
#	apps/react-ts-remote/webpack.config.js
#	apps/router-demo/router-host-2000/project.json
Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	apps/node-dynamic-remote-new-version/webpack.config.js
#	apps/node-dynamic-remote/webpack.config.js
#	apps/node-local-remote/webpack.config.js
#	apps/node-remote/webpack.config.js
#	apps/react-ts-host/webpack.config.js
#	apps/react-ts-nested-remote/webpack.config.js
#	apps/react-ts-remote/rspack.config.js
#	apps/react-ts-remote/webpack.config.js
#	apps/router-demo/router-host-2000/project.json
ScriptedAlchemy and others added 19 commits February 24, 2026 14:03
…odule-federation/core into HEAD

Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	apps/node-dynamic-remote-new-version/webpack.config.js
#	apps/node-dynamic-remote/webpack.config.js
#	apps/node-local-remote/webpack.config.js
#	apps/node-remote/webpack.config.js
#	apps/react-ts-host/webpack.config.js
#	apps/react-ts-nested-remote/webpack.config.js
#	apps/react-ts-remote/rspack.config.js
#	apps/react-ts-remote/webpack.config.js
#	apps/router-demo/router-host-2000/project.json
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