Skip to content

Commit 87c1aa5

Browse files
Brooooooklyngithub-actions[bot]fengmk2
authored
feat(deps): upgrade upstream dependencies (#1395)
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] > **Low Risk** > Primarily a dependency bump and snapshot update; low risk aside from potential lint/tooling behavior changes from the `oxlint-tsgolint` upgrade. > > **Overview** > Updates tooling dependencies by bumping `oxlint-tsgolint` from `0.20.0` to `0.21.0` in `pnpm-workspace.yaml` and `pnpm-lock.yaml` (including platform-specific optional packages). > > Adjusts the `runtime-with-incompatible-env-node` CLI snapshot to include the Node install message and new guidance on setting/overriding a compatible Node version after an incompatibility error. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 8861cc7. 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> Co-authored-by: MK <fengmk2@gmail.com>
1 parent 53d7be0 commit 87c1aa5

File tree

6 files changed

+37
-43
lines changed

6 files changed

+37
-43
lines changed

packages/cli/snap-tests-global/runtime-with-incompatible-env-node/snap.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
> vp env use 20.0.0
2-
Using Node.js v<semver> (resolved from <semver>)
3-
42
[1]> vp exec node --version
53
VITE+ - The Unified Toolchain for the Web
64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"serial": true,
33
"ignoredPlatforms": ["win32"],
4-
"commands": ["vp env use 20.0.0", "vp exec node --version"],
4+
"commands": [{ "command": "vp env use 20.0.0", "ignoreOutput": true }, "vp exec node --version"],
55
"after": ["vp env use --unset"]
66
}

packages/cli/snap-tests-global/runtime-with-incompatible-global-node/snap.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
> vp env default 20.0.0
2-
VITE+ - The Unified Toolchain for the Web
3-
4-
✓ Default Node.js version set to <semver>
5-
62
[1]> vp migrate --yes
73
error: Node.js <semver> is incompatible with Vite+ CLI.
84
Required by Vite+: ^20.19.0 || >=22.12.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"serial": true,
33
"env": {},
4-
"commands": ["vp env default 20.0.0", "vp migrate --yes"],
4+
"commands": [{ "command": "vp env default 20.0.0", "ignoreOutput": true }, "vp migrate --yes"],
55
"after": ["vp env default lts"]
66
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ catalog:
8484
oxc-transform: =0.124.0
8585
oxfmt: =0.45.0
8686
oxlint: =1.60.0
87-
oxlint-tsgolint: =0.20.0
87+
oxlint-tsgolint: =0.21.0
8888
pathe: ^2.0.3
8989
picocolors: ^1.1.1
9090
picomatch: ^4.0.2

0 commit comments

Comments
 (0)