feat(pm): add patch and patch-commit commands - #2308
Conversation
✅ Deploy Preview for viteplus-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d3b7862534
ℹ️ 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".
|
@codex review |
|
Codex Review: Didn't find any major issues. 🚀 Reviewed commit: ℹ️ 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". |
|
Dropped the bun and yarn berry snapshot cases:
|
Summary
Adds
vp pm patchandvp pm patch-commitcommands, resolved per package manager through theresolution/commandslayer.vp pm patch <pkg>vp pm patch-commit <dir>pnpm patch <pkg>pnpm patch-commit <dir>bun patch <pkg>bun patch --commit <dir>yarn patch <pkg>yarn patch-commit <dir>UnsupportedCommandNoop)Both commands forward
-- <args>pass-through arguments and require a project (RequireProjectmanager policy).Supersedes #2144, reimplemented on top of the package manager infrastructure consolidation in #2140.