From 877d6bebfdba12a0de5f33b46c0620cae88b5e95 Mon Sep 17 00:00:00 2001 From: "voidzero-guard[bot]" <278573678+voidzero-guard[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:17:08 +0000 Subject: [PATCH 1/3] feat(deps): upgrade upstream dependencies - no version changes detected; all pinned upstream dependencies were already at their latest versions Code changes: - refresh managed pnpm version (11.24.0 -> 11.25.0) in crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/snapshots/non_interactive_use_defaults_to_managed_without_deciding.md after an upstream pnpm release changed the registry-resolved default --- .../non_interactive_use_defaults_to_managed_without_deciding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/snapshots/non_interactive_use_defaults_to_managed_without_deciding.md b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/snapshots/non_interactive_use_defaults_to_managed_without_deciding.md index 98d0daba90..a13c3c194f 100644 --- a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/snapshots/non_interactive_use_defaults_to_managed_without_deciding.md +++ b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/snapshots/non_interactive_use_defaults_to_managed_without_deciding.md @@ -13,7 +13,7 @@ Upgraded installations may have no recorded family mode; non-interactive use mus an undecided non-interactive shim uses managed pnpm without prompting ``` -11.24.0 +11.25.0 ``` ## `PATH=${VP_HOME}/bin${PATH_SEPARATOR}${workspace}/system-bin${PATH_SEPARATOR}${PATH} NPM_CONFIG_REGISTRY=http://127.0.0.1:9 vp env current pnpm --json` From cbfb446a3024aa187e8008a25b7810df0d88d4fd Mon Sep 17 00:00:00 2001 From: MK Date: Tue, 1 Sep 2026 16:45:50 +0800 Subject: [PATCH 2/3] test(cli): stabilize managed pnpm snapshot --- .../shim_package_manager_first_use/mock-manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/mock-manifest.json diff --git a/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/mock-manifest.json b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/mock-manifest.json new file mode 100644 index 0000000000..0f7778c59a --- /dev/null +++ b/crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/shim_package_manager_first_use/mock-manifest.json @@ -0,0 +1,5 @@ +{ + "pnpm/latest": { + "version": "11.25.0" + } +} From d32ee8b50439aed926023838d550cbd1d2535cad Mon Sep 17 00:00:00 2001 From: MK Date: Tue, 1 Sep 2026 20:19:32 +0800 Subject: [PATCH 3/3] ci: raise nuxt devtools heap limit --- .github/workflows/e2e-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 09775729bb..a494713f32 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -399,6 +399,8 @@ jobs: vp run test:coverage - name: nuxt-devtools node-version: 24 + # The Windows build can exceed Node's default old-space limit. + node-options: --max-old-space-size=4096 command: | vp run build vp run typecheck @@ -507,6 +509,8 @@ jobs: - name: Run vite-plus commands in ${{ matrix.project.name }} working-directory: ${{ runner.temp }}/vite-plus-ecosystem-ci/${{ matrix.project.name }}${{ matrix.project.directory && format('/{0}', matrix.project.directory) || '' }} + env: + NODE_OPTIONS: ${{ matrix.project.node-options || '' }} run: ${{ matrix.project.command }} notify-failure: