Skip to content

Commit

Permalink
fix(deps): bump Rsbuild 1.2.0-alpha.0 and SWC plugins (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 31, 2024
1 parent e6f865a commit 031f5b9
Show file tree
Hide file tree
Showing 34 changed files with 483 additions and 185 deletions.
596 changes: 447 additions & 149 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 @@ -13,9 +13,9 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/plugin-emotion": "^3.0.13",
"@swc/plugin-emotion": "^8.0.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"typescript": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@types/express": "^4.17.21",
"express": "^4.21.2",
"typescript": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@fastify/middie": "^8.3.3",
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"fastify": "^4.29.0",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"lit": "^3.1.2",
"typescript": "^5.3.0"
}
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 @@ -13,7 +13,7 @@
"devDependencies": {
"@module-federation/enhanced": "^0.8.6",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
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 @@ -13,7 +13,7 @@
"devDependencies": {
"@module-federation/enhanced": "^0.8.6",
"@module-federation/rsbuild-plugin": "^0.8.6",
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
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 @@ -11,7 +11,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"typescript": "^5.4.5"
}
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 @@ -11,7 +11,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.19.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
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 @@ -12,7 +12,7 @@
"react-dom": "19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
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 @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-eslint": "^1.1.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/core": "^1.10.3",
"@swc/jest": "^0.2.37",
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 @@ -11,7 +11,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-mdx": "^1.0.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react-tailwindcss-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tailwindcss": "4.0.0-beta.8"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@tailwindcss/postcss": "4.0.0-alpha.20",
"@types/react": "^18.3.18",
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 @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.3.18",
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 @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
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 @@ -19,7 +19,7 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/node": "^20",
"@types/react": "^18.3.18",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.3.0"
Expand Down
4 changes: 2 additions & 2 deletions rsbuild/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"styled-components": "^6.1.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsbuild/plugin-styled-components": "^1.1.0",
"@rsbuild/plugin-styled-components": "^1.2.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"typescript": "^5.3.0"
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 @@ -13,9 +13,9 @@
"styled-jsx": "^5.1.6"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@swc/plugin-styled-jsx": "^2.0.16",
"@swc/plugin-styled-jsx": "^6.0.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"typescript": "^5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-svelte": "^1.0.7",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-umd": "^1.0.4",
"typescript": "^5.3.0"
}
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 @@ -13,7 +13,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.14"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue3-auto-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.3.0",
"unplugin-auto-import": "^0.17.5"
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue3-element-plus/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": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.3.0",
"unplugin-auto-import": "^0.17.5",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue3-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-eslint": "^1.1.0",
"@rsbuild/plugin-vue": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue3-vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.4.12"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-less": "^1.1.0",
"@rsbuild/plugin-vue": "^1.0.5",
"@vant/auto-import-resolver": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion rsbuild/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.4.19"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.3.0"
}
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:[email protected]"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "1.2.0-alpha.0",
"@rsbuild/plugin-react": "^1.1.0",
"@rsdoctor/rspack-plugin": "^0.4.12",
"@types/react": "^18.3.18",
Expand Down

0 comments on commit 031f5b9

Please sign in to comment.