Skip to content

v7.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 13:23
· 1410 commits to main since this release

Minor Changes

  • A new value rolling for option save-workspace-protocol. When selected, pnpm will save workspace versions using a rolling alias (e.g. "foo": "workspace:^") instead of pinning the current version number (e.g. "foo": "workspace:^1.0.0"). Usage example, in the root of your workspace, create a .npmrc with the following content:

    save-workspace-protocol=rolling
    

Patch Changes

  • pnpm remove <pkg> should not fail in a workspace that has patches #4954
  • The hash of the patch file should be the same on both Windows and POSIX #4961.
  • pnpm env use should throw an error on a system that use the MUSL libc.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

Full Changelog: v7.4.1...v7.5.0