Skip to content

Commit 944156f

Browse files
authored
Merge branch 'main' into copilot/fix-e2e-test-scheduled-run
2 parents 9f11b6c + 87c1aa5 commit 944156f

6 files changed

Lines changed: 37 additions & 43 deletions

File tree

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)