refactor: remove PM fallback from vp run, always delegate to vite-plus#1179
Merged
graphite-app[bot] merged 1 commit intomainfrom Mar 30, 2026
Merged
refactor: remove PM fallback from vp run, always delegate to vite-plus#1179graphite-app[bot] merged 1 commit intomainfrom
vp run, always delegate to vite-plus#1179graphite-app[bot] merged 1 commit intomainfrom
Conversation
Member
Author
How to use the Graphite Merge QueueAdd the label auto-merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Mar 28, 2026
f0fe3df to
3af4839
Compare
c6e7de2 to
8616f4e
Compare
This was referenced Mar 28, 2026
8616f4e to
ba3a258
Compare
3af4839 to
3048c0d
Compare
ba3a258 to
442164a
Compare
3048c0d to
ad0a0c7
Compare
959f493 to
cf48911
Compare
ad0a0c7 to
6c24f5a
Compare
cf48911 to
4ec536e
Compare
6c24f5a to
707c56a
Compare
cpojer
approved these changes
Mar 30, 2026
4ec536e to
93a4822
Compare
9a5c382 to
e4862b2
Compare
93a4822 to
16483cc
Compare
e4862b2 to
f898075
Compare
cb20872 to
834d8e5
Compare
f898075 to
0e5b9c2
Compare
Merge activity
|
…lus (#1179) The `run_or_delegate` module previously fell back to `<pm> run <script>` when vite-plus was not a project dependency. This is no longer needed because the global CLI ships with its own vite-plus installation, and `delegate::execute()` already resolves local vite-plus first then falls back to the global one. Now `vp run` and `vpr` always delegate through the vite-plus task runner, regardless of whether the project has vite-plus as a dependency. Closes #1132
834d8e5 to
acee8b6
Compare
0e5b9c2 to
c682cb1
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.

The
run_or_delegatemodule previously fell back to<pm> run <script>when vite-plus was not a project dependency. This is no longer needed
because the global CLI ships with its own vite-plus installation, and
delegate::execute()already resolves local vite-plus first then fallsback to the global one.
Now
vp runandvpralways delegate through the vite-plus task runner,regardless of whether the project has vite-plus as a dependency.
Closes #1132