Back to Daily Feed 
pnpm 12.3: Native Global Commands & Lockfile Trust
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Context-aware global commands (node, deno, bun) are now native executables on all platforms.
- This change improves environment variable handling for global commands.
pnpm removeandpnpm updatenow support--trust-lockfileand related supply-chain flags.- Several bug fixes address issues with local package additions and lockfile generation.
pnpm confignow accepts global and location flags before subcommands.pnpm dedupeis improved to converge in a single pass.
Our Commentary
pnpm 12.3 is a solid minor update. Making global commands native executables is a nice touch for consistency and reliability, especially on Windows. Extending the --trust-lockfile options to remove and update is also a welcome improvement for supply-chain management. It's these kinds of continuous refinements that make pnpm such a robust tool.
View Original Article
Share this article: