Files
APZN a6d9ee70f0 fix(workspace): keep settings-only workspaces root-scoped (#14059)
Keep settings-only workspace manifests scoped to the root package when checking dependency status, filtering projects, and completing --filter values.

These call sites previously passed an undefined package pattern to the projects reader, activating its recursive default even though config had already defined settings-only workspaces as root-only. Preserve the projects reader default for other callers and apply the root-only fallback only at the three manifest-aware boundaries.

Fixes pnpm/pnpm#14047.
2026-08-23 01:18:13 +02:00
..