Commit ea6f819
feat(deps): upgrade upstream dependencies (#536)
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**
> Primarily a dependency/tooling upgrade, but it changes the CLI’s
`oxlint` binary resolution logic and bumps multiple core build/test
tools, which could affect linting execution and build/test behavior
across platforms.
>
> **Overview**
> **Updates upstream tooling versions** (notably bundled `vite` beta,
`rolldown-vite` pin, and various build/lint/test deps including
`oxfmt`/`oxlint`/`oxlint-tsgolint`), with corresponding `pnpm-lock.yaml`
refresh.
>
> **Fixes `vite-plus lint` binary resolution** by deriving the `oxlint`
executable path from `resolve('oxlint')` (package root) instead of
`resolve('oxlint/bin/oxlint')`, accommodating package `exports`
restrictions.
>
> **Refreshes CLI help snapshots** to reflect the updated formatter
options (adds `biome` as a migration source).
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
8059653. 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 61f1397 commit ea6f819
6 files changed
Lines changed: 636 additions & 559 deletions
File tree
- packages
- cli
- snap-tests/command-helper
- src
- core
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 | | |
38 | 44 | | |
39 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments