Skip to content

Commit 60ea46e

Browse files
committed
feat(deps): upgrade upstream dependencies (#1147)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Bumps several core build/tooling dependencies (e.g. `rolldown`, `tsdown`, `@oxc-project/runtime`), which can change bundling/build behavior despite being mostly version updates. > > **Overview** > Updates upstream toolchain versions across the repo, including `rolldown` (to `1.0.0-rc.12`), `tsdown` (to `0.21.5`), and `@oxc-project/runtime` (to `0.122.0`). > > Adjusts `packages/core` peer/bundled dependency versions accordingly (including widening the `typescript` peer range to allow `^6.0.0`), refreshes the tracked upstream commit hash in `packages/tools/.upstream-versions.json`, and regenerates lockfiles (pnpm + Cargo) to reflect transitive updates (e.g. `picomatch`, `oxlint-tsgolint`, new `acorn-import-phases`). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5c77291. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 0834b7b commit 60ea46e

File tree

5 files changed

+211
-111
lines changed

5 files changed

+211
-111
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
},
137137
"peerDependencies": {
138138
"@arethetypeswrong/core": "^0.18.1",
139-
"@tsdown/css": "0.21.4",
140-
"@tsdown/exe": "0.21.4",
139+
"@tsdown/css": "0.21.5",
140+
"@tsdown/exe": "0.21.5",
141141
"@types/node": "^20.19.0 || >=22.12.0",
142142
"@vitejs/devtools": "^0.1.0",
143143
"esbuild": "^0.27.0",
@@ -150,7 +150,7 @@
150150
"sugarss": "^5.0.0",
151151
"terser": "^5.16.0",
152152
"tsx": "^4.8.1",
153-
"typescript": "^5.0.0",
153+
"typescript": "^5.0.0 || ^6.0.0",
154154
"unplugin-unused": "^0.5.0",
155155
"yaml": "^2.4.2"
156156
},
@@ -218,7 +218,7 @@
218218
},
219219
"bundledVersions": {
220220
"vite": "8.0.2",
221-
"rolldown": "1.0.0-rc.11",
222-
"tsdown": "0.21.4"
221+
"rolldown": "1.0.0-rc.12",
222+
"tsdown": "0.21.5"
223223
}
224224
}

packages/tools/.upstream-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"rolldown": {
33
"repo": "https://github.com/rolldown/rolldown.git",
44
"branch": "main",
5-
"hash": "cbc94c4e97c19a4b2f4d739fdd054abaa038402c"
5+
"hash": "917cc4282368c7036e8173bd0b6671536012e34d"
66
},
77
"vite": {
88
"repo": "https://github.com/vitejs/vite.git",

0 commit comments

Comments
 (0)