Skip to content

Commit 4d9d97e

Browse files
committed
chore: update tsdown to 0.21.0
Update tsdown from 0.21.0-beta.2 to 0.21.0 stable. Update pack RFC to reflect exe feature changes: Node.js >= 25.7.0 requirement, --build-sea API, ESM default format, --deps.never-bundle rename, and document implemented ExeOptions/cross-platform exe support. closes VP-226
1 parent 6dabff0 commit 4d9d97e

4 files changed

Lines changed: 156 additions & 93 deletions

File tree

packages/core/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
},
126126
"peerDependencies": {
127127
"@arethetypeswrong/core": "^0.18.1",
128+
"@tsdown/css": "0.21.0",
129+
"@tsdown/exe": "0.21.0",
128130
"@types/node": "^20.19.0 || >=22.12.0",
129131
"@vitejs/devtools": "^0.0.0-alpha.31",
130132
"esbuild": "^0.27.0",
@@ -138,14 +140,19 @@
138140
"terser": "^5.16.0",
139141
"tsx": "^4.8.1",
140142
"typescript": "^5.0.0",
141-
"unplugin-lightningcss": "^0.4.0",
142143
"unplugin-unused": "^0.5.0",
143144
"yaml": "^2.4.2"
144145
},
145146
"peerDependenciesMeta": {
146147
"@arethetypeswrong/core": {
147148
"optional": true
148149
},
150+
"@tsdown/css": {
151+
"optional": true
152+
},
153+
"@tsdown/exe": {
154+
"optional": true
155+
},
149156
"@vitejs/devtools": {
150157
"optional": true
151158
},
@@ -155,9 +162,6 @@
155162
"typescript": {
156163
"optional": true
157164
},
158-
"unplugin-lightningcss": {
159-
"optional": true
160-
},
161165
"unplugin-unused": {
162166
"optional": true
163167
},
@@ -204,6 +208,6 @@
204208
"bundledVersions": {
205209
"vite": "8.0.0-beta.16",
206210
"rolldown": "1.0.0-rc.6",
207-
"tsdown": "0.21.0-beta.2"
211+
"tsdown": "0.21.0"
208212
}
209213
}

0 commit comments

Comments
 (0)