pnpm.io
Safer installs 🛡️
Smarter runtime management ⚙️
Upgrade to pnpm v10.21:
pnpm self-update
Full changelog 👉 pnpm.io/blog/release...
Safer installs 🛡️
Smarter runtime management ⚙️
Upgrade to pnpm v10.21:
pnpm self-update
Full changelog 👉 pnpm.io/blog/release...
When set to no-downgrade, pnpm will fail installation if a package’s trust level drops — e.g.
from a trusted publisher → provenance only → no trust evidence.
When set to no-downgrade, pnpm will fail installation if a package’s trust level drops — e.g.
from a trusted publisher → provenance only → no trust evidence.
Even postinstall scripts will be executed with the right Node.js version.
Even postinstall scripts will be executed with the right Node.js version.
pnpm can now automatically install the Node.js version required by a dependency, declared in its engines.runtime field.
Example:
pnpm can now automatically install the Node.js version required by a dependency, declared in its engines.runtime field.
Example: