Minor Changes
- Add
--report-summary
forpnpm exec
andpnpm run
#6008. - Show path info for
pnpm why --json
or--long
#6103.
Patch Changes
- Update the lockfile if a workspace has a new project with no dependencies.
- Fix a case of installs not being deterministic and causing lockfile changes between repeat installs. When a dependency only declares
peerDependenciesMeta
and notpeerDependencies
,dependencies
, oroptionalDependencies
, the dependency's peers were not considered deterministically before. #5106