Features
-
Allow to ignore the builds of specific dependencies #3080.
The list of dependencies that should never be built, is specified through the
pnpm.neverBuiltDependencies
ofpackage.json
. For instance:{ "pnpm": { "neverBuiltDependencies": ["fsevents", "level"] } }
-
Print warnings if unknown settings are found in
.npmrc
#3074. -
pnpm can now be executed using its single bundled CLI file #3096.
-
When pnpm crashes because the Node.js version is unsupported, the error message will now contain a link to the compatibility page of the pnpm documentation website.
-
pnpm pubish -r
prints an info message if there are no pending packages to be published.