pnpm 10.19
This release adds version-scoped controls to two settings: onlyBuiltDependencies and minimumReleaseAgeExclude.
onlyBuiltDependenciesYou can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies accepts package names with exact versions (and disjunctions via ||). For example:
onlyBuiltDependencies:
- nx@21.6.4 || 21.6.5
- esbuild@0.25.1
Related PR: #10104.
minimumReleaseAgeExcludeAdded support for exact versions in minimumReleaseAgeExclude. This lets you opt specific versions out of the maturity window enforced by minimumReleaseAge.
You can list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- nx@21.6.5
- webpack@4.47.0 || 5.102.1
Related issue: #9985.
"undefined"!=typeof _bsa&&_bsa&&_bsa.init("custom","CWYI4K7E","placement:pnpmio",{target:"#bsa-custom-01",template:`
##description##
##callToAction##
`})
Fetched May 2, 2026
pnpm 11 is here! This release tightens the security defaults introduced throughout the v10 cycle, drops the npm CLI fallback for publishing…
adds an flag to for approving all pending builds without interactive prompts. Minor Changes Flag for [](https://pnpm.io/blog/releases/10.…