Skip to content

Commit aeedac1

Browse files
committed
feat: update rolldown to 1.0.0
- upgrade to the stable version of rolldown to match vitejs/vite#22401 - update tsdown to 0.22.0, so it picks up rolldown-plugin-dts@0.25.0 (which also targets rolldown@1.0.0) - changed all pluginutils request to carets now that rolldown is at stable 1.0.0 (and to match other deps)
1 parent 65d378f commit aeedac1

5 files changed

Lines changed: 187 additions & 240 deletions

File tree

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./refresh-runtime": "./refresh-runtime.js"
99
},
1010
"dependencies": {
11-
"@rolldown/pluginutils": "1.0.0-rc.18"
11+
"@rolldown/pluginutils": "^1.0.0"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"

packages/plugin-react-swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-rc.18",
32+
"@rolldown/pluginutils": "^1.0.0",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.4",
4141
"prettier": "^3.0.3",
42-
"tsdown": "^0.21.10",
42+
"tsdown": "^0.22.0",
4343
"typescript": "^6.0.3"
4444
},
4545
"peerDependencies": {

packages/plugin-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test-unit": "vitest run"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-rc.18"
46+
"@rolldown/pluginutils": "^1.0.0"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "8.0.0-rc.4",
@@ -52,8 +52,8 @@
5252
"babel-plugin-react-compiler": "^1.0.0",
5353
"react": "^19.2.6",
5454
"react-dom": "^19.2.6",
55-
"rolldown": "1.0.0-rc.18",
56-
"tsdown": "^0.21.10",
55+
"rolldown": "^1.0.0",
56+
"tsdown": "^0.22.0",
5757
"vite": "^8.0.10"
5858
},
5959
"peerDependencies": {
@@ -76,7 +76,7 @@
7676
"schemaVersion": 1,
7777
"rolldown": {
7878
"type": "compatible",
79-
"versions": "^1.0.0-beta.44",
79+
"versions": "^1.0.0",
8080
"note": "You can use Rolldown's built-in feature directly."
8181
},
8282
"rollup": {

packages/plugin-rsc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prepack": "tsdown"
4040
},
4141
"dependencies": {
42-
"@rolldown/pluginutils": "1.0.0-rc.18",
42+
"@rolldown/pluginutils": "^1.0.0",
4343
"es-module-lexer": "^2.1.0",
4444
"estree-walker": "^3.0.3",
4545
"magic-string": "^0.30.21",
@@ -64,7 +64,7 @@
6464
"react-dom": "^19.2.6",
6565
"react-server-dom-webpack": "^19.2.6",
6666
"tinyexec": "^1.1.2",
67-
"tsdown": "^0.21.10"
67+
"tsdown": "^0.22.0"
6868
},
6969
"peerDependencies": {
7070
"react": "*",

0 commit comments

Comments
 (0)