Back to Daily Feed 
pnpm 12.5.1: Stability Fixes & Python Registry Improvements
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- pnpm now reports unknown task settings in
pnpm-workspace.yamlbut continues execution. - Python interpreter installation retries historical release metadata requests and caches results.
- Python registry entries now route packages by exact names or trailing-prefix patterns.
- Fixes "Too many levels of symbolic links" when Cargo config files are symlinks.
- Prevents
pnpm installfrom forcing full installs on projects withoutnode_modulesafterdedupeDirectDeps. - Improves performance for
pnpm installwith largepnpm-lock.yamlfiles (16 MiB+).
Our Commentary
This is a solid patch release for pnpm. The Python registry improvements are a nice touch, and fixing the symlink issue for Cargo users is important. I'm particularly happy about the large lockfile performance fix; nobody wants a full install just because their lockfile grew a bit. It's all about making the developer experience smoother.
View Original Article
Share this article: