Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions advanced-api/automatic-vendor-sharing/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate workspace lockfile for bumped dependencies

This dependency bump changes specifiers in workspace packages but the commit does not update pnpm-lock.yaml; for example this package now requests @module-federation/enhanced: 2.0.1, while the lockfile importer for advanced-api/automatic-vendor-sharing/app1 still records specifier: 0.23.0 and @rspack/*: 1.7.4 (pnpm-lock.yaml lines 106-113 in this commit). I checked the CI workflows (.github/workflows/on-push.yml line 91 and .github/workflows/on-pull-request.yml lines 132/219), and they run pnpm install --frozen-lockfile, so these mismatches will make dependency installation fail until the lockfile is regenerated.

Useful? React with 👍 / 👎.

"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced-api/automatic-vendor-sharing/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/automatic-vendor-sharing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"legacy:e2e:ci": "pnpm legacy:build && LEGACY_START=true pnpm exec playwright test --config ./playwright.config.ts --reporter=list"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@playwright/test": "1.58.2",
"wait-on": "7.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.23.0",
"@module-federation/runtime": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"@module-federation/runtime": "2.0.1",
"@module-federation/retry-plugin": "0.17.1",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"babel-loader": "9.1.3",
"copy-webpack-plugin": "12.0.2",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-merge": "6.0.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"legacy:e2e:ci": "USE_LEGACY=1 npx playwright test"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@playwright/test": "1.58.2",
"wait-on": "7.2.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"@module-federation/retry-plugin": "0.17.1",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-merge": "6.0.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"legacy:e2e:ci": "pnpm exec playwright test"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@playwright/test": "1.58.2",
"wait-on": "7.2.0"
}
}
10 changes: 5 additions & 5 deletions advanced-api/dynamic-remotes/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@module-federation/runtime": "0.23.0",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
"@module-federation/runtime": "2.0.1",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
Expand All @@ -17,7 +17,7 @@
"serve": "14.2.3",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced-api/dynamic-remotes/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
Expand All @@ -16,7 +16,7 @@
"serve": "14.2.3",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
8 changes: 4 additions & 4 deletions advanced-api/dynamic-remotes/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "^7.28.5",
"@module-federation/enhanced": "0.23.0",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
Expand All @@ -16,7 +16,7 @@
"serve": "14.2.3",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions advanced-api/dynamic-remotes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"legacy:e2e:ci": "npx playwright test --reporter=list"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"playwright": "1.58.1",
"@playwright/test": "1.58.2",
"playwright": "1.58.2",
"wait-on": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion angular-universal-ssr/client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.5.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4"
}
}
2 changes: 1 addition & 1 deletion angular-universal-ssr/host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.5.3",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4"
}
}
2 changes: 1 addition & 1 deletion angular-universal-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"e2e:ci": "pnpm run build && pnpm exec playwright test"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@playwright/test": "1.58.2",
"wait-on": "7.2.0",
"concurrently": "8.2.2"
}
Expand Down
10 changes: 5 additions & 5 deletions apollo-client/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/enhanced": "0.23.0",
"@module-federation/node": "2.7.28",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
"@module-federation/node": "2.7.32",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/express": "4.17.21",
"@types/react": "18.3.10",
Expand All @@ -43,7 +43,7 @@
"@types/serialize-javascript": "5.0.4",
"babel-loader": "9.1.3",
"rimraf": "5.0.8",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
Expand Down
10 changes: 5 additions & 5 deletions apollo-client/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@module-federation/enhanced": "0.23.0",
"@module-federation/node": "2.7.28",
"@rspack/cli": "1.7.4",
"@rspack/core": "1.7.4",
"@module-federation/enhanced": "2.0.1",
"@module-federation/node": "2.7.32",
"@rspack/cli": "1.7.6",
"@rspack/core": "1.7.6",
"@rspack/dev-server": "1.2.1",
"@types/express": "4.17.21",
"@types/react": "18.3.10",
Expand All @@ -43,7 +43,7 @@
"@types/serialize-javascript": "5.0.4",
"babel-loader": "9.1.3",
"rimraf": "5.0.8",
"webpack": "5.104.1",
"webpack": "5.105.3",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"legacy:e2e:ci": "npx playwright test"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@playwright/test": "1.58.2",
"wait-on": "7.2.0"
}
}
2 changes: 1 addition & 1 deletion basic-host-remote/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.54.6",
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.10",
"prettier": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion basic-host-remote/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.54.6",
"@modern-js/tsconfig": "2.54.6",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions basic-host-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"concurrently": "8.2.2",
"wait-on": "7.2.0",
"@playwright/test": "1.58.1",
"playwright": "1.58.1"
"@playwright/test": "1.58.2",
"playwright": "1.58.2"
}
}
4 changes: 2 additions & 2 deletions bi-directional/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"@modern-js/runtime": "2.69.5",
"@module-federation/modern-js": "0.23.0",
"@module-federation/modern-js": "2.70.6",
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
Expand All @@ -38,7 +38,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.69.5",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions bi-directional/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"@modern-js/runtime": "2.69.5",
"@module-federation/modern-js": "0.23.0",
"@module-federation/modern-js": "2.70.6",
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
Expand All @@ -38,7 +38,7 @@
"@modern-js/builder-rspack-provider": "2.46.1",
"@modern-js/eslint-config": "2.59.0",
"@modern-js/tsconfig": "2.69.5",
"@module-federation/enhanced": "0.23.0",
"@module-federation/enhanced": "2.0.1",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions bi-directional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"legacy:e2e:ci": "echo 'No legacy e2e tests for this example'"
},
"devDependencies": {
"@playwright/test": "1.58.1",
"@playwright/test": "1.58.2",
"concurrently": "8.2.2",
"playwright": "1.58.1",
"playwright": "1.58.2",
"wait-on": "7.2.0"
}
}
4 changes: 2 additions & 2 deletions clo/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
]
},
"devDependencies": {
"@rsbuild/core": "1.7.2",
"@rsbuild/core": "1.7.3",
"@rsbuild/plugin-react": "1.4.5",
"@rspack/core": "1.7.4"
"@rspack/core": "1.7.6"
}
}
Loading
Loading