Back to Daily Feed 
pnpm 11.26: Workspace Protocol & Lockfile Trust Policies
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Catalogs now resolve workspace dependencies using the
workspace:protocol. pnpm removeandpnpm updategain new--trust-lockfileand--trust-policyoptions.- A new
pnpm change checkcommand validates package versions against workspace policies. - Fetch and tarball error logs now hide sensitive URL credentials.
- Fixed a race condition during config dependency updates that could redirect lockfile writes.
pnpm audit --fixnow correctly respectssaveExactandsavePrefixfor overrides.pnpm auditnow reports ignored advisories separately from vulnerability totals.- Concurrent installs sharing a store no longer fail with
ENOENTerrors.
Our Commentary
We're always happy to see continuous improvements in our build tools. The workspace: protocol resolution is a nice touch for monorepo users. I'm particularly interested in the new trust-lockfile options; managing lockfile integrity can be a headache, so any tools to streamline that are welcome. The pnpm change check for CI validation also feels like a solid win for team workflows. Small releases like this often contain the most impactful DX improvements.
View Original Article
Share this article: