v10.6.5
📦 pnpmView on GitHub →
🐛 4 fixes🔧 3 symbols
Summary
This patch release fixes several issues: it removes post‑approval warnings, preserves the `ignoredBuilds` field, corrects `catalog:` protocol handling in injected workspace packages, and allows non‑positive `workspace-concurrency` values.
🐛 Bug Fixes
- Removed warnings that appeared after explicitly approving no builds (issue #9296).
- Ensured the `ignoredBuilds` field in `.modules.yaml` is retained when installing different dependency packages (issue #9240).
- Fixed handling of the `catalog:` protocol in injected local workspace packages, which previously threw `ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER` (issue #8715).
- Allowed `workspace-concurrency` configuration values less than or equal to 0 to be accepted (issue #9297).
🔧 Affected Symbols
`ignoredBuilds` field in `.modules.yaml``catalog:` protocol resolver for injected local workspace packages`workspace-concurrency` configuration option