Features
- New setting added:
use-node-version
. When set, pnpm will install the specified version of Node.js and use it for running any lifecycle scripts #3459. pnpm publish -r
supports a new option:--report-summary
. When it is used,pnpm publish -r --report-summary
will save the summary of published packages topnpm-publish-summary.json
#3461.- New CLI option added:
--use-stderr
. When set, all the output is written to stderr #3463. - pnpm now reads the value of the
NPM_CONFIG_WORKSPACE_DIR
env variable to find the directory that contains the workspace manifest file. By default pnpm will look in all parent directories for this file #3464.
Bug Fixes
- Do not retry requests, when checking for new versions of pnpm #3465.