Support PNPM & PNPM workspaces in patch-generation
See original GitHub issuepatch-package doesn’t support pnpm-lock.yaml
/ pnpm-workspace.yaml
.
Can support be added for PNPM?
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:7
Top Results From Across the Web
Workspace | pnpm
Workspace. pnpm has built-in support for monorepositories (AKA multi-package repositories, multi-project repositories, or monolithic repositories).
Read more >Managing a full-stack, multipackage monorepo using pnpm
Learn why pnpm performs better than npm and how the many special workspaces features make it ideal for managing a multi-package monorepo.
Read more >Setup a Monorepo with PNPM workspaces and speed it up ...
In this article we're going to have a deep dive into setting up a new monorepo using PNPM workspaces that hosts a Remix...
Read more >How we configured pnpm and Turborepo for our monorepo
In the past, only Yarn supported workspaces out of the box, which made it a great candidate for monorepos, assisted by Lerna to...
Read more >Adding Nx to NPM/Yarn/PNPM Workspace
Nx has first class support for package-based monorepos. As a result, if you have an existing NPM/Yarn or PNPM based monorepo setup, you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Note: pnpm added a
patch
command 2 days ago 🎁See https://pnpm.io/cli/patch https://github.com/pnpm/pnpm/releases/tag/v7.4.0
That’s awesome @Jolg42 , no need for patch-package to explicitly support it then if it’s built-in