devDeps: deduplicate babel packages#6185
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
haltman-at
left a comment
There was a problem hiding this comment.
Seems fine now that it's passing?
PR description
Currently
yarn.lockpins 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-requiredlabel to this PR if documentation updates are required.Breaking changes and new features
breaking-changeandnew-featurelabels for the appropriate packages.