Patch Changes
- Don't run the
prepublishOnly
scripts of git-hosted dependencies #7026. - Fix a bug in which
use-node-version
ornode-version
isn't passed down tocheckEngine
when using pnpm workspace, resulting in an error #6981. - Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies #6707.
- Fixed an ENOENT error that was sometimes happening during install with "hoisted"
node_modules
#6756.