Back to Daily Feed 
pnpm 11.22: Cache Path & Config Refinements
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
pnpm cache pathis added, printing the metadata cache directory for CI use.--config.config-dirand similar flags no longer read frompnpm-workspace.yaml.pnpm config setnow prevents writing unsupported settings topnpm-workspace.yaml.- A new setting,
minimumReleaseAgeExcludePrune, helps prune old lockfile entries.
Our Commentary
This is a solid maintenance release. The pnpm cache path is a small but mighty addition for anyone dealing with CI pipelines; caching that lockfile verification log could save some precious seconds. I appreciate the stricter config handling too; it's always better when tools guide you away from misconfigurations rather than letting you shoot yourself in the foot. Not flashy, but important for stability.
View Original Article
Share this article: