Patch Changes
- pnpm should not consider a lockfile out-of-date if
auto-install-peers
is set totrue
and the peer dependency is indevDependencies
oroptionalDependencies
#5080. - Don't incorrectly consider a lockfile out-of-date when
workspace:^
orworkspace:~
version specs are used in a workspace.
Our Gold Sponsors
Our Silver Sponsors
What's Changed
- fix: frozen install in a project with peer deps and
auto-install-peers=true
by @zkochan in #5120 - fix: don't incorrectly consider a lockfile to be out-of-date by @zkochan in #5121
Full Changelog: v7.7.0...v7.7.1