Skip to content

feat(cli): support yarn plugin commands via vp pm plugin#1540

Merged
fengmk2 merged 5 commits into
voidzero-dev:mainfrom
jong-kyung:feat/vp-pm-plugin
May 11, 2026
Merged

feat(cli): support yarn plugin commands via vp pm plugin#1540
fengmk2 merged 5 commits into
voidzero-dev:mainfrom
jong-kyung:feat/vp-pm-plugin

Conversation

@jong-kyung
Copy link
Copy Markdown
Collaborator

Summary

Resolves #1539. Adds vp pm plugin for managing Yarn 2+ plugins, mirroring the vp pm cache pattern (warn-and-exit-0 on unsupported PMs).

Subcommands

  • import <spec> — import a plugin from a known source
  • import-from-sources [name] — build and import from sources
  • list — list plugins on the registry
  • runtime — list installed plugins
  • remove <name> — remove a plugin
  • check — find third-party plugins that differ from their own spec

Behavior

  • Yarn 2+: dispatches to yarn plugin <subcommand>
  • Yarn 1.x / npm / pnpm / bun: prints a warning, exits 0

@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit f735b37
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a0185dd99f2e3000874e25f

@jong-kyung jong-kyung force-pushed the feat/vp-pm-plugin branch from 4ae1e4c to 25edda7 Compare May 9, 2026 10:15
@jong-kyung jong-kyung force-pushed the feat/vp-pm-plugin branch from 25edda7 to 38f2b77 Compare May 9, 2026 10:26
@jong-kyung
Copy link
Copy Markdown
Collaborator Author

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread crates/vite_pm_cli/src/cli.rs Outdated
Comment thread crates/vite_pm_cli/src/cli.rs
@jong-kyung
Copy link
Copy Markdown
Collaborator Author

@cursor review

@cursor
Copy link
Copy Markdown

cursor Bot commented May 9, 2026

Skipping Bugbot: Unable to authenticate your request. Please make sure Bugbot is properly installed and configured for this repository.

@jong-kyung
Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Can't wait for the next one!

ℹ️ 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".

@jong-kyung jong-kyung marked this pull request as ready for review May 9, 2026 11:26
@jong-kyung jong-kyung requested a review from fengmk2 May 9, 2026 11:28
@jong-kyung
Copy link
Copy Markdown
Collaborator Author

@fengmk2 CI failed on the macOS arm64 job, but it looks like a transient GitHub infra issue. Could you re-run the failed jobs?

@jong-kyung jong-kyung self-assigned this May 9, 2026
@fengmk2 fengmk2 merged commit adbacfb into voidzero-dev:main May 11, 2026
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Yarn plugin commands in vp pm

2 participants