-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Babel packages to 7.12.x #27553
Conversation
Size Change: -82 B (0%) Total Size: 1.21 MB
ℹ️ View Unchanged
|
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.
There is some tweaking necessary to the lock file as explained in the comment.
Let's add CHANGELOG entries for @wordpress/babel-plugin-default
and @wordpress/scripts
to let people know (there should be very similar entries already to copy and edit).
4927761
to
59f9f7e
Compare
59f9f7e
to
42ff4e5
Compare
The linting CI tasks reports some pre-existing errors:
I'm confused about this: the |
BTW I also had to upgrade |
Those two linting errors are surprising but we can fix or disable them to move forward 🤷♂️ |
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.
It's very close to merge. Actually we only need to make CI happy and you can ship 🚢
I'm working on this. A little trouble is that |
Fixed in the latest commit. Both violations are in places that use optional chaining. That makes me think that it has something to do with upgraded |
Everything is green 🎉 |
Needed by the webpack 5 upgrade in #26382, as the 7.12 version includes fixes for Babel helper ESM imports from babel/babel#10853.