Back to Daily Feed 
pnpm 11.8: Dry Runs, Package Maps, and SBOM Enhancements
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Adds a --dry-run option to
pnpm installfor previewing changes without disk writes. - Improves
pnpm run --no-bailexit code consistency for failed scripts. - Supports generating Node.js package maps at
node_modules/.package-map.json. - Enhances SBOM generation by marking
devDependenciesas "excluded" scope. - Introduces per-package SBOM generation with
--outand--splitflags.
Our Commentary
The --dry-run for pnpm install is a long-awaited feature that will save so much time and anxiety. We've all been there, wondering what an install will actually do. The SBOM improvements are also a big win for supply chain security, which is becoming increasingly critical.
View Original Article
Share this article: