Uh oh!
There was an error while loading. Please reload this page.
feat(cli): support yarn plugin commands via vp pm plugin - #1540
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
jong-kyung
commented
May 9, 2026
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:38f2b77cd4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jong-kyung
commented
May 9, 2026
@cursor review |
Skipping Bugbot: Unable to authenticate your request. Please make sure Bugbot is properly installed and configured for this repository. |
jong-kyung
commented
May 9, 2026
@codex review |
Codex Review: Didn't find any major issues. Can't wait for the next one! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
jong-kyung
commented
May 9, 2026
@fengmk2 CI failed on the macOS arm64 job, but it looks like a transient GitHub infra issue. Could you re-run the failed jobs? |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Resolves#1539. Adds
vp pm pluginfor managing Yarn 2+ plugins, mirroring thevp pm cachepattern (warn-and-exit-0 on unsupported PMs).Subcommands
import <spec>— import a plugin from a known sourceimport-from-sources [name]— build and import from sourceslist— list plugins on the registryruntime— list installed pluginsremove <name>— remove a plugincheck— find third-party plugins that differ from their own specBehavior
yarn plugin <subcommand>