-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Conversation
ad8febb
to
2f0ebc2
Compare
This comment was marked as resolved.
This comment was marked as resolved.
2f0ebc2
to
5684615
Compare
Did you PR the right thing? I'm only changes to semver packages in this PR. |
What I meant with this:
...is that those changes are also part of this PR. The rest (in fact, the bulk) are in |
Oh, I see! |
Well, now this has a |
5684615
to
00e6b4f
Compare
@haltman-at rebased and resolved |
Hm, something seems to be going wrong. A test in |
Putting in draft until this is resolved:
|
Oh, ick -- it looks like this failure is happening on |
8085f87
to
48a2052
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine now that it's passing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this!
PR description
Currently
yarn.lock
pins multiple different versions of the same package, even if a single version would satisfy all the constraints. This wastes disk space, computational time, human time, and environmental resources ;)This PR deduplicates packages with the
@babel/
andbabel-
prefixes, saving ~400MB.Based on #6177 as they touch the same lines and that one seems higher priority.
Testing instructions
Documentation
doc-change-required
label to this PR if documentation updates are required.Breaking changes and new features
breaking-change
andnew-feature
labels for the appropriate packages.