Features
- the pnpm outdated CLI has a fancy new look
- print the URLs of packages
- report deprecated dependencies
- sort dependencies from patch to major
- pnpm help prints the current version of pnpm (55cfc92)
- setting the
use-beta-cli
config totrue
makes the following changes to the pnpm CLI (#996):pnpm add
fails without argspnpm multi add
fails without args
Bug Fixes
- package.json is saved only if it has changes (f8cc4b4)