-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
[QUEST] v8 Release #453
Comments
from @rwjblue in Discord
|
Also just noticed that broccoli-babel-transpiler has |
(I can't edit the description above, so I'm rewriting it here with updates.)
|
@ef4 For the |
Also, does |
Created PRs for the remaining issues. Hope I understood everything correctly 😄. Probably need some guidance on the "Remove |
babel has deprecated the polyfill and tells you the replacement is to add This probably belongs in changelog and in any how-to-upgrade doc that we may write for this major release. |
I released https://github.com/babel/broccoli-babel-transpiler/releases/tag/v8.0.0-beta.1 so we can start updating here a bit easier |
👍 I'll try to fix the |
We're going to need to document what addon authors are supposed to do. They traditionally must have ember-cli-babel in |
After the transpiler PR, I can look into writing an upgrade guide for apps and addons. |
I said about "it's probably better for them to put it into peerDependencies", but after thinking about it, the less disruptive change is to put |
Excited to see babel polyfills removed 👍 |
v8 is released. |
Thank you @bertdeblock! |
@babel/core
topeerDependencies
- Move@babel/core
topeerDependencies
to resolve peer dependency warnings and errors #452includePolyfill
support - Drop support for theincludePolyfill
option #458broccoli-babel-transpiler
to either make@babel/core
a peer dependency or make it accept the current Babel as an argument, and upgradeember-cli-babel
to that version (without this we're still not actually transpiling people's code with the version of@babel/core
in their ownpackage.json
) - Move@babel/core
topeerDependencies
to resolve peer dependency warnings and errors babel/broccoli-babel-transpiler#221broccoli-babel-transpiler
to v8 - Updatebroccoli-babel-transpiler
to v8.0.0-beta.1 #460broccoli-babel-transpiler
v8 and update inember-cli-babel
- Updatebroccoli-babel-transpiler
to v8 #494ember-cli-babel
v8ember-cli-babel
in the default blueprint and add@babel/core
- [ENHANCEMENT] Updateember-cli-babel
to v8 inapp
andaddon
blueprints ember-cli/ember-cli#10141The text was updated successfully, but these errors were encountered: