blog/releases/10.15.md
Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #9793.
pnpm will now automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #9780.
pnpm config get now prints an INI string for an object value #9797.
pnpm config get now accepts property paths.
For example:
pnpm config get catalog.react
pnpm config get .catalog.react
pnpm config get 'packageExtensions["@babel/parser"].peerDependencies["@babel/types"]'
pnpm config set now accepts dot-leading or subscripted keys.
For example:
pnpm config set .ignoreScripts true
pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
pnpm create command, must verify whether the node version is supported even if a cache already exists #9775.*/* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help doesn't pass --help to pkg #9823.