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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,245 changes: 735 additions & 510 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rsdoctor/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@rsdoctor/rspack-plugin": "^1.1.4",
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
Expand Down
4 changes: 2 additions & 2 deletions rspack/basic-ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"ts-node": "10.9.2",
"typescript": "^5.8.3"
}
Expand Down
4 changes: 2 additions & 2 deletions rspack/basic-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript": "^5.8.3"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
22 changes: 11 additions & 11 deletions rspack/builtin-swc-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
},
"devDependencies": {
"@lingui/swc-plugin": "^5.5.2",
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@swc/helpers": "^0.5.17",
"@swc/plugin-emotion": "^8.7.2",
"@swc/plugin-loadable-components": "^5.3.1",
"@swc/plugin-prefresh": "^6.3.2",
"@swc/plugin-relay": "^6.3.2",
"@swc/plugin-remove-console": "^6.3.2",
"@swc/plugin-styled-components": "^6.8.2",
"@swc/plugin-styled-jsx": "^6.6.2",
"@swc/plugin-transform-imports": "^6.5.2",
"swc-plugin-css-modules": "^2.2.1",
"@swc/plugin-emotion": "^10.0.2",
"@swc/plugin-loadable-components": "^7.0.1",
"@swc/plugin-prefresh": "^8.0.2",
"@swc/plugin-relay": "^8.0.2",
"@swc/plugin-remove-console": "^8.0.2",
"@swc/plugin-styled-components": "^8.0.2",
"@swc/plugin-styled-jsx": "^8.0.5",
"@swc/plugin-transform-imports": "^8.0.3",
"swc-plugin-css-modules": "^4.0.1",
"swc-plugin-vue-jsx": "^0.4.0"
}
}
4 changes: 2 additions & 2 deletions rspack/bundle-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/case-sensitive-paths-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "rspack build || echo 'make-ci-happy'"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"case-sensitive-paths-webpack-plugin": "2.4.0"
}
}
4 changes: 2 additions & 2 deletions rspack/code-splitting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/cra-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"react-refresh": "^0.17.0",
"web-vitals": "^2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions rspack/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"react-refresh": "^0.17.0",
"web-vitals": "^2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions rspack/css-parser-generator-options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"sass-loader": "^16.0.5"
}
}
4 changes: 2 additions & 2 deletions rspack/dll-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "rspack build || echo 'make-ci-happy'"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"lodash": "4.17.21",
"typescript": "^5.8.3"
}
Expand Down
4 changes: 2 additions & 2 deletions rspack/dll/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"typescript": "^5.8.3"
}
}
6 changes: 3 additions & 3 deletions rspack/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@swc/plugin-emotion": "^8.7.2"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@swc/plugin-emotion": "^10.0.2"
}
}
4 changes: 2 additions & 2 deletions rspack/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dev:loader": "rspack serve -c rspack.config.loader.js"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"eslint": "^8.57.1",
"eslint-rspack-plugin": "^4.2.1"
}
Expand Down
4 changes: 2 additions & 2 deletions rspack/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"express": "5.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"run-script-webpack-plugin": ""
}
}
4 changes: 2 additions & 2 deletions rspack/extract-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/generate-package-json-webpack-plugin@2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"build": "rspack build"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"generate-package-json-webpack-plugin": "^2.6.0"
}
}
4 changes: 2 additions & 2 deletions rspack/hooks/after-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/html-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"build": "rspack build"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"html-webpack-plugin": "^5.6.3"
},
"rspack": {
Expand Down
7 changes: 7 additions & 0 deletions rspack/http-import/http-import.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"version": 1,
"entries": {
"https://www.unpkg.com/the-answer@1.0.0/dist/the-answer.js": {
"resolved": "https://www.unpkg.com/the-answer@1.0.0/dist/the-answer.js",
"integrity": "sha512-qy9ndp7bPncf/DMQ94Gl5JsOGkabSNUdloOFyy5J70PaB3kWjpylAUWtK3wuxNlvbgP9z4tF0tHxlrhuXRKZAQ==",
"content_type": "text/javascript; charset=utf-8",
"valid_until": 1782224274062,
"etag": null
},
"https://www.unpkg.com/the-answer": {
"resolved": "https://www.unpkg.com/the-answer",
"integrity": "sha512-qy9ndp7bPncf/DMQ94Gl5JsOGkabSNUdloOFyy5J70PaB3kWjpylAUWtK3wuxNlvbgP9z4tF0tHxlrhuXRKZAQ==",
Expand Down
4 changes: 2 additions & 2 deletions rspack/http-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
2 changes: 1 addition & 1 deletion rspack/lazy-compilation-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "node ./dev.js"
},
"devDependencies": {
"@rspack/core": "1.3.15",
"@rspack/core": "1.4.0-rc.0",
"@rspack/dev-server": "1.1.3"
}
}
4 changes: 2 additions & 2 deletions rspack/library-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rspack build --watch"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/library-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rspack build --watch"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/library-umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dev": "rspack build --watch"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15"
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0"
}
}
4 changes: 2 additions & 2 deletions rspack/license-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"build": "rspack build"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"license-webpack-plugin": "^4.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
Expand Down
4 changes: 2 additions & 2 deletions rspack/lightingcss-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dev": "rspack serve"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"css-loader": "7.1.2"
}
}
4 changes: 2 additions & 2 deletions rspack/loader-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@babel/preset-env": "7.27.2",
"@mdx-js/loader": "3.1.0",
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@svgr/webpack": "8.1.0",
"autoprefixer": "10.4.21",
"babel-loader": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-interop/rspack-mf-v1.5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-interop/rspack-mf-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-v1.5/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-v1.5/lib1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-v1.5/lib2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"react-refresh": "^0.17.0",
"serve": "14.2.4"
Expand Down
4 changes: 2 additions & 2 deletions rspack/module-federation-v1/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"react-dom": "^19.1.0"
},
"devDependencies": {
"@rspack/cli": "1.3.15",
"@rspack/core": "1.3.15",
"@rspack/cli": "1.4.0-rc.0",
"@rspack/core": "1.4.0-rc.0",
"@rspack/plugin-react-refresh": "^1.4.3",
"html-webpack-plugin": "^5.6.3",
"react-refresh": "^0.17.0",
Expand Down
Loading