mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-19 12:12:34 -04:00
Resolve package selectors concurrently during pacquet add instead of waiting for each selector's registry request before starting the next one. Share packument metadata state across the concurrent resolutions. Buffer catalog warnings and process the completed results in selector order to keep warnings and error selection deterministic. Add regression coverage that proves registry requests overlap while preserving selector-ordered warnings and errors. Restrict the Rust CI pnpm cache to CAS files so Windows runners do not restore invalid global-virtual-store junctions. Closes pnpm/pnpm#13089.