Features
- peerDependenciesMeta implies peerDependencies (#2128)
- the update command updates ranges in
package.json
(#1657) - update always updates workspace dependencies (#2085)
- publishConfig: more fields may be overridden in the published version of the
package.json
(#2126) - new config setting names (the old names will continue to work till v5) (#2088):
- prefix => dir
- store => store-dir
- pnpm-prefix => global-dir
- lockfile-directory => lockfile-dir
Bug Fixes
- outdated: dependencies are not outdated if the latest version is older than the current one (#2101)