Skip to content

Commit 7c004b5

Browse files
authored
Merge branch 'main' into feat/update-react-19
2 parents 0851713 + 6edeb57 commit 7c004b5

File tree

679 files changed

+27267
-60893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

679 files changed

+27267
-60893
lines changed

.changeset/bright-squids-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/dts-plugin': patch
3+
---
4+
5+
Replace the Koa-based dev types server with a native Node HTTP server to reduce dependencies and keep type generation behavior unchanged.

.changeset/calm-eggs-march.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/metro': patch
3+
---
4+
5+
ci: add Metro e2e coverage to local CI and reuse the same Metro e2e runner in both local CI and GitHub Actions.

.changeset/config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"create-module-federation",
3030
"@module-federation/cli",
3131
"@module-federation/rspress-plugin",
32+
"@module-federation/treeshake-server",
33+
"@module-federation/treeshake-frontend",
3234
"@module-federation/metro",
3335
"@module-federation/metro-plugin-rnef",
3436
"@module-federation/metro-plugin-rnc-cli"

.changeset/odd-snails-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/metro': patch
3+
---
4+
5+
refactor and harden Metro module federation config handling by deduplicating normalized runtime plugins, tightening option validation, and improving warnings for unsupported/deprecated options, including deprecating `plugins` in favor of `runtimePlugins`.

.changeset/soft-spoons-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/utilities': patch
3+
---
4+
5+
fix(utilities): align published entrypoints with rslib output and add publint CI coverage.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/enhanced': patch
3+
---
4+
5+
Security fix: bump Ajv usage to 8.18.0 to prevent CVE-2025-69873 from affecting `schema-utils` validation paths.

.changeset/thick-poems-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/rspress-plugin': patch
3+
---
4+
5+
fix(rspress-plugin): set config.ssg.experimentalWorker true if enable ssg-md

.github/actions/android-e2e/action.yaml

Lines changed: 0 additions & 96 deletions
This file was deleted.

.github/actions/ios-e2e/action.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.github/workflows/actionlint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v5
1717

18+
- name: Install actionlint
19+
run: bash <(curl -s https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
20+
shell: bash
21+
1822
- name: Run actionlint
1923
uses: raven-actions/actionlint@v2
24+
env:
25+
NODE_PATH: ${{ runner.temp }}/node_modules
2026
with:
2127
matcher: true
28+
working-directory: ${{ runner.temp }}

0 commit comments

Comments
 (0)