Minor Changes
pnpm patch
: edit the patched package in a directory specified by the--edit-dir
option. E.g.,pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express
#5304
Patch Changes
- Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project #5144.
- When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
- feat(plugin-command-patching): add path option to patch command by @roseline124 in #5304
- fix: improve dependency installation error message by @zkochan in #5247
- fix: auto installing peer dep in a workspace by @zkochan in #5307
New Contributors
- @roseline124 made their first contribution in #5304
Full Changelog: v7.10.0...v7.11.0