pnpm v5.5.12 Release Notes
Release Date: 2020-09-08 // over 4 years ago-
๐ Bug Fixes
- In some rare cases,
pnpm install --no-prefer-frozen-lockfile
didn't link the direct dependencies to the rootnode_modules
. This was happening when the direct dependency was also resolving some peer dependencies (#2834).
- In some rare cases,
Previous changes from v5.5.11
-
๐ Bug Fixes
- โ Sometimes, when installing new dependencies that rely on many peer dependencies, or when running installation on a huge monorepo, there will be hundreds or thousands of warnings. Printing many messages to the terminal is expensive and reduces speed, so pnpm will only print a few warnings and report the total number of the unprinted warnings.
- ๐จ
pnpm outdated --long
should print details about the outdated commands.