Back to Daily Feed 
pnpm 11.10 Improves Auth for CI/CD, Adds New Utility Commands
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm 11.10 introduces a new
_authsetting for configuring registry authentication. - This setting uses a structured, URL-keyed value, improving security and clarity.
- It addresses limitations with environment variables in CI/CD, especially for GitHub Actions.
- The
_authvalue is honored only from global config or environment variables, not project files. - New
issuescommand opens the package's bug tracker URL in the browser. - New
prefixcommand prints the current package prefix directory.
Our Commentary
This _auth change is a quiet but significant win for anyone wrestling with CI/CD secrets. I've definitely hit those silent environment variable drops before, and it's infuriating. The explicit URL-keyed structure feels much more robust. It's a good example of a build tool focusing on developer experience beyond just speed. The new commands are nice quality-of-life additions, but the auth fix is where the real value is. We appreciate the attention to detail here.
View Original Article
Share this article: