Minor Changes
-
A new value
rolling
for optionsave-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
- fix(env): throw an error on a system that uses MUSL libc by @zkochan in #4958
- feat: use workspace spec alias by default in pnpm add by @javier-garcia-meteologica in #4947
- fix(patch): the hash of the patch file should be the same on both Windows and POSIX by @zkochan in #4969
Full Changelog: v7.4.1...v7.5.0