Back to Daily Feed 
pnpm 12 Alpha 18: Enhanced Versioning & Workspace Tools
Must Read
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- First package releases now publish the manifest version verbatim, not bumped.
pnpm versionnow supports npm-style bump forms and lifecycle scripts.- Recursive workspace support is added to
pnpm outdated,list,ll,rebuild,why, andpeers. - A new
--changesetflag automates patch/major bumps for updated workspace packages. - Changesets are generated for dependency, optionalDependency, and peerDependency changes.
Our Commentary
I'm genuinely impressed by the continued evolution of pnpm. The new versioning logic and the --changeset flag feel like a huge win for monorepo maintainers. Automating those patch/major bumps based on dependency changes? That's just smart. We've all been there, manually figuring out what needs a bump. This is a solid DX improvement.
View Original Article
Share this article: