Skip to content

Commit 9349446

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

File tree

5 files changed

+67
-361
lines changed

5 files changed

+67
-361
lines changed

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.16.8"
40+
"tsdown": "^0.17.0"
4141
}
4242
}

packages/plugin-legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"acorn": "^8.15.0",
5555
"picocolors": "^1.1.1",
56-
"tsdown": "^0.16.8",
56+
"tsdown": "^0.17.0",
5757
"vite": "workspace:*"
5858
}
5959
}

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"postcss-modules": "^6.0.1",
131131
"premove": "^4.0.0",
132132
"resolve.exports": "^2.0.3",
133-
"rolldown-plugin-dts": "^0.18.1",
133+
"rolldown-plugin-dts": "^0.18.3",
134134
"rollup": "^4.43.0",
135135
"rollup-plugin-license": "^3.6.0",
136136
"sass": "^1.94.2",

packages/vite/rolldown.dts.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ const ignoreConfusingTypeNames = [
120120
'ServerOptions$1',
121121
'ServerOptions$3',
122122
// type parameters
123-
'T$1',
124123
'K$1',
125124
'Server$3',
126125
// temporary variables for types

0 commit comments

Comments
 (0)