Skip to content

Commit f0a9209

Browse files
feat(deps): upgrade upstream dependencies (#541)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - rolldown-vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Dependency-only change, but it upgrades core build/bundling tooling and a major `vue-router` version via lockfile updates, which can impact builds and runtime behavior if consumed downstream. > > **Overview** > Updates bundled toolchain versions in `packages/core/package.json` (notably `rolldown` `1.0.0-rc.2` → `1.0.0-rc.3` and `tsdown` `0.20.1` → `0.20.2`) and advances the pinned `rolldown` upstream commit in `packages/tools/.upstream-versions.json`. > > Refreshes workspace/catalog versions and lockfiles (`pnpm-lock.yaml`, `Cargo.lock`) to pull in newer `@oxc-project/*`/`oxc-*` (`0.111.0` → `0.112.0`) and related transitive updates (e.g. `yaml` `2.8.1` → `2.8.2`, `vue-router` `4.6.3` → `5.0.2`, plus new transitive packages). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit cbbee2d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21ca984 commit f0a9209

5 files changed

Lines changed: 396 additions & 430 deletions

File tree

Cargo.lock

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
},
199199
"bundledVersions": {
200200
"vite": "8.0.0-beta.12",
201-
"rolldown": "1.0.0-rc.2",
202-
"tsdown": "0.20.1"
201+
"rolldown": "1.0.0-rc.3",
202+
"tsdown": "0.20.2"
203203
}
204204
}

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": "10290d2b7729bc12cdaeddceba1f383b86873dc3"
5+
"hash": "3035ec8774be955105decc387fd42c781793ccce"
66
},
77
"rolldown-vite": {
88
"repo": "https://github.com/vitejs/vite.git",

0 commit comments

Comments
 (0)