- [x] Move `@babel/core` to `peerDependencies` - https://github.com/babel/ember-cli-babel/pull/452 - [x] Drop support for Node v6, v8, v10 and v12 (Add support for Node v14, v16 and v18) - https://github.com/babel/ember-cli-babel/pull/454 - [x] Remove `includePolyfill` support - https://github.com/babel/ember-cli-babel/pull/458 - [x] Change `broccoli-babel-transpiler` to either make `@babel/core` a peer dependency or make it accept the current Babel as an argument, and upgrade `ember-cli-babel` to that version (without this we're still not actually transpiling people's code with the version of `@babel/core` in their own `package.json`) - https://github.com/babel/broccoli-babel-transpiler/pull/221 - [x] Update `broccoli-babel-transpiler` to v8 - https://github.com/babel/ember-cli-babel/pull/460 - [x] Write upgrade guide for apps and addons - https://github.com/babel/ember-cli-babel/pull/464 - [x] Release first v8 beta version - [x] Release a stable version of `broccoli-babel-transpiler` v8 and update in `ember-cli-babel` - https://github.com/babel/ember-cli-babel/pull/494 - [x] Release a stable version of `ember-cli-babel` v8 - [x] Update `ember-cli-babel` in the default blueprint and add `@babel/core` - https://github.com/ember-cli/ember-cli/pull/10141
@babel/coretopeerDependencies- Move@babel/coretopeerDependenciesto resolve peer dependency warnings and errors #452includePolyfillsupport - Drop support for theincludePolyfilloption #458broccoli-babel-transpilerto either make@babel/corea peer dependency or make it accept the current Babel as an argument, and upgradeember-cli-babelto that version (without this we're still not actually transpiling people's code with the version of@babel/corein their ownpackage.json) - Move@babel/coretopeerDependenciesto resolve peer dependency warnings and errors ember-cli/broccoli-babel-transpiler#221broccoli-babel-transpilerto v8 - Updatebroccoli-babel-transpilerto v8.0.0-beta.1 #460broccoli-babel-transpilerv8 and update inember-cli-babel- Updatebroccoli-babel-transpilerto v8 #494ember-cli-babelv8ember-cli-babelin the default blueprint and add@babel/core- [ENHANCEMENT] Updateember-cli-babelto v8 inappandaddonblueprints ember-cli/ember-cli#10141