You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Don't do range collapsing when using a frozen lockfile (#3604)
**Summary**
Fixes#3313.
Yarn automatically optimizes less-than-ideal `yarn.lock` files, usually from older versions. That said when run with the `--frozen-lockfile` argument, it should neither touch the lockfile nor throw an exception if the lockfile satisfies all the needs, even if it can be optimized.
**Test plan**
Existing unit tests plus a new unit test which fails without the fix applied.
0 commit comments