Back to Daily Feed 
pnpm 11.12: Custom Fetchers & Peer Dependency Fixes
Worth Reading
Originally published on pnpm Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Custom fetchers can now delegate to built-in fetchers, improving flexibility.
- The
changed-packagesfilter now correctly handles option-like values. pnpm outdatedno longer checks the registry for locallink:,file:, orworkspace:references.- A deadlock in peer dependency resolution has been fixed.
- Peer dependency auto-install now correctly picks versions that satisfy declared ranges.
- Fixes ensure consistent peer version resolution between fresh installs and existing lockfiles.
Our Commentary
This 11.12 release for pnpm feels like a solid maintenance update. I'm always happy to see peer dependency resolution getting more robust; that's a common source of frustration. The custom fetcher delegation is a neat addition for advanced use cases. It's good to see the team ironing out these kinks.
View Original Article
Share this article: