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
2,776 changes: 1,456 additions & 1,320 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions rsbuild/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@swc/plugin-emotion": "^14.7.0",
"@swc/plugin-emotion": "^14.8.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@types/express": "^5.0.6",
"express": "^5.2.1",
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@fastify/middie": "^9.1.0",
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"fastify": "^5.7.2",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"lit": "^3.3.2",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/module-federation-enhanced/consumer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@module-federation/enhanced": "^0.23.0",
"@module-federation/rsbuild-plugin": "^2.3.1",
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/module-federation-enhanced/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@module-federation/enhanced": "^0.23.0",
"@module-federation/rsbuild-plugin": "^2.3.1",
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/module-federation/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/module-federation/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"preact": "^10.28.3"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-preact": "^1.7.2",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/query-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-compiler-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-babel": "^1.1.2",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-eslint": "^1.3.0",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/react-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@swc/core": "^1.15.21",
"@swc/core": "^1.15.24",
"@swc/jest": "^0.2.39",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-mdx": "^1.1.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@rstest/core": "^0.9.6",
"@testing-library/jest-dom": "^6.9.1",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@tailwindcss/postcss": "^4.1.10",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/shadcn-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/node": "^24.10.9",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"solid-js": "^1.9.11"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-babel": "^1.1.2",
"@rsbuild/plugin-solid": "^1.1.1",
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/ssr-express-with-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "1.4.6",
"@types/express": "^5.0.6",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/ssr-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "1.4.6",
"@types/express": "^5.0.6",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"styled-components": "^6.3.8"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@rsbuild/plugin-styled-components": "^1.6.1",
"@types/react": "^19.2.10",
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/styled-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"styled-jsx": "^5.1.7"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@swc/plugin-styled-jsx": "^13.7.0",
"@swc/plugin-styled-jsx": "^13.8.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"svelte": "^5.46.1"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-svelte": "^1.1.1",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-umd": "^1.0.6",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vanilla-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^19.2.4"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue-auto-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-vue": "^1.2.7",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue-element-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-vue": "^1.2.7",
"typescript": "^5.9.3",
"unplugin-auto-import": "^21.0.0",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-eslint": "^1.3.0",
"@rsbuild/plugin-vue": "^1.2.7",
"@typescript-eslint/eslint-plugin": "^8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue-vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^3.4.12"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-less": "^1.6.2",
"@rsbuild/plugin-vue": "^1.2.7",
"@vant/auto-import-resolver": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-vue": "^1.2.7",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rsdoctor/rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"semver7": "npm:semver@7.7.3"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/core": "2.0.0-rc.1",
"@rsbuild/plugin-react": "^1.4.6",
"@rsdoctor/rspack-plugin": "^1.5.7",
"@types/react": "^19.2.10",
Expand Down
10 changes: 5 additions & 5 deletions rsdoctor/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"dev": "NODE_ENV=development rspack serve"
},
"dependencies": {
"@swc/helpers": "^0.5.20",
"@swc/helpers": "^0.5.21",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"semver6": "npm:semver@6.3.1",
"semver7": "npm:semver@7.7.3"
},
"devDependencies": {
"@rsdoctor/rspack-plugin": "^1.5.7",
"@rspack/cli": "2.0.0-rc.0",
"@rspack/core": "2.0.0-rc.0",
"@rspack/dev-server": "2.0.0-rc.0",
"@rspack/plugin-react-refresh": "^1.6.1",
"@rspack/cli": "2.0.0-rc.1",
"@rspack/core": "2.0.0-rc.1",
"@rspack/dev-server": "2.0.0-rc.2",
"@rspack/plugin-react-refresh": "^2.0.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"react-refresh": "^0.18.0"
Expand Down
4 changes: 2 additions & 2 deletions rsdoctor/rspack/rspack.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { rspack } = require('@rspack/core');
const ReactRefreshPlugin = require('@rspack/plugin-react-refresh');
const { ReactRefreshRspackPlugin } = require('@rspack/plugin-react-refresh');
const { RsdoctorRspackPlugin } = require('@rsdoctor/rspack-plugin');

/** @type {import('@rspack/cli').Configuration} */
Expand Down Expand Up @@ -42,7 +42,7 @@ module.exports = {
extensions: ['...', '.tsx', '.ts', '.jsx'],
},
plugins: [
new ReactRefreshPlugin(),
new ReactRefreshRspackPlugin(),
new rspack.HtmlRspackPlugin({
template: './index.html',
}),
Expand Down
2 changes: 1 addition & 1 deletion rslib/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rslib/core": "^0.20.2",
"@rslib/core": "^0.20.3",
"@types/node": "^24.10.9",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rslib/module-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.6",
"@rslib/core": "^0.20.2",
"@rslib/core": "^0.20.3",
"@rspress/core": "^2.0.8",
"@rspress/plugin-api-docgen": "^2.0.8",
"@rspress/plugin-preview": "^2.0.8",
Expand Down
2 changes: 1 addition & 1 deletion rslib/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@module-federation/rsbuild-plugin": "^2.3.1",
"@module-federation/storybook-addon": "^5.0.4",
"@rsbuild/plugin-react": "^1.4.6",
"@rslib/core": "^0.20.2",
"@rslib/core": "^0.20.3",
"@types/react": "^19.2.10",
"http-server": "^14.1.1",
"react": "^19.2.4",
Expand Down
2 changes: 1 addition & 1 deletion rslib/node-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "rslib build --watch"
},
"devDependencies": {
"@rslib/core": "^0.20.2",
"@rslib/core": "^0.20.3",
"@types/node": "^24.10.9",
"typescript": "^5.9.3"
}
Expand Down
Loading
Loading