Skip to content

chore(deps): update dependency @rspack/dev-server to v0.7.5 #4183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 6, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion advanced-api/automatic-vendor-sharing/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "14.2.3",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/automatic-vendor-sharing/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "14.2.3",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"webpack": "5.92.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"@module-federation/enhanced": "0.2.1"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"@module-federation/enhanced": "0.2.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/dynamic-remotes/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@module-federation/runtime": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/dynamic-remotes/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@module-federation/enhanced": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/dynamic-remotes/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@module-federation/enhanced": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion apollo-client/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"webpack-merge": "5.10.0",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion apollo-client/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"webpack-merge": "5.10.0",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion complete-react-case/component-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@module-federation/enhanced": "0.2.1",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"dependencies": {
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion complete-react-case/lib-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"webpack-cli": "5.1.4",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"@module-federation/enhanced": "0.2.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion complete-react-case/main-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"webpack-cli": "5.1.4",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"@module-federation/enhanced": "0.2.1"
}
}
2 changes: 1 addition & 1 deletion comprehensive-demo-react16/app-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@rspack/core": "0.7.5",
"@module-federation/enhanced": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"legacy:start": "webpack --watch",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react16/app-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"webpack-cli": "^4.0.0",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react16/app-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"webpack-cli": "^4.0.0",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react16/app-04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rspack/core": "0.7.5",
"@module-federation/enhanced": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"legacy:build": "cross-env NODE_ENV=production webpack",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react16/app-05/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"serve": "14.2.3",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@material-ui/core": "^4.12.4",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.0",
"markdown-to-jsx": "^7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@module-federation/enhanced": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.0",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@module-federation/enhanced": "0.2.1",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "^9.1.3",
"html-webpack-plugin": "^5.6.0",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-04/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion comprehensive-demo-react18/app-05/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"cross-env": "7.0.3",
"html-webpack-plugin": "5.6.0",
"lit-element": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion css-isolation/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
2 changes: 1 addition & 1 deletion css-isolation/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion different-react-versions-16-18/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion different-react-versions-16-18/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion different-react-versions-isolated/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
2 changes: 1 addition & 1 deletion different-react-versions-isolated/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
2 changes: 1 addition & 1 deletion different-react-versions-typescript/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion different-react-versions-typescript/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
}
}
2 changes: 1 addition & 1 deletion different-react-versions/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"legacy:start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion different-react-versions/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"legacy:start": "webpack-cli serve",
Expand Down
2 changes: 1 addition & 1 deletion dynamic-remotes-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"webpack-cli": "^5.1.4",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"devDependencies": {
"kill-port": "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion dynamic-system-host/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/preset-react": "7.24.7",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"@module-federation/enhanced": "0.2.1",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion dynamic-system-host/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@module-federation/enhanced": "0.2.1",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
"serve": "14.2.3",
Expand Down
2 changes: 1 addition & 1 deletion dynamic-system-host/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@babel/preset-react": "7.24.7",
"@rspack/cli": "0.7.5",
"@rspack/core": "0.7.5",
"@rspack/dev-server": "0.7.4",
"@rspack/dev-server": "0.7.5",
"@module-federation/enhanced": "0.2.1",
"babel-loader": "9.1.3",
"html-webpack-plugin": "5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion federated-css/consumers-react/any-combination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
2 changes: 1 addition & 1 deletion federated-css/consumers-react/less-and-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"webpack-dev-server": "4.15.2",
"@rspack/core": "0.7.5",
"@rspack/cli": "0.7.5",
"@rspack/dev-server": "0.7.4"
"@rspack/dev-server": "0.7.5"
},
"scripts": {
"start": "rspack serve",
Expand Down
Loading
Loading