Back to Daily Feed 
pnpm 12.2 Boosts Workspace Performance, Fixes Audit & Deploy Issues
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm 12.2 allows catalogs to resolve workspace dependencies using the
workspace:protocol. - Installs in large workspaces are now significantly faster due to optimized dependency resolution.
- Fixes were implemented for
pnpm audit --fixwhen used without a value or with other flags. - The
pnpm audit --fix=overridecommand now respectssaveExactandsavePrefixsettings. - Node.js runtime downloads are now authenticated with URL-scoped npm registry credentials.
- Detached child processes on Windows are no longer terminated after successful commands.
pnpm deployno longer strictly requiresinjectWorkspacePackagesto be enabled.- Improved error messaging for ambiguous peer dependency bindings during deployment.
Our Commentary
We're always happy to see performance improvements, especially for large workspaces. That's a real pain point for many teams. The pnpm deploy changes also seem to address some tricky edge cases, which is good. It's these kinds of iterative refinements that make developer tools so much more robust over time.
View Original Article
Share this article: