Skip to content

Commit 6ad5424

Browse files
chore(deps): update rolldown-related dependencies (#20965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <[email protected]>
1 parent dad7643 commit 6ad5424

File tree

6 files changed

+115
-118
lines changed

6 files changed

+115
-118
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"picocolors": "^1.1.1",
6666
"playwright-chromium": "^1.56.1",
6767
"prettier": "3.6.2",
68-
"rolldown": "^1.0.0-beta.43",
68+
"rolldown": "^1.0.0-beta.44",
6969
"rollup": "^4.43.0",
7070
"simple-git-hooks": "^2.13.1",
7171
"tsx": "^4.20.6",

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"cross-spawn": "^7.0.6",
3838
"mri": "^1.2.0",
3939
"picocolors": "^1.1.1",
40-
"tsdown": "^0.15.7"
40+
"tsdown": "^0.15.8"
4141
}
4242
}

packages/plugin-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"acorn": "^8.15.0",
6262
"fdir": "^6.5.0",
6363
"picocolors": "^1.1.1",
64-
"tsdown": "^0.15.7",
64+
"tsdown": "^0.15.8",
6565
"vite": "workspace:*"
6666
}
6767
}

packages/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@babel/parser": "^7.28.4",
9696
"@jridgewell/remapping": "^2.3.5",
9797
"@jridgewell/trace-mapping": "^0.3.31",
98-
"@oxc-project/types": "0.90.0",
98+
"@oxc-project/types": "0.95.0",
9999
"@polka/compression": "^1.0.0-next.25",
100100
"@rolldown/pluginutils": "^1.0.0-beta.43",
101101
"@rollup/plugin-alias": "^5.1.1",
@@ -137,8 +137,8 @@
137137
"postcss-modules": "^6.0.1",
138138
"premove": "^4.0.0",
139139
"resolve.exports": "^2.0.3",
140-
"rolldown": "^1.0.0-beta.43",
141-
"rolldown-plugin-dts": "^0.16.11",
140+
"rolldown": "^1.0.0-beta.44",
141+
"rolldown-plugin-dts": "^0.16.12",
142142
"rollup-plugin-license": "^3.6.0",
143143
"sass": "^1.93.2",
144144
"sass-embedded": "^1.93.2",

packages/vite/rolldown.dts.config.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const identifierWithTrailingDollarRE = /\b(\w+)\$\d+\b/g
7777
*/
7878
const identifierReplacements: Record<string, Record<string, string>> = {
7979
rollup: {
80-
Plugin$2: 'Rollup.Plugin',
80+
Plugin$1: 'Rollup.Plugin',
8181
TransformResult$1: 'Rollup.TransformResult',
8282
},
8383
esbuild: {
@@ -111,12 +111,15 @@ const identifierReplacements: Record<string, Record<string, string>> = {
111111
},
112112
}
113113

114-
// type names that are declared
115114
const ignoreConfusingTypeNames = [
116-
'Plugin$1',
115+
// type names that are declared
117116
'MinimalPluginContext$1',
118117
'ServerOptions$1',
119118
'ServerOptions$3',
119+
// type parameters
120+
'T$1',
121+
'K$1',
122+
'Server$3',
120123
]
121124

122125
/**

0 commit comments

Comments
 (0)