Skip to content

v7.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 09:33
· 1420 commits to main since this release

Patch Changes

  • pnpm install in a workspace with patches should not fail when doing partial installation #4954.
  • Never skip lockfile resolution when the lockfile is not up-to-date and --lockfile-only is used. Even if frozen-lockfile is true #4951.
  • Never add an empty patchedDependencies field to pnpm-lock.yaml.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

  • fix(lockfile): never add an empty patchedDependencies field to pnpm-lock.yaml by @zkochan in #4948
  • Add "refs/"+refname to resolution options by @rotu in #4953
  • fix: --lockfile-only in CI and with frozen-lockfile=true by @zkochan in #4955
  • fix: partial install in workspace with patches should not fail by @zkochan in #4956

New Contributors

Full Changelog: v7.4.0...v7.4.1