-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed as not planned
Labels
Description
Can a patch version 1.9.5 be released where Yarn does not strip out every single "integrity" link (added in v1.10.0) from a yarn.lock
if found?
Due to some problems with Yarn v1.10.x, I rolled Yarn back to v1.9.4. Now I see any small change to the lock file results in the integrity
field being stripped from every single package.
Although ideally everyone in a team uses the exact same version of Yarn at all times, this is not always feasible and perhaps sometimes the entire team needs to roll back. Ideally this wouldn't result in massive flip/flopping of lock file contents as a result, if they could be left as-is without impact.
Cc @edmorley
edmorley, JohanBengtsson, AxlLind, rjmunro, Chaoste and 19 more