-
Notifications
You must be signed in to change notification settings - Fork 27k
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 to 7.0.0-rc.1 (major) #4937
Conversation
This should fix #4614 too! 🙌 |
@timneutkens 7.0.0-rc.2 is out and I will be happy to submit a new PR to this repo and to next-plugins. Do you pre-approve? I'm also wondering if we can simply specify If anything really bad happens in any of the RCs, canary testers will be able to manually freeze package versions in their package.json |
You can do “^7.0.0-r” if you want install the higest release candidate version |
From earlier tweets babel 7 will be out this week |
👍 great, let's wait! |
Babel 7.0.0 is out 🎉 |
@timneutkens will you be happy to accept a simple PR? Does anything need changing apart from the version bump? |
Ah, it's already done! #5042 😅 👍 |
Fixes #4691
Fixes #4614
This PR gives path to vercel/next-plugins#242
I did not add or remove
^
near dependency versions in package.json files. However, I don't exclude that some changes can be made given that rc is more stable than beta.