Skip to content

Commit 8ec950c

Browse files
ScriptedAlchemyScriptedAlchemy
andauthored
chore(deps): apply small dependabot bumps across packages and example apps (#4865)
Co-authored-by: ScriptedAlchemy <zack@module-federation.io>
1 parent 2add9ef commit 8ec950c

25 files changed

Lines changed: 460 additions & 386 deletions

File tree

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).

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"

apps/manifest-demo/3011-rspack-manifest-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"antd": "4.24.15",
15-
"lodash": "4.17.23",
15+
"lodash": "4.18.1",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

apps/manifest-demo/3012-rspack-js-entry-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"antd": "4.24.15",
15-
"lodash": "4.17.23",
15+
"lodash": "4.18.1",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1"
1818
},

apps/metro-example-host/e2e/flows/core.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appId: com.mf.example.host
1010
- copyTextFrom:
1111
id: 'host-lodash'
1212
- assertTrue:
13-
condition: ${maestro.copiedText === "4.17.23"}
13+
condition: ${maestro.copiedText === "4.18.1"}
1414

1515
# Check Mini App Info
1616
- assertNotVisible:
@@ -28,12 +28,12 @@ appId: com.mf.example.host
2828
- copyTextFrom:
2929
id: 'mini-lodash'
3030
- assertTrue:
31-
condition: ${maestro.copiedText === "4.17.23"}
31+
condition: ${maestro.copiedText === "4.18.1"}
3232

3333
# Check Nested Mini App Info
3434
- assertVisible:
3535
id: 'nested-mini-info'
3636
- copyTextFrom:
3737
id: 'nested-mini-lodash'
3838
- assertTrue:
39-
condition: ${maestro.copiedText === "4.17.23"}
39+
condition: ${maestro.copiedText === "4.18.1"}

apps/metro-example-host/metro.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module.exports = withModuleFederation(
4747
lodash: {
4848
singleton: false,
4949
eager: false,
50-
requiredVersion: '4.17.23',
51-
version: '4.17.23',
50+
requiredVersion: '4.18.1',
51+
version: '4.18.1',
5252
},
5353
},
5454
shareStrategy: 'loaded-first',

apps/metro-example-host/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"e2e:run:android": "maestro --platform=android test e2e"
2222
},
2323
"dependencies": {
24-
"lodash": "4.17.23",
24+
"lodash": "4.18.1",
2525
"react": "19.1.0",
2626
"react-native": "0.80.0"
2727
},
@@ -46,7 +46,7 @@
4646
"@types/lodash": "^4",
4747
"@types/react": "^19.1.0",
4848
"@types/react-test-renderer": "^19.1.0",
49-
"eslint": "^9.26.0",
49+
"eslint": "^8.57.0",
5050
"jest": "^29.6.3",
5151
"nodemon": "^3.1.9",
5252
"prettier": "2.8.8",

apps/metro-example-host/rock.config.mjs

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,18 @@ export default {
1414
},
1515
remoteCacheProvider: providerGitHub(),
1616
plugins: [pluginMetroModuleFederation()],
17+
fingerprint: {
18+
// The Release build embeds the JS bundle in the binary, so the remote
19+
// build cache must be busted whenever the JS side changes (e.g. a lodash
20+
// bump), not only when native sources change.
21+
extraSources: [
22+
'package.json',
23+
'metro.config.js',
24+
'babel.config.js',
25+
'app.json',
26+
'index.js',
27+
'runtime-plugin.ts',
28+
'src',
29+
],
30+
},
1731
};

0 commit comments

Comments
 (0)