Skip to content

v7.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 09:56
· 1232 commits to main since this release
v7.11.0
e6ee26e

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

Full Changelog: v7.10.0...v7.11.0