Commit e0ac321
feat(deps): upgrade upstream dependencies (#1352)
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**
> Upgrades core build/test toolchain dependencies (Vite/Rolldown/Vitest
and OXC bindings), which can change bundling, codegen, or test execution
behavior across the repo. Risk is mainly regressions or subtle behavior
changes from upstream releases rather than logic changes in this
codebase.
>
> **Overview**
> **Bumps bundled toolchain versions** used by the workspace: `vite`
`8.0.7` → `8.0.8` and `rolldown` `1.0.0-rc.13` → `1.0.0-rc.15`, and
updates the tracked upstream commit hashes in
`packages/tools/.upstream-versions.json`.
>
> **Updates Vitest to `4.1.4`** across `packages/test` (dev + peer deps)
and updates workspace overrides (`vitest-dev`).
>
> **Refreshes workspace catalog + lockfile** for related transitive
upgrades (notably `@oxc-project/*` `0.123.0` → `0.124.0`, `oxc-*`
`0.123.0` → `0.124.0`, and `@emnapi/*` / `@napi-rs/*` patch bumps), with
corresponding `pnpm-lock.yaml` rewrites.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
039abea. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 5ab336f commit e0ac321
File tree
5 files changed
+456
-638
lines changed- packages
- core
- test
- tools
5 files changed
+456
-638
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | | - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
327 | | - | |
328 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
| 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