After recent npm supply chain attacks, @pnpmjs 10.16 adds a setting to delay updating dependencies.
Tools like Taze and npm-check-updates are testing similar “maturity” options, hinting at a cautious new trend in #JavaScript package management.
socket.dev/blog/pnpm-10-16-a…#NodeJS
In pnpm v10.16 we have shipped an exciting new feature that allows to query your dependencies with custom "finder functions". See the documentation about it:
pnpm.io/finders
pnpm v10.13 shipped some DX improvements to config dependencies. Now it is simple to install pnpm plugins.
For instance, you can run "pnpm add --config @pnpm/plugin-types-fixer" to install a plugin that will fix some frequently happening typescript issues.