fix(pm): avoid implicit project writes - #2399
Draft
liangmiQwQ wants to merge 19 commits into
Draft
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
18 times, most recently
from
August 12, 2026 03:36
c2d45b6 to
22afb4f
Compare
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
5 times, most recently
from
August 12, 2026 13:15
d00de4b to
c7a0290
Compare
This was referenced Aug 12, 2026
liangmiQwQ
marked this pull request as ready for review
August 12, 2026 13:16
liangmiQwQ
marked this pull request as draft
August 12, 2026 13:18
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
2 times, most recently
from
August 13, 2026 00:17
0724997 to
8f7f7f4
Compare
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
from
August 15, 2026 12:31
8f7f7f4 to
fc2ec8f
Compare
liangmiQwQ
marked this pull request as draft
August 19, 2026 14:25
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
2 times, most recently
from
August 20, 2026 10:34
2df2faf to
ca7efa9
Compare
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
2 times, most recently
from
August 20, 2026 12:12
4843ae5 to
2ef28d1
Compare
Long labels could exceed the minimum key width and run directly into their values. Keep the existing aligned column for short labels while adding an explicit separator for every key.
Keep configuration labels within the existing output column and render managed and system-first as mode values. This avoids special casing the shared formatter and reads more naturally.
liangmiQwQ
force-pushed
the
refactor-breaking/directly-call-package-manager-binary
branch
from
August 21, 2026 03:14
2ef28d1 to
647302d
Compare
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.
Close #2375
Close #2374
Close #1916
Package-manager commands resolve the manager and version from project metadata, then execute the managed binary for that exact version.
Package-manager detection is non-mutating. Lockfiles, config files, defaults, and
devEngines.packageManagerranges are resolved for the current command without changingpackage.json. Projects can declare or remove a package-manager version explicitly withvp env pinandvp env unpin.Project-local dependency commands such as
vp installandvp addrequire an existingpackage.json. Managed global operations continue to use the Vite+ global package store.🤖 Generated with Codex