ci: stabilize pnpm snapshot and Nuxt build - #2591
Merged
Merged
Conversation
- 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
Contributor
Author
✅ No upstream CLI help changes detectedCompared normalized ➖ Vite: no version update (8.2.2)No version update was detected, so there is no CLI help diff. ➖ Vitest: no version update (4.1.11)No version update was detected, so there is no CLI help diff. ➖ Oxlint: no version update (1.80.0)No version update was detected, so there is no CLI help diff. ➖ Oxfmt: no version update (0.65.0)No version update was detected, so there is no CLI help diff. ➖ tsdown: no version update (0.22.14)No version update was detected, so there is no CLI help diff. |
✅ Deploy Preview for viteplus-preview canceled.
|
fengmk2
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
shim_package_manager_first_usefixture now returns11.25.0forpnpm/latest. This fixed response prevents new pnpm releases from changing the snapshot.The
nuxt-devtoolsecosystem job setsNODE_OPTIONS=--max-old-space-size=4096. This setting prevents the Windows build from reaching the default heap limit. Other ecosystem jobs keep their current memory settings.