Back to Daily Feed 
pnpm 11.1.2 Patch Release Improves Stability and Cache Handling
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm 11.1.2 is a patch release focusing on stability and bug fixes.
- It strips
sec-fetch-*headers from outgoing HTTP requests to prevent HTTP 400 errors with Azure DevOps Artifacts. - The release improves
minimumReleaseAgehandling for cached abbreviated metadata, ensuring correct re-fetching when necessary. - It fixes an issue where
pnpm upgrade --interactive --latest -rdid not respect named catalog groups. - Optimistic repeat install now correctly handles
pnpm-lock.yamlmerge conflict resolution. - The update also addresses issues with
minimumReleaseAge/resolutionMode: time-basedinstalls failing on lockfiles whosetimeblock is missing entries.
Our Commentary
While a patch release, pnpm 11.1.2 brings some genuinely important fixes that will improve the daily lives of many developers. The sec-fetch-* header issue with Azure DevOps is a specific but impactful fix for enterprise users. More broadly, the improvements to cache handling and minimumReleaseAge are crucial for reliable and consistent dependency management, especially in CI/CD environments. It's these kinds of detailed, robust fixes that make a package manager truly dependable. We appreciate the continuous effort to iron out these edge cases.
View Original Article
Share this article: