Minor Changes
- Add
--hide-reporter-prefix' option for
run` command to hide project name as prefix for lifecycle log outputs of running scripts #7061.
Patch Changes
- Pass through the
--ignore-scripts
command to install, when runningpnpm dedupe --ignore-scripts
#7102. - Throw meaningful error for config sub commands#7106.
- When the
node-linker
is set tohoisted
, thepackage.json
files of the existing dependencies insidenode_modules
will be checked to verify their actual versions. The data in thenode_modules/.modules.yaml
andnode_modules/.pnpm/lock.yaml
may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #7107. - Don't update git-hosted dependencies when adding an unrelated dependency #7008.