Skip to content

Commit c454fc3

Browse files
authored
Merge branch 'main' into codex/fix-modernjs-splitchunks-warning
2 parents 0b08935 + 8ec950c commit c454fc3

78 files changed

Lines changed: 12316 additions & 12255 deletions

File tree

Some content is hidden

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

.changeset/bright-pots-vanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/retry-plugin': patch
3+
---
4+
5+
fix: externalize @module-federation/runtime and runtime-core from DTS bundle to prevent type incompatibility in consumers
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+
chore(dts-plugin): drop `ansi-colors` dependency in favor of inline ANSI escape for the single red error message.

.changeset/drop-lodash-get.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/typescript': patch
3+
---
4+
5+
chore(typescript): drop `lodash.get` dependency in favor of optional chaining in `normalizeOptions`.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/third-party-dts-extractor': patch
3+
---
4+
5+
chore(third-party-dts-extractor): replace `resolve` with `exsolve` (0 transitive deps, ~100KB smaller) for the single `package.json` lookup.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@module-federation/managers': patch
3+
'@module-federation/third-party-dts-extractor': patch
4+
'@module-federation/manifest': patch
5+
---
6+
7+
chore: replace `find-pkg` with `empathic` (per [e18e replacements](https://e18e.dev/docs/replacements/find-pkg.html)). Removes unused `find-pkg` dependency from `@module-federation/manifest`.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@module-federation/devtools': patch
3+
'@module-federation/treeshake-server': patch
4+
'@module-federation/rspress-plugin': patch
5+
'create-module-federation': patch
6+
'@module-federation/third-party-dts-extractor': patch
7+
---
8+
9+
Bump runtime dependencies: echarts 6.1.0 (devtools), hono 4.12.26 and @hono/node-server 1.19.13 (treeshake-server), lodash-es 4.18.1 (rspress-plugin), handlebars 4.7.9 (create-module-federation), resolve 1.22.12 (third-party-dts-extractor).

.changeset/tricky-pants-rescue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/treeshake-server': patch
3+
---
4+
5+
Bump undici to 7.28.0 to resolve known vulnerabilities (CVE-2026-12151 and related advisories).

apps/3000-home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@ant-design/cssinjs": "^1.21.0",
88
"antd": "5.19.1",
9-
"lodash": "4.17.23",
9+
"lodash": "4.18.1",
1010
"next": "14.2.35",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"

apps/3001-shop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@ant-design/cssinjs": "^1.21.0",
88
"antd": "5.19.1",
9-
"lodash": "4.17.23",
9+
"lodash": "4.18.1",
1010
"next": "14.2.35",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"

apps/3002-checkout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@ant-design/cssinjs": "^1.21.0",
88
"antd": "5.19.1",
9-
"lodash": "4.17.23",
9+
"lodash": "4.18.1",
1010
"next": "14.2.35",
1111
"react": "18.3.1",
1212
"react-dom": "18.3.1"

0 commit comments

Comments
 (0)