mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
Resolve workspace dependencies by looking them up in spec_to_pkg_id first (for workspace:^ etc with explicit lockfile entries), then falling back to workspace package matching by name for simple workspace:* dependencies without lockfile entries. This fixes 700 unresolved workspace dependencies when migrating complex monorepos like Yarn's own repo (build/berry) which uses workspace:^ with version ranges.