Back to Daily Feed 
pnpm 12 Alpha 19: Introducing 'unpublish' Command
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- The new
pnpm unpublishcommand allows removing packages or specific versions from the registry. - GitHub Actions integration now includes a new
update.githubActionsServersetting and improved error handling. pnpm install --no-runtimecan now be used without--frozen-lockfilefor fresh installs.pnpm outdatedtable borders are now correctly aligned when output is colorized.pnpm packandpnpm publishno longer let workspace-root.gitignorerules override package manifest allowlists.
Our Commentary
Okay, pnpm unpublish is a big one. It's a powerful command, and I'm glad to see it added, though it definitely needs to be used with extreme caution. The ability to install --no-runtime without --frozen-lockfile is also a subtle but useful improvement for specific CI/CD scenarios. It's these kinds of granular controls that make pnpm so flexible. We're seeing a lot of good stuff coming out of the pnpm camp lately, even in alpha.
View Original Article
Share this article: