Skip to content

Commit a018756

Browse files
committed
fix(linter/plugins): pin tsdown dependency to 0.15.1 (#14005)
TSDown 0.15.2+ breaks building `oxlint`, once a new entry point is added (which #13945 does). rolldown/tsdown#503 Pin `tsdown` dependency to 0.15.1 to work around this until fixed in TSDown.
1 parent b8790c2 commit a018756

File tree

2 files changed

+177
-10
lines changed

2 files changed

+177
-10
lines changed

apps/oxlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"execa": "^9.6.0",
38-
"tsdown": "^0.15.0",
38+
"tsdown": "0.15.1",
3939
"typescript": "catalog:",
4040
"vitest": "catalog:"
4141
},

0 commit comments

Comments
 (0)