pnpm v5.5.12 Release Notes

Release Date: 2020-09-08 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    • In some rare cases, pnpm install --no-prefer-frozen-lockfile didn't link the direct dependencies to the root node_modules. This was happening when the direct dependency was also resolving some peer dependencies (#2834).

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.