Commit 808be2d
committed
feat(deps): upgrade upstream dependencies (#1043)
Automated daily upgrade of upstream dependencies:
- rolldown (latest tag)
- vite (latest tag)
- vitest (latest npm version)
- tsdown (latest npm version)
Build status: failure
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Medium risk because it updates a broad set of Rust and JS toolchain dependencies (Vite/Rolldown/Vitest/tsdown and related transitive packages), which can change build/output behavior and has already been flagged with a failing build.
>
> **Overview**
> **Upgrades upstream toolchain versions** by moving to newer Vite and Rolldown commits (via `.upstream-versions.json`) and bumping bundled versions in `packages/core/package.json` (Vite `8.0.0 → 8.0.1`, Rolldown `rc.9 → rc.10`), along with `@vitejs/devtools` version/peer range updates.
>
> **Refreshes Rust and Node dependency sets/lockfiles**: updates `Cargo.toml`/`Cargo.lock` for crates like `jsonschema`/`referencing` and `regress`, bumps `oxc_resolver` to `11.19.1`, updates `rolldown-notify` packages, and rolls `pnpm-lock.yaml` forward with newer tooling deps (e.g., `esbuild`, `sass`, `lint-staged`, `typescript-eslint`, `oxfmt`).
>
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9afb036. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 701fc91 commit 808be2d
6 files changed
Lines changed: 642 additions & 1168 deletions
File tree
- packages
- core
- tools
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
| 227 | + | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
| 220 | + | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments