npm pnpm 7.5.0
v7.5.0

latest releases: 9.1.1, 9.1.0, 8.15.8...
22 months ago

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

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.