ember-cli/ember-cli
### [`v3.19.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3190)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.18.0...v3.19.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.18.0...v3.19.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.19.0...v3.19.0)
##### Changelog
- [#9239](https://togithub.com/ember-cli/ember-cli/pull/9239) Update app / addon dependencies to latest. [@rwjblue](https://togithub.com/rwjblue)
- [#9205](https://togithub.com/ember-cli/ember-cli/pull/9205) Pass options to middleware [@mrloop](https://togithub.com/mrloop)
- [#9209](https://togithub.com/ember-cli/ember-cli/pull/9209) Create small development script to update blueprint dependencies. [@rwjblue](https://togithub.com/rwjblue)
- [#9212](https://togithub.com/ember-cli/ember-cli/pull/9212) Ensure that the captured exit is released. [@rwjblue](https://togithub.com/rwjblue)
- [#9218](https://togithub.com/ember-cli/ember-cli/pull/9218) Update eslint to 7.0.0. [@rwjblue](https://togithub.com/rwjblue)
- [#9219](https://togithub.com/ember-cli/ember-cli/pull/9219) Add ability to pass `--filter` to `dev/update-blueprint-dependencies.js` [@rwjblue](https://togithub.com/rwjblue)
- [#9240](https://togithub.com/ember-cli/ember-cli/pull/9240) Ensure `ember serve` property waits for the serve task. [@rwjblue](https://togithub.com/rwjblue)
- [#9242](https://togithub.com/ember-cli/ember-cli/pull/9242) Move travis configuration from trusty to xenial [@Gaurav0](https://togithub.com/Gaurav0)
- [#7538](https://togithub.com/ember-cli/ember-cli/pull/7538) Fix `configPath` caching [@kanongil](https://togithub.com/kanongil)
- [#8258](https://togithub.com/ember-cli/ember-cli/pull/8258) Tweak `isDevelopingAddon` error message [@stefanpenner](https://togithub.com/stefanpenner)
- [#8813](https://togithub.com/ember-cli/ember-cli/pull/8813) Update NPM version check to avoid double `npm install` when using `npm@5.7.1` or higher. [@deepan83](https://togithub.com/deepan83)
- [#9126](https://togithub.com/ember-cli/ember-cli/pull/9126) chore: fix init help text with the right description [@rajasegar](https://togithub.com/rajasegar)
- [#9132](https://togithub.com/ember-cli/ember-cli/pull/9132) Convert commands to use async/await syntax [@locks](https://togithub.com/locks)
- [#9134](https://togithub.com/ember-cli/ember-cli/pull/9134) [DOC] Update locals hook example [@locks](https://togithub.com/locks)
- [#9146](https://togithub.com/ember-cli/ember-cli/pull/9146) Convert express-server task to async await [@locks](https://togithub.com/locks)
- [#9147](https://togithub.com/ember-cli/ember-cli/pull/9147) Convert serve task to async await [@locks](https://togithub.com/locks)
- [#9148](https://togithub.com/ember-cli/ember-cli/pull/9148) Convert npm-task task to async/await syntax [@locks](https://togithub.com/locks)
- [#9149](https://togithub.com/ember-cli/ember-cli/pull/9149) Update blueprint dependencies to latest [@bmish](https://togithub.com/bmish)
- [#9157](https://togithub.com/ember-cli/ember-cli/pull/9157) Convert insert-into-file to async/await syntax [@locks](https://togithub.com/locks)
- [#9158](https://togithub.com/ember-cli/ember-cli/pull/9158) Convert clean-remove to async/await syntax [@locks](https://togithub.com/locks)
- [#9163](https://togithub.com/ember-cli/ember-cli/pull/9163) Convert in-option-generate-test to async/await syntax [@locks](https://togithub.com/locks)
- [#9183](https://togithub.com/ember-cli/ember-cli/pull/9183) Ensure processed addon styles are not doubly-included in vendor.css [@bantic](https://togithub.com/bantic)
### [`v3.18.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3180)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.17.0...v3.18.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.17.0...v3.18.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.17.0...v3.18.0)
##### Changelog
- [#9063](https://togithub.com/ember-cli/ember-cli/pull/9063) Fix typo in `Blueprint` documentation. [@bartocc](https://togithub.com/bartocc)
- [#9068](https://togithub.com/ember-cli/ember-cli/pull/9068) Adds link to CLI commands doc from README [@entendu](https://togithub.com/entendu)
- [#9070](https://togithub.com/ember-cli/ember-cli/pull/9070) Fix a number of causes of unhandled rejections (and ensure tests fail when unhandled rejection occurs). [@stefanpenner](https://togithub.com/stefanpenner)
- [#9072](https://togithub.com/ember-cli/ember-cli/pull/9072) Ensure errors during build are properly reported to the console. [@stefanpenner](https://togithub.com/stefanpenner)
- [#9092](https://togithub.com/ember-cli/ember-cli/pull/9092) Update `ember-source` and `ember-data` to 3.18 betas. [@rwjblue](https://togithub.com/rwjblue)
- [#9097](https://togithub.com/ember-cli/ember-cli/pull/9097) Update production dependencies to latest. [@rwjblue](https://togithub.com/rwjblue)
- [#9108](https://togithub.com/ember-cli/ember-cli/pull/9108) Cleanup of async in `CLI` / `Builder` while digging into issues around progress clean up. [@rwjblue](https://togithub.com/rwjblue)
- [#9188](https://togithub.com/ember-cli/ember-cli/pull/9188) Add Node 14 to CI [@rwjblue](https://togithub.com/rwjblue)
- [#9208](https://togithub.com/ember-cli/ember-cli/pull/9208) Update blueprint dependencies to latest versions. [@rwjblue](https://togithub.com/rwjblue)
- [#9090](https://togithub.com/ember-cli/ember-cli/pull/9183) Ensure processed addon styles are not doubly-included in vendor.css [@bantic](https://togithub.com/bantic)
Thank you to all who took the time to contribute!
### [`v3.17.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3170)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.16.2...v3.17.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.16.1...v3.17.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.16.1...v3.17.0)
##### Changelog
- [#9045](https://togithub.com/ember-cli/ember-cli/pull/9045) Add final newline in CONTRIBUTING.md [@kellyselden](https://togithub.com/kellyselden)
- [c30ed27181257ab4319b3a06134e13067ac1e76e](https://togithub.com/ember-cli/ember-cli/commit/c30ed27181257ab4319b3a06134e13067ac1e76e) Handle a number of unhandled rejections scenarios [@stefanpenner](https://togithub.com/stefanpenner)
- [c377300bb21485faf0137ce69b54a10b3a458828](https://togithub.com/ember-cli/ember-cli/commit/c377300bb21485faf0137ce69b54a10b3a458828) Publish yuidoc json as a part of npm package [@sivakumar-kailasam](https://togithub.com/sivakumar-kailasam)
- [0a8d7a18b5f27147f2cec5574625e53784841601](https://togithub.com/ember-cli/ember-cli/commit/0a8d7a18b5f27147f2cec5574625e53784841601) Consistently 'use strict'; for our node js files [@kellyselden](https://togithub.com/kellyselden)
- [64e635c48c76f177769ca73eb9a228149ffbd863](https://togithub.com/ember-cli/ember-cli/commit/64e635c48c76f177769ca73eb9a228149ffbd863) Ensure buildFailures are reported correctly [@stefanpenner](https://togithub.com/stefanpenner)
- [#9037](https://togithub.com/ember-cli/ember-cli/pull/9037) Update Ember and Ember Data to 3.17 betas. [@rwjblue](https://togithub.com/rwjblue)
- [#9039](https://togithub.com/ember-cli/ember-cli/pull/9039) Remove long enabled EMBER_CLI_SYSTEM_TEMP experiment. [@rwjblue](https://togithub.com/rwjblue)
- [#9038](https://togithub.com/ember-cli/ember-cli/pull/9038) Remove EMBER_CLI_DELAYED_TRANSPILATION experiment. [@rwjblue](https://togithub.com/rwjblue)
- [#9040](https://togithub.com/ember-cli/ember-cli/pull/9040) Remove MODULE_UNIFICATION experiment. [@rwjblue](https://togithub.com/rwjblue)
- [#9009](https://togithub.com/ember-cli/ember-cli/pull/9009) Use `eslint` and `ember-template-lint` directly (no longer lint during builds/rebuilds by default) [@dcyriller](https://togithub.com/dcyriller)
- [#9041](https://togithub.com/ember-cli/ember-cli/pull/9041) Remove usage of RSVP. [@rwjblue](https://togithub.com/rwjblue)
- [#9042](https://togithub.com/ember-cli/ember-cli/pull/9042) Include API documentation `yuidoc` JSON output when publishing [@sivakumar-kailasam](https://togithub.com/sivakumar-kailasam)
- [#9045](https://togithub.com/ember-cli/ember-cli/pull/9045) Add final newline in CONTRIBUTING.md [@kellyselden](https://togithub.com/kellyselden)
### [`v3.16.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3162)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.16.1...v3.16.2)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.16.1...v3.16.2)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.16.1...v3.16.2)
##### Changelog
- [#9090](https://togithub.com/ember-cli/ember-cli/pull/9183) Ensure processed addon styles are not doubly-included in vendor.css [@bantic](https://togithub.com/bantic)
### [`v3.16.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3161)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.16.0...v3.16.1)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.16.0...v3.16.1)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.16.0...v3.16.1)
##### Changelog
- [#9090](https://togithub.com/ember-cli/ember-cli/pull/9090) Backports of critical bugfixes to LTS (3.16) [@rwjblue](https://togithub.com/rwjblue)
- [#9045](https://togithub.com/ember-cli/ember-cli/pull/9045) Add final newline in CONTRIBUTING.md [@kellyselden](https://togithub.com/kellyselden)
- [c30ed27181257ab4319b3a06134e13067ac1e76e](https://togithub.com/ember-cli/ember-cli/commit/c30ed27181257ab4319b3a06134e13067ac1e76e) Handle a number of unhandled rejections scenarios [@stefanpenner](https://togithub.com/stefanpenner)
- [c377300bb21485faf0137ce69b54a10b3a458828](https://togithub.com/ember-cli/ember-cli/commit/c377300bb21485faf0137ce69b54a10b3a458828) Publish yuidoc json as a part of npm package [@sivakumar-kailasam](https://togithub.com/sivakumar-kailasam)
- [0a8d7a18b5f27147f2cec5574625e53784841601](https://togithub.com/ember-cli/ember-cli/commit/0a8d7a18b5f27147f2cec5574625e53784841601) Consistently 'use strict'; for our node js files [@kellyselden](https://togithub.com/kellyselden)
- [64e635c48c76f177769ca73eb9a228149ffbd863](https://togithub.com/ember-cli/ember-cli/commit/64e635c48c76f177769ca73eb9a228149ffbd863) Ensure buildFailures are reported correctly [@stefanpenner](https://togithub.com/stefanpenner)
Thank you to all who took the time to contribute!
### [`v3.16.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3160)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.15.2...v3.16.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.15.2...v3.16.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.15.2...v3.16.0)
##### Changelog
- [#8905](https://togithub.com/ember-cli/ember-cli/pull/8905) Use production environment for `npm run build` / `yarn build` by default [@pichfl](https://togithub.com/pichfl)
- [#8930](https://togithub.com/ember-cli/ember-cli/pull/8930) / [#8929](https://togithub.com/ember-cli/ember-cli/pull/8929) Drop Node 11 support [@SergeAstapov](https://togithub.com/SergeAstapov)
- [#8932](https://togithub.com/ember-cli/ember-cli/pull/8932) Add Node.js 13 to test matrix [@SergeAstapov](https://togithub.com/SergeAstapov)
- [#8941](https://togithub.com/ember-cli/ember-cli/pull/8941) feat(blueprint): resolve remote blueprints via package manager [@buschtoens](https://togithub.com/buschtoens)
- [#8944](https://togithub.com/ember-cli/ember-cli/pull/8944) Travis.yml: Remove deprecated `sudo: false` option [@tniezurawski](https://togithub.com/tniezurawski)
- [#8943](https://togithub.com/ember-cli/ember-cli/pull/8943) Travis.yml: use fast_finish instead of undocumented fail_fast [@tniezurawski](https://togithub.com/tniezurawski)
- [#8962](https://togithub.com/ember-cli/ember-cli/pull/8962) Drop Ember 3.8 and add Ember 3.16 scenarios in default `config/ember-try.js`. [@kellyselden](https://togithub.com/kellyselden)
- [#8986](https://togithub.com/ember-cli/ember-cli/pull/8986) Increase testem browser timeout. [@rwjblue](https://togithub.com/rwjblue)
- [#9012](https://togithub.com/ember-cli/ember-cli/pull/9012) Drop support for Node v8 [@jrjohnson](https://togithub.com/jrjohnson)
- [#9013](https://togithub.com/ember-cli/ember-cli/pull/9013) Remove useless line break in `.editorconfig` file [@dcyriller](https://togithub.com/dcyriller)
- [#9023](https://togithub.com/ember-cli/ember-cli/pull/9023) Update to use Ember + Ember Data 3.16. [@rwjblue](https://togithub.com/rwjblue)
- [#9026](https://togithub.com/ember-cli/ember-cli/pull/9026) Add [@glimmer/tracking](https://togithub.com/glimmer/tracking) to default blueprint. [@rwjblue](https://togithub.com/rwjblue)
- [#9028](https://togithub.com/ember-cli/ember-cli/pull/9028) Update minimum versions of app / addon blueprint dependencies. [@rwjblue](https://togithub.com/rwjblue)
Thank you to all who took the time to contribute!
### [`v3.15.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3152)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.15.1...v3.15.2)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.15.1...v3.15.2)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.15.1...v3.15.2)
##### Changelog
- [#8924](https://togithub.com/ember-cli/ember-cli/pull/8924) Fix named UMD imports [@kellyselden](https://togithub.com/kellyselden)
- [#9015](https://togithub.com/ember-cli/ember-cli/pull/9015) Allow failure of Node 8 CI jobs. [@rwjblue](https://togithub.com/rwjblue)
- [#9014](https://togithub.com/ember-cli/ember-cli/pull/9014) Avoid errors when `ui` is not present and a warning will be emitted. [@tmquinn](https://togithub.com/tmquinn)
Thank you to all who took the time to contribute!
### [`v3.15.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3151)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.15.0...v3.15.1)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.15.0...v3.15.1)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.15.0...v3.15.1)
##### Changelog
- [#8977](https://togithub.com/ember-cli/ember-cli/pull/8977) Fix invalid syntax with ember-classic ember-try scenario. [@rwjblue](https://togithub.com/rwjblue)
Thank you to all who took the time to contribute!
### [`v3.15.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3150)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.14.0...v3.15.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.14.0...v3.15.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.14.0...v3.15.0)
##### Changelog
- [#8963](https://togithub.com/ember-cli/ember-cli/pull/8963) Remove `app/templates/components` [@chancancode](https://togithub.com/chancancode)
- [#8964](https://togithub.com/ember-cli/ember-cli/pull/8964) Add support for `ember new @scope-here/name-here`. [@rwjblue](https://togithub.com/rwjblue)
- [#8965](https://togithub.com/ember-cli/ember-cli/pull/8965) Update ember-resolver to v7.0.0. [@rwjblue](https://togithub.com/rwjblue)
- [#8971](https://togithub.com/ember-cli/ember-cli/pull/8971) Add an ember-try scenario for Ember "classic" (pre-octane). [@rwjblue](https://togithub.com/rwjblue)
- [#8972](https://togithub.com/ember-cli/ember-cli/pull/8972) Update ember-data to 3.15.0. [@rwjblue](https://togithub.com/rwjblue)
- [#8933](https://togithub.com/ember-cli/ember-cli/pull/8933) Remove `app/resolver.js` in favor of importing in `app/app.js` [@rwjblue](https://togithub.com/rwjblue)
- [#8945](https://togithub.com/ember-cli/ember-cli/pull/8945) Fix issue with addon `.travis.yml` configuration when using `npm` [@kellyselden](https://togithub.com/kellyselden)
- [#8946](https://togithub.com/ember-cli/ember-cli/pull/8946) Drop testing of ember-source@3.4 in the addon blueprints ember-try config [@kellyselden](https://togithub.com/kellyselden)
- [#8946](https://togithub.com/ember-cli/ember-cli/pull/8946) Add testing of ember-source@3.12 in the addon blueprints ember-try config [@kellyselden](https://togithub.com/kellyselden)
- [#8959](https://togithub.com/ember-cli/ember-cli/pull/8959) Fix issue with addon discovery when npm/yarn leave empty directories in resolvable locations [@stefanpenner](https://togithub.com/stefanpenner)
- [#8961](https://togithub.com/ember-cli/ember-cli/pull/8961) Prepare for Octane release in 3.15 [@rwjblue](https://togithub.com/rwjblue)
- Adds `ember` property to `package.json` to implement [emberjs/rfcs#558](https://togithub.com/emberjs/rfcs/pull/558)
- Adds `@glimmer/component@1.0.0` as a development dependency for both apps and addons
- Updates `ember-try` to at least 1.4.0 in order to support `config/ember-try.js` scenarios with `ember` `package.json` property (mentioned in [emberjs/rfcs#558](https://togithub.com/emberjs/rfcs/issues/558))
- Enables Octane related optional features
- Updates ember-template-lint configuration to use `octane` preset
- Update to ember-source@3.15 stable
- Updates all packages in the application blueprint to their latest version
- [#8827](https://togithub.com/ember-cli/ember-cli/pull/8827) Remove module-unification blueprints [@dcyriller](https://togithub.com/dcyriller)
- [#8878](https://togithub.com/ember-cli/ember-cli/pull/8878) Adds flag to throw an error for invalid addon locations [@tmquinn](https://togithub.com/tmquinn)
- [#8906](https://togithub.com/ember-cli/ember-cli/pull/8906) Enable broccoli memoization by default in Ember-CLI [@SparshithNR](https://togithub.com/SparshithNR)
- [#8917](https://togithub.com/ember-cli/ember-cli/pull/8917) Update CI configuration for applications using `npm` to run a "floating dependencies" test. [@kellyselden](https://togithub.com/kellyselden)
- [#8926](https://togithub.com/ember-cli/ember-cli/pull/8926) Add `application` to invalid names [@kennethlarsen](https://togithub.com/kennethlarsen)
Thank you to all who took the time to contribute!
### [`v3.14.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3140)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.13.2...v3.14.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.13.2...v3.14.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.13.2...v3.14.0)
##### Changelog
- [#8875](https://togithub.com/ember-cli/ember-cli/pull/8875) Fix ember-cli-htmlbars-inline-precompile deprecation [@HeroicEric](https://togithub.com/HeroicEric)
- [#8882](https://togithub.com/ember-cli/ember-cli/pull/8882) Simplify "Get started" message for `ember new` [@dcyriller](https://togithub.com/dcyriller)
- [#8899](https://togithub.com/ember-cli/ember-cli/pull/8899) Don't reload the config for instrumentation [@pzuraq](https://togithub.com/pzuraq)
- [#8900](https://togithub.com/ember-cli/ember-cli/pull/8900) Include `legacyDecorators` eslint option by default [@pzuraq](https://togithub.com/pzuraq)
- [#8901](https://togithub.com/ember-cli/ember-cli/pull/8901) Merge `config/environment.js`'s `EmberENV` configuration with any pre-existing `EmberENV` [@chancancode](https://togithub.com/chancancode)
- [#8910](https://togithub.com/ember-cli/ember-cli/pull/8910) Update TravisCI config for `ember new` to restrict CI runs to `master` branch and pull requests [@kellyselden](https://togithub.com/kellyselden)
- [#8915](https://togithub.com/ember-cli/ember-cli/pull/8915) Revert changes made to enable "octane" as the default for `ember new` [@rwjblue](https://togithub.com/rwjblue)
- [#8916](https://togithub.com/ember-cli/ember-cli/pull/8916) Update ember-source and ember-data to 3.14.x [@rwjblue](https://togithub.com/rwjblue)
- [#8853](https://togithub.com/ember-cli/ember-cli/pull/8853) Update ember-resolver to 5.3.0. [@rwjblue](https://togithub.com/rwjblue)
- [#8812](https://togithub.com/ember-cli/ember-cli/pull/8812) Clarify installation error message [@jrjohnson](https://togithub.com/jrjohnson)
- [#8820](https://togithub.com/ember-cli/ember-cli/pull/8820) Issue deprecation when enabling MODULE_UNIFICATION flag. [@rwjblue](https://togithub.com/rwjblue)
### [`v3.13.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3132)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.13.1...v3.13.2)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.13.1...v3.13.2)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.13.1...v3.13.2)
##### Changelog
- [#8875](https://togithub.com/ember-cli/ember-cli/pull/8875) Fix ember-cli-htmlbars-inline-precompile deprecation [@HeroicEric](https://togithub.com/HeroicEric)
- [#8882](https://togithub.com/ember-cli/ember-cli/pull/8882) Simplify "Get started" message [@dcyriller](https://togithub.com/dcyriller)
- [#8901](https://togithub.com/ember-cli/ember-cli/pull/8901) Merge `config/environment.js`'s `EmberENV` configuration with any pre-existing `EmberENV` [@chancancode](https://togithub.com/chancancode)
Thank you to all who took the time to contribute!
### [`v3.13.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3131)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.13.0...v3.13.1)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.13.0...v3.13.1)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.13.0...v3.13.1)
##### Changelog
- [#8857](https://togithub.com/ember-cli/ember-cli/pull/8857) Tweaks to release scripts. [@rwjblue](https://togithub.com/rwjblue)
- [#8862](https://togithub.com/ember-cli/ember-cli/pull/8862) Adjust message for when a new app is created [@dcyriller](https://togithub.com/dcyriller)
Thank you to all who took the time to contribute!
### [`v3.13.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3130)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.12.1...v3.13.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.12.0...v3.13.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.13.0)
##### Changelog
- [#8797](https://togithub.com/ember-cli/ember-cli/pull/8797) Update heimdalljs-fs-monitor to 0.2.3. [@rwjblue](https://togithub.com/rwjblue)
- [#8798](https://togithub.com/ember-cli/ember-cli/pull/8798) Update blueprint reference for ember-source to 3.13.0-beta.2. [@rwjblue](https://togithub.com/rwjblue)
- [#8814](https://togithub.com/ember-cli/ember-cli/pull/8814) Drop Node 11 from CI. [@rwjblue](https://togithub.com/rwjblue)
- [#8816](https://togithub.com/ember-cli/ember-cli/pull/8816) Update app and addon blueprints to latest version of packages. [@rwjblue](https://togithub.com/rwjblue)
- [#8834](https://togithub.com/ember-cli/ember-cli/pull/8834) Ensure addon tree is scoped to addon name before compiling templates. [@rwjblue](https://togithub.com/rwjblue)
- [fd7268b59ddcddca849762a4923c14655da47188](https://togithub.com/ember-cli/ember-cli/commit/fd7268b59ddcddca849762a4923c14655da47188) Update watch-detector to 1.0.0. [@rwjblue](https://togithub.com/rwjblue)
- [#8850](https://togithub.com/ember-cli/ember-cli/pull/8850) Update broccoli dependencies/devDependencies to latest. [@rwjblue](https://togithub.com/rwjblue)
- [#8851](https://togithub.com/ember-cli/ember-cli/pull/8851) Update Ember ecosystem packages to latest version. [@rwjblue](https://togithub.com/rwjblue)
- [#8853](https://togithub.com/ember-cli/ember-cli/pull/8853) Update ember-resolver to 5.3.0. [@rwjblue](https://togithub.com/rwjblue)
- [#8642](https://togithub.com/ember-cli/ember-cli/pull/8642) Use system temp for ember test [@ef4](https://togithub.com/ef4)
- [#8650](https://togithub.com/ember-cli/ember-cli/pull/8650) [BUGFIX] reset resolve-package-path caches in PackageInfoCache.\_clear() [@jamescdavis](https://togithub.com/jamescdavis)
- [#8633](https://togithub.com/ember-cli/ember-cli/pull/8633) Refactor template build pipeline to enable co-located templates. [@rwjblue](https://togithub.com/rwjblue)
- [#8616](https://togithub.com/ember-cli/ember-cli/pull/8616) [ENHANCEMENT] Gather hardware information when creating instrumentation summaries [@benblank](https://togithub.com/benblank)
- [#8676](https://togithub.com/ember-cli/ember-cli/pull/8676) Track the time taken to collect hardware metrics [@benblank](https://togithub.com/benblank)
- [#8678](https://togithub.com/ember-cli/ember-cli/pull/8678) give ember-cli a progress indicator [@stefanpenner](https://togithub.com/stefanpenner)
- [#8588](https://togithub.com/ember-cli/ember-cli/pull/8588) [dx] Detail app / addon creation messages [@dcyriller](https://togithub.com/dcyriller)
- [#8687](https://togithub.com/ember-cli/ember-cli/pull/8687) Add .git directory to npmignore [@rwwagner90](https://togithub.com/rwwagner90)
- [#8701](https://togithub.com/ember-cli/ember-cli/pull/8701) Add ember-cli-htmlbars to default addon dependencies [@haochuan](https://togithub.com/haochuan)
- [#8747](https://togithub.com/ember-cli/ember-cli/pull/8747) Update Windows documentation link [@loganrosen](https://togithub.com/loganrosen)
- [#8772](https://togithub.com/ember-cli/ember-cli/pull/8772) fix typos :) [@aspala](https://togithub.com/aspala)
- [#8564](https://togithub.com/ember-cli/ember-cli/pull/8564) Adds babel-eslint as the default ESlint parser [@pzuraq](https://togithub.com/pzuraq)
Thank you to all who took the time to contribute!
### [`v3.12.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3121)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.12.0...v3.12.1)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.12.0...v3.12.1)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.12.1)
##### Community Contributions
- [#8797](https://togithub.com/ember-cli/ember-cli/pull/8797) Update heimdalljs-fs-monitor to 0.2.3. [@rwjblue](https://togithub.com/rwjblue)
- [#8959](https://togithub.com/ember-cli/ember-cli/pull/8959) Ensure `node_modules/*` directories without a `package.json` are not considered as part of the addon discovery process [@stefanpenner](https://togithub.com/stefanpenner)
Thank you to all who took the time to contribute!
### [`v3.12.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3120)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.11.0...v3.12.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.11.0...v3.12.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.11.0...v3.12.0)
##### Community Contributions
- [#8753](https://togithub.com/ember-cli/ember-cli/pull/8753) Quote empty strings in printCommand [@chancancode](https://togithub.com/chancancode)
- [#8774](https://togithub.com/ember-cli/ember-cli/pull/8774) Remove --disable-gpu flag when starting headless chrome [@stefanpenner](https://togithub.com/stefanpenner)
### [`v3.11.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3110)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.10.1...v3.11.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.10.0...v3.11.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.11.0)
##### Community Contributions
- [#8659](https://togithub.com/ember-cli/ember-cli/pull/8659) ecmaVersion 2015 is out of date [@kellyselden](https://togithub.com/kellyselden)
- [#8660](https://togithub.com/ember-cli/ember-cli/pull/8660) start testing ember-lts-3.8 in ember-try [@kellyselden](https://togithub.com/kellyselden)
- [#8662](https://togithub.com/ember-cli/ember-cli/pull/8662) use async/await in ember-try config [@kellyselden](https://togithub.com/kellyselden)
- [#8664](https://togithub.com/ember-cli/ember-cli/pull/8664) fix README ember min version [@kellyselden](https://togithub.com/kellyselden)
- [#8674](https://togithub.com/ember-cli/ember-cli/pull/8674) ensure we use Promise.prototype.finally polyfil for node 8 compat [@stefanpenner](https://togithub.com/stefanpenner)
- [#8675](https://togithub.com/ember-cli/ember-cli/pull/8675) [beta] Gather hardware information when creating instrumentation summaries. [@stefanpenner](https://togithub.com/stefanpenner)
- [#8679](https://togithub.com/ember-cli/ember-cli/pull/8679) Adding change logging for backwards compatibility [@thoov](https://togithub.com/thoov)
- [#8680](https://togithub.com/ember-cli/ember-cli/pull/8680) [Fixes #8677] ensure watcher parity [@stefanpenner](https://togithub.com/stefanpenner)
- [#8595](https://togithub.com/ember-cli/ember-cli/pull/8595) `Project#config` should use `EMBER_ENV` as default environment when none is passed in [@nlfurniss](https://togithub.com/nlfurniss)
- [#8604](https://togithub.com/stefanpenner/ember-cli/pull/8604) CONTRIBUTING: Clarify the way to start working on the repo. [@MonsieurDart](https://togithub.com/MonsieurDart)
- [#8621](https://togithub.com/ember-cli/ember-cli/pull/8621) project.findAddonByName was intended to be public [@stefanpenner](https://togithub.com/stefanpenner)
- [#8697](https://togithub.com/ember-cli/ember-cli/pull/8697) Update to Broccoli 3.1. [@thoov](https://togithub.com/thoov)
- [#8692](https://togithub.com/ember-cli/ember-cli/pull/8692) Allow `prettier` usage on `app/index.html` [@lougreenwood](https://togithub.com/lougreenwood)
Thank you to all who took the time to contribute!
### [`v3.10.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3101)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.10.0...v3.10.1)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.10.0...v3.10.1)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.10.1)
##### Community Contributions
- [#8645](https://togithub.com/ember-cli/ember-cli/pull/8645) Update addon and application blueprints to account for Node 6 support being removed. [@kellyselden](https://togithub.com/kellyselden)
- [#8631](https://togithub.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@rwjblue](https://togithub.com/rwjblue)
### [`v3.10.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3100)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.9.0...v3.10.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.9.0...v3.10.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.9.0...v3.10.0)
##### Community Contributions
- [#8631](https://togithub.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@rwjblue](https://togithub.com/rwjblue)
- [#8563](https://togithub.com/ember-cli/ember-cli/pull/8563) Drop Node 6 support [@Turbo87](https://togithub.com/Turbo87)
- [#8566](https://togithub.com/ember-cli/ember-cli/pull/8566) Modernize `build-watch.js` and `build-watch-test.js` [@xg-wang](https://togithub.com/xg-wang)
- [#8569](https://togithub.com/ember-cli/ember-cli/pull/8569) Modernize `bower-install-test.js` [@RichardOtvos](https://togithub.com/RichardOtvos)
- [#8565](https://togithub.com/ember-cli/ember-cli/pull/8565) Modernize `git-init.js` and `git-init-test.js` [@xg-wang](https://togithub.com/xg-wang)
- [#8572](https://togithub.com/ember-cli/ember-cli/pull/8572) Use eslint-plugin-node v8 in blueprints [@kellyselden](https://togithub.com/kellyselden)
- [#8205](https://togithub.com/ember-cli/ember-cli/pull/8205) Run eslint-plugin-node on apps [@kellyselden](https://togithub.com/kellyselden)
- [#8606](https://togithub.com/ember-cli/ember-cli/pull/8606) Modernize `models/instrumentation-test.js` [@Semeia-io](https://togithub.com/Semeia-io)
- [#8607](https://togithub.com/ember-cli/ember-cli/pull/8607) Modernize `models/addon-test.js` [@Semeia-io](https://togithub.com/Semeia-io)
- [#8462](https://togithub.com/ember-cli/ember-cli/pull/8462) blueprints: Update `ember-cli-eslint` to v5.1.0 [@Turbo87](https://togithub.com/Turbo87)
- [#8461](https://togithub.com/ember-cli/ember-cli/pull/8461) blueprints: Update `ember-welcome-page` to v4.0.0 [@Turbo87](https://togithub.com/Turbo87)
- [#8460](https://togithub.com/ember-cli/ember-cli/pull/8460) blueprints: Update `ember-qunit` to v4.4.1 [@Turbo87](https://togithub.com/Turbo87)
- [#8396](https://togithub.com/ember-cli/ember-cli/pull/8396) blueprints: Update dependencies [@mistahenry](https://togithub.com/mistahenry)
- [#8470](https://togithub.com/ember-cli/ember-cli/pull/8470) Remove obsolete `BROCCOLI_2` experiment [@Turbo87](https://togithub.com/Turbo87)
- [#8469](https://togithub.com/ember-cli/ember-cli/pull/8469) Move all package related path resolution to `resolve-package-path` [@stefanpenner](https://togithub.com/stefanpenner)
- [#8515](https://togithub.com/ember-cli/ember-cli/pull/8515) Corrected tiny typo in JSDoc [@rbarbey](https://togithub.com/rbarbey)
- [#8517](https://togithub.com/ember-cli/ember-cli/pull/8517) Add `--output-path` to test command [@step2yeung](https://togithub.com/step2yeung)
- [#8528](https://togithub.com/ember-cli/ember-cli/pull/8528) Ensure packager respects source map config when concatting [@stefanpenner](https://togithub.com/stefanpenner)
- [#8540](https://togithub.com/ember-cli/ember-cli/pull/8540) Fixed broken npm link documentation link [@yohanmishkin](https://togithub.com/yohanmishkin)
Thank you to all who took the time to contribute!
### [`v3.9.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v390)
[Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.8.3...v3.9.0)
##### Blueprint Changes
- [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.8.2...v3.9.0)
- [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.8.2...v3.9.0)
##### Community Contributions
- [#8444](https://togithub.com/ember-cli/ember-cli/pull/8444) Ensure Node 11 does not issue warning [@jeanduplessis](https://togithub.com/jeanduplessis)
- [#8425](https://togithub.com/ember-cli/ember-cli/pull/8425) Update Broccoli website URL [@hakilebara](https://togithub.com/hakilebara)
- [#8383](https://togithub.com/ember-cli/ember-cli/pull/8383) Update `ember-welcome-page` usage to angle brackets [@locks](https://togithub.com/locks)
- [#8435](https://togithub.com/ember-cli/ember-cli/pull/8435) Don't add extra slash in dist paths [@knownasilya](https://togithub.com/knownasilya)
- [#8358](https://togithub.com/ember-cli/ember-cli/pull/8358) In MU apps, exclude TS test files from the app JS file [@ppcano](https://togithub.com/ppcano)
- [#8373](https://togithub.com/ember-cli/ember-cli/pull/8373) package-info-cache: Add `heimdalljs-logger` logging [@Turbo87](https://togithub.com/Turbo87)
- [#8379](https://togithub.com/ember-cli/ember-cli/pull/8379) Fix the module path for MU non-acceptance tests [@ppcano](https://togithub.com/ppcano)
- [#8387](https://togithub.com/ember-cli/ember-cli/pull/8387) Fix non-acceptance tests for MU addons [@ppcano](https://togithub.com/ppcano)
- [#8289](https://togithub.com/ember-cli/ember-cli/pull/8289) Include addon styles for MU apps [@ppcano](https://togithub.com/ppcano)
- [#8399](https://togithub.com/ember-cli/ember-cli/pull/8399) Improve jQuery deprecation message [@simonihmig](https://togithub.com/simonihmig)
- [#8397](https://togithub.com/ember-cli/ember-cli/pull/8397) Update packages [@btecu](https://togithub.com/btecu)
- [#8432](https://togithub.com/ember-cli/ember-cli/pull/8432) Fix how MU blueprints fetches `ember-source` [@ppcano](https://togithub.com/ppcano)
- [#8433](https://togithub.com/ember-cli/ember-cli/pull/8433) MU blueprints: enable `EMBER_MODULE_UNIFICATION` feature flag [@ppcano](https://togithub.com/ppcano)
- [#8414](https://togithub.com/ember-cli/ember-cli/pull/8414) `preprocessTemplates` is called only once in MU layout [@ppcano](https://togithub.com/ppcano)
- [#8434](https://togithub.com/ember-cli/ember-cli/pull/8434) Fix comment on the `environment.js` blueprint files [@ppcano](https://togithub.com/ppcano)
Thank you to all who took the time to contribute!
quaertym/ember-cli-dependency-checker
### [`v3.2.0`](https://togithub.com/quaertym/ember-cli-dependency-checker/compare/v3.1.0...v3.2.0)
[Compare Source](https://togithub.com/quaertym/ember-cli-dependency-checker/compare/v3.1.0...v3.2.0)
ember-cli/ember-load-initializers
### [`v2.1.1`](https://togithub.com/ember-cli/ember-load-initializers/blob/master/CHANGELOG.md#v211-2019-11-02)
[Compare Source](https://togithub.com/ember-cli/ember-load-initializers/compare/v2.1.0...v2.1.1)
##### :bug: Bug Fix
- [#205](https://togithub.com/ember-cli/ember-load-initializers/pull/205) Do not assume global variables are assigned to `self`. ([@rwjblue](https://togithub.com/rwjblue))
##### :house: Internal
- [#159](https://togithub.com/ember-cli/ember-load-initializers/pull/159) Fixup eslint setup for typescript conversion. ([@rwjblue](https://togithub.com/rwjblue))
##### Committers: 1
- Robert Jackson ([@rwjblue](https://togithub.com/rwjblue))
### [`v2.1.0`](https://togithub.com/ember-cli/ember-load-initializers/blob/master/CHANGELOG.md#v210-2019-08-26)
[Compare Source](https://togithub.com/ember-cli/ember-load-initializers/compare/v2.0.0...v2.1.0)
##### :rocket: Enhancement
- [#111](https://togithub.com/ember-cli/ember-load-initializers/pull/111) Add typescript support ([@ro0gr](https://togithub.com/ro0gr))
##### :memo: Documentation
- [#125](https://togithub.com/ember-cli/ember-load-initializers/pull/125) Add more detailed explanation to README. ([@abhilashlr](https://togithub.com/abhilashlr))
##### :house: Internal
- [#77](https://togithub.com/ember-cli/ember-load-initializers/pull/77) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://togithub.com/Turbo87))
- [#73](https://togithub.com/ember-cli/ember-load-initializers/pull/73) Remove unused dependencies ([@Turbo87](https://togithub.com/Turbo87))
##### Committers: 4
- Ruslan Hrabovyi ([@ro0gr](https://togithub.com/ro0gr))
- Tobias Bieniek ([@Turbo87](https://togithub.com/Turbo87))
- [@dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview)
- abhilashlr ([@abhilashlr](https://togithub.com/abhilashlr))
emberjs/ember.js
### [`v3.19.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3190-May-26-2020)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.18.1...v3.19.0)
- [#18982](https://togithub.com/emberjs/ember.js/pull/18982) / [#18913](https://togithub.com/emberjs/ember.js/pull/18913) [BUGFIX] Update rendering engine to latest version.
- Add a compile time error when passing arguments to regular HTML elements (e.g. ``, ``, and `` does not error.
- [#18717](https://togithub.com/emberjs/ember.js/pull/18717) [BUGFIX] Ensure instantiation cannot happen after destruction.
- [#18720](https://togithub.com/emberjs/ember.js/pull/18720) [BUGFIX] Ensure correct `@ember/edition-utils` is used (1.2.0).
### [`v3.16.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3160-January-20-2020)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.15.0...v3.16.0)
- [#18436](https://togithub.com/emberjs/ember.js/pull/18436) [DEPRECATION] Deprecate globals resolver per [RFC #331](https://togithub.com/emberjs/rfcs/blob/master/text/0331-deprecate-globals-resolver.md).
- [#18668](https://togithub.com/emberjs/ember.js/pull/18668) [BUGFIX] Fix some scenarios where the "backtracking assertion" would be thrown by consuming tags after fully getting values
- [#18651](https://togithub.com/emberjs/ember.js/pull/18651) [BUGFIX] Async functions were incorrectly treated as falsey in template conditionals
### [`v3.15.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3150-December-9-2019)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.3...v3.15.0)
- [#17948](https://togithub.com/emberjs/ember.js/pull/17948) [DEPRECATION] Deprecate `Component#isVisible` per [RFC #324](https://togithub.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md).
- [#18491](https://togithub.com/emberjs/ember.js/pull/18491) [DEPRECATION] Deprecate `{{partial}}` per [RFC #449](https://togithub.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md).
- [#18441](https://togithub.com/emberjs/ember.js/pull/18441) [DEPRECATION] Deprecate use of window.ENV to configure boot options
- [#18554](https://togithub.com/emberjs/ember.js/pull/18554) [BREAKING BUGFIX] Adds autotracking transaction
- [#17834](https://togithub.com/emberjs/ember.js/pull/17834) [BUGFIX] Prevents autotracking ArrayProxy creation
### [`v3.14.3`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3143-December-3-2019)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.2...v3.14.3)
- [#18582](https://togithub.com/emberjs/ember.js/pull/18582) [BUGFIX] Ensure `loader.js` is transpiled to the applications specified targets (from `config/targets.js`).
### [`v3.14.2`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3142-November-20-2019)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.1...v3.14.2)
- [#18539](https://togithub.com/emberjs/ember.js/pull/18539) / [#18548](https://togithub.com/emberjs/ember.js/pull/18548) [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including `@glimmer/component`.
- [#18549](https://togithub.com/emberjs/ember.js/pull/18549) [BUGFIX] Add component reference to the mouse event handler deprecation warnings.
### [`v3.14.1`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3141-October-30-2019)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.0...v3.14.1)
- [#18244](https://togithub.com/emberjs/ember.js/pull/18244) [BUGFIX] Fix query param assertion when using the router services `transitionTo` to redirect _during_ an existing transition.
### [`v3.14.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3140-October-29-2019)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.13.4...v3.14.0)
- [#18345](https://togithub.com/emberjs/ember.js/pull/18345) / [#18363](https://togithub.com/emberjs/ember.js/pull/18363) [FEATURE] Implement the [Provide @model named argument to route templates](https://togithub.com/emberjs/rfcs/blob/master/text/0523-model-argument-for-route-templates.md) RFC.
- [#18458](https://togithub.com/emberjs/ember.js/pull/18458) [BUGFIX] Using query params helper outside of link-to
- [#18429](https://togithub.com/emberjs/ember.js/pull/18429) [BUGFIX] Fix incorrect error message for octane features.
- [#18415](https://togithub.com/emberjs/ember.js/pull/18415) [BUGFIX] Fix hbs import path in test blueprint.
- [#18387](https://togithub.com/emberjs/ember.js/pull/18387) [BUGFIX] Ensure `updateComponent` is fired consistently
- [#18381](https://togithub.com/emberjs/ember.js/pull/18381) Drop Node 6 and 11 support.
- [#18410](https://togithub.com/emberjs/ember.js/pull/18410) Use ember-cli-htmlbars for inline precompilation if possible.
### [`v3.13.4`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3134-October-292019)
[Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.13.3...v3.13.4)
- [#18476](https://togithub.com/emberjs/ember.js/pull/18476) [BUGFIX] Ensure model can be observed by sync observers.
- [#18477](https://togithub.com/emberjs/ember.js/pull/18477) [BUGFIX] Allows [@each](https://togithub.com/each) to work with arrays that contain falsy values.
- [#18500](https://togithub.com/emberjs/ember.js/pull/18500) [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
### [`v3.13.3`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3133-October-8-2019)
[Compare Source](https://tog
Renovate configuration
:date: Schedule: "after 3am,before 9am" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
3.8.3
->3.19.0
3.1.0
->3.2.0
2.0.0
->2.1.1
3.8.3
->3.19.0
Release Notes
ember-cli/ember-cli
### [`v3.19.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3190) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.18.0...v3.19.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.18.0...v3.19.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.19.0...v3.19.0) ##### Changelog - [#9239](https://togithub.com/ember-cli/ember-cli/pull/9239) Update app / addon dependencies to latest. [@rwjblue](https://togithub.com/rwjblue) - [#9205](https://togithub.com/ember-cli/ember-cli/pull/9205) Pass options to middleware [@mrloop](https://togithub.com/mrloop) - [#9209](https://togithub.com/ember-cli/ember-cli/pull/9209) Create small development script to update blueprint dependencies. [@rwjblue](https://togithub.com/rwjblue) - [#9212](https://togithub.com/ember-cli/ember-cli/pull/9212) Ensure that the captured exit is released. [@rwjblue](https://togithub.com/rwjblue) - [#9218](https://togithub.com/ember-cli/ember-cli/pull/9218) Update eslint to 7.0.0. [@rwjblue](https://togithub.com/rwjblue) - [#9219](https://togithub.com/ember-cli/ember-cli/pull/9219) Add ability to pass `--filter` to `dev/update-blueprint-dependencies.js` [@rwjblue](https://togithub.com/rwjblue) - [#9240](https://togithub.com/ember-cli/ember-cli/pull/9240) Ensure `ember serve` property waits for the serve task. [@rwjblue](https://togithub.com/rwjblue) - [#9242](https://togithub.com/ember-cli/ember-cli/pull/9242) Move travis configuration from trusty to xenial [@Gaurav0](https://togithub.com/Gaurav0) - [#7538](https://togithub.com/ember-cli/ember-cli/pull/7538) Fix `configPath` caching [@kanongil](https://togithub.com/kanongil) - [#8258](https://togithub.com/ember-cli/ember-cli/pull/8258) Tweak `isDevelopingAddon` error message [@stefanpenner](https://togithub.com/stefanpenner) - [#8813](https://togithub.com/ember-cli/ember-cli/pull/8813) Update NPM version check to avoid double `npm install` when using `npm@5.7.1` or higher. [@deepan83](https://togithub.com/deepan83) - [#9126](https://togithub.com/ember-cli/ember-cli/pull/9126) chore: fix init help text with the right description [@rajasegar](https://togithub.com/rajasegar) - [#9132](https://togithub.com/ember-cli/ember-cli/pull/9132) Convert commands to use async/await syntax [@locks](https://togithub.com/locks) - [#9134](https://togithub.com/ember-cli/ember-cli/pull/9134) [DOC] Update locals hook example [@locks](https://togithub.com/locks) - [#9146](https://togithub.com/ember-cli/ember-cli/pull/9146) Convert express-server task to async await [@locks](https://togithub.com/locks) - [#9147](https://togithub.com/ember-cli/ember-cli/pull/9147) Convert serve task to async await [@locks](https://togithub.com/locks) - [#9148](https://togithub.com/ember-cli/ember-cli/pull/9148) Convert npm-task task to async/await syntax [@locks](https://togithub.com/locks) - [#9149](https://togithub.com/ember-cli/ember-cli/pull/9149) Update blueprint dependencies to latest [@bmish](https://togithub.com/bmish) - [#9157](https://togithub.com/ember-cli/ember-cli/pull/9157) Convert insert-into-file to async/await syntax [@locks](https://togithub.com/locks) - [#9158](https://togithub.com/ember-cli/ember-cli/pull/9158) Convert clean-remove to async/await syntax [@locks](https://togithub.com/locks) - [#9163](https://togithub.com/ember-cli/ember-cli/pull/9163) Convert in-option-generate-test to async/await syntax [@locks](https://togithub.com/locks) - [#9183](https://togithub.com/ember-cli/ember-cli/pull/9183) Ensure processed addon styles are not doubly-included in vendor.css [@bantic](https://togithub.com/bantic) ### [`v3.18.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3180) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.17.0...v3.18.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.17.0...v3.18.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.17.0...v3.18.0) ##### Changelog - [#9063](https://togithub.com/ember-cli/ember-cli/pull/9063) Fix typo in `Blueprint` documentation. [@bartocc](https://togithub.com/bartocc) - [#9068](https://togithub.com/ember-cli/ember-cli/pull/9068) Adds link to CLI commands doc from README [@entendu](https://togithub.com/entendu) - [#9070](https://togithub.com/ember-cli/ember-cli/pull/9070) Fix a number of causes of unhandled rejections (and ensure tests fail when unhandled rejection occurs). [@stefanpenner](https://togithub.com/stefanpenner) - [#9072](https://togithub.com/ember-cli/ember-cli/pull/9072) Ensure errors during build are properly reported to the console. [@stefanpenner](https://togithub.com/stefanpenner) - [#9092](https://togithub.com/ember-cli/ember-cli/pull/9092) Update `ember-source` and `ember-data` to 3.18 betas. [@rwjblue](https://togithub.com/rwjblue) - [#9097](https://togithub.com/ember-cli/ember-cli/pull/9097) Update production dependencies to latest. [@rwjblue](https://togithub.com/rwjblue) - [#9108](https://togithub.com/ember-cli/ember-cli/pull/9108) Cleanup of async in `CLI` / `Builder` while digging into issues around progress clean up. [@rwjblue](https://togithub.com/rwjblue) - [#9188](https://togithub.com/ember-cli/ember-cli/pull/9188) Add Node 14 to CI [@rwjblue](https://togithub.com/rwjblue) - [#9208](https://togithub.com/ember-cli/ember-cli/pull/9208) Update blueprint dependencies to latest versions. [@rwjblue](https://togithub.com/rwjblue) - [#9090](https://togithub.com/ember-cli/ember-cli/pull/9183) Ensure processed addon styles are not doubly-included in vendor.css [@bantic](https://togithub.com/bantic) Thank you to all who took the time to contribute! ### [`v3.17.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3170) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.16.2...v3.17.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.16.1...v3.17.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.16.1...v3.17.0) ##### Changelog - [#9045](https://togithub.com/ember-cli/ember-cli/pull/9045) Add final newline in CONTRIBUTING.md [@kellyselden](https://togithub.com/kellyselden) - [c30ed27181257ab4319b3a06134e13067ac1e76e](https://togithub.com/ember-cli/ember-cli/commit/c30ed27181257ab4319b3a06134e13067ac1e76e) Handle a number of unhandled rejections scenarios [@stefanpenner](https://togithub.com/stefanpenner) - [c377300bb21485faf0137ce69b54a10b3a458828](https://togithub.com/ember-cli/ember-cli/commit/c377300bb21485faf0137ce69b54a10b3a458828) Publish yuidoc json as a part of npm package [@sivakumar-kailasam](https://togithub.com/sivakumar-kailasam) - [0a8d7a18b5f27147f2cec5574625e53784841601](https://togithub.com/ember-cli/ember-cli/commit/0a8d7a18b5f27147f2cec5574625e53784841601) Consistently 'use strict'; for our node js files [@kellyselden](https://togithub.com/kellyselden) - [64e635c48c76f177769ca73eb9a228149ffbd863](https://togithub.com/ember-cli/ember-cli/commit/64e635c48c76f177769ca73eb9a228149ffbd863) Ensure buildFailures are reported correctly [@stefanpenner](https://togithub.com/stefanpenner) - [#9037](https://togithub.com/ember-cli/ember-cli/pull/9037) Update Ember and Ember Data to 3.17 betas. [@rwjblue](https://togithub.com/rwjblue) - [#9039](https://togithub.com/ember-cli/ember-cli/pull/9039) Remove long enabled EMBER_CLI_SYSTEM_TEMP experiment. [@rwjblue](https://togithub.com/rwjblue) - [#9038](https://togithub.com/ember-cli/ember-cli/pull/9038) Remove EMBER_CLI_DELAYED_TRANSPILATION experiment. [@rwjblue](https://togithub.com/rwjblue) - [#9040](https://togithub.com/ember-cli/ember-cli/pull/9040) Remove MODULE_UNIFICATION experiment. [@rwjblue](https://togithub.com/rwjblue) - [#9009](https://togithub.com/ember-cli/ember-cli/pull/9009) Use `eslint` and `ember-template-lint` directly (no longer lint during builds/rebuilds by default) [@dcyriller](https://togithub.com/dcyriller) - [#9041](https://togithub.com/ember-cli/ember-cli/pull/9041) Remove usage of RSVP. [@rwjblue](https://togithub.com/rwjblue) - [#9042](https://togithub.com/ember-cli/ember-cli/pull/9042) Include API documentation `yuidoc` JSON output when publishing [@sivakumar-kailasam](https://togithub.com/sivakumar-kailasam) - [#9045](https://togithub.com/ember-cli/ember-cli/pull/9045) Add final newline in CONTRIBUTING.md [@kellyselden](https://togithub.com/kellyselden) ### [`v3.16.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3162) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.16.1...v3.16.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.16.1...v3.16.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.16.1...v3.16.2) ##### Changelog - [#9090](https://togithub.com/ember-cli/ember-cli/pull/9183) Ensure processed addon styles are not doubly-included in vendor.css [@bantic](https://togithub.com/bantic) ### [`v3.16.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3161) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.16.0...v3.16.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.16.0...v3.16.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.16.0...v3.16.1) ##### Changelog - [#9090](https://togithub.com/ember-cli/ember-cli/pull/9090) Backports of critical bugfixes to LTS (3.16) [@rwjblue](https://togithub.com/rwjblue) - [#9045](https://togithub.com/ember-cli/ember-cli/pull/9045) Add final newline in CONTRIBUTING.md [@kellyselden](https://togithub.com/kellyselden) - [c30ed27181257ab4319b3a06134e13067ac1e76e](https://togithub.com/ember-cli/ember-cli/commit/c30ed27181257ab4319b3a06134e13067ac1e76e) Handle a number of unhandled rejections scenarios [@stefanpenner](https://togithub.com/stefanpenner) - [c377300bb21485faf0137ce69b54a10b3a458828](https://togithub.com/ember-cli/ember-cli/commit/c377300bb21485faf0137ce69b54a10b3a458828) Publish yuidoc json as a part of npm package [@sivakumar-kailasam](https://togithub.com/sivakumar-kailasam) - [0a8d7a18b5f27147f2cec5574625e53784841601](https://togithub.com/ember-cli/ember-cli/commit/0a8d7a18b5f27147f2cec5574625e53784841601) Consistently 'use strict'; for our node js files [@kellyselden](https://togithub.com/kellyselden) - [64e635c48c76f177769ca73eb9a228149ffbd863](https://togithub.com/ember-cli/ember-cli/commit/64e635c48c76f177769ca73eb9a228149ffbd863) Ensure buildFailures are reported correctly [@stefanpenner](https://togithub.com/stefanpenner) Thank you to all who took the time to contribute! ### [`v3.16.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3160) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.15.2...v3.16.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.15.2...v3.16.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.15.2...v3.16.0) ##### Changelog - [#8905](https://togithub.com/ember-cli/ember-cli/pull/8905) Use production environment for `npm run build` / `yarn build` by default [@pichfl](https://togithub.com/pichfl) - [#8930](https://togithub.com/ember-cli/ember-cli/pull/8930) / [#8929](https://togithub.com/ember-cli/ember-cli/pull/8929) Drop Node 11 support [@SergeAstapov](https://togithub.com/SergeAstapov) - [#8932](https://togithub.com/ember-cli/ember-cli/pull/8932) Add Node.js 13 to test matrix [@SergeAstapov](https://togithub.com/SergeAstapov) - [#8941](https://togithub.com/ember-cli/ember-cli/pull/8941) feat(blueprint): resolve remote blueprints via package manager [@buschtoens](https://togithub.com/buschtoens) - [#8944](https://togithub.com/ember-cli/ember-cli/pull/8944) Travis.yml: Remove deprecated `sudo: false` option [@tniezurawski](https://togithub.com/tniezurawski) - [#8943](https://togithub.com/ember-cli/ember-cli/pull/8943) Travis.yml: use fast_finish instead of undocumented fail_fast [@tniezurawski](https://togithub.com/tniezurawski) - [#8962](https://togithub.com/ember-cli/ember-cli/pull/8962) Drop Ember 3.8 and add Ember 3.16 scenarios in default `config/ember-try.js`. [@kellyselden](https://togithub.com/kellyselden) - [#8986](https://togithub.com/ember-cli/ember-cli/pull/8986) Increase testem browser timeout. [@rwjblue](https://togithub.com/rwjblue) - [#9012](https://togithub.com/ember-cli/ember-cli/pull/9012) Drop support for Node v8 [@jrjohnson](https://togithub.com/jrjohnson) - [#9013](https://togithub.com/ember-cli/ember-cli/pull/9013) Remove useless line break in `.editorconfig` file [@dcyriller](https://togithub.com/dcyriller) - [#9023](https://togithub.com/ember-cli/ember-cli/pull/9023) Update to use Ember + Ember Data 3.16. [@rwjblue](https://togithub.com/rwjblue) - [#9026](https://togithub.com/ember-cli/ember-cli/pull/9026) Add [@glimmer/tracking](https://togithub.com/glimmer/tracking) to default blueprint. [@rwjblue](https://togithub.com/rwjblue) - [#9028](https://togithub.com/ember-cli/ember-cli/pull/9028) Update minimum versions of app / addon blueprint dependencies. [@rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.15.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3152) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.15.1...v3.15.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.15.1...v3.15.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.15.1...v3.15.2) ##### Changelog - [#8924](https://togithub.com/ember-cli/ember-cli/pull/8924) Fix named UMD imports [@kellyselden](https://togithub.com/kellyselden) - [#9015](https://togithub.com/ember-cli/ember-cli/pull/9015) Allow failure of Node 8 CI jobs. [@rwjblue](https://togithub.com/rwjblue) - [#9014](https://togithub.com/ember-cli/ember-cli/pull/9014) Avoid errors when `ui` is not present and a warning will be emitted. [@tmquinn](https://togithub.com/tmquinn) Thank you to all who took the time to contribute! ### [`v3.15.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3151) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.15.0...v3.15.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.15.0...v3.15.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.15.0...v3.15.1) ##### Changelog - [#8977](https://togithub.com/ember-cli/ember-cli/pull/8977) Fix invalid syntax with ember-classic ember-try scenario. [@rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.15.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3150) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.14.0...v3.15.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.14.0...v3.15.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.14.0...v3.15.0) ##### Changelog - [#8963](https://togithub.com/ember-cli/ember-cli/pull/8963) Remove `app/templates/components` [@chancancode](https://togithub.com/chancancode) - [#8964](https://togithub.com/ember-cli/ember-cli/pull/8964) Add support for `ember new @scope-here/name-here`. [@rwjblue](https://togithub.com/rwjblue) - [#8965](https://togithub.com/ember-cli/ember-cli/pull/8965) Update ember-resolver to v7.0.0. [@rwjblue](https://togithub.com/rwjblue) - [#8971](https://togithub.com/ember-cli/ember-cli/pull/8971) Add an ember-try scenario for Ember "classic" (pre-octane). [@rwjblue](https://togithub.com/rwjblue) - [#8972](https://togithub.com/ember-cli/ember-cli/pull/8972) Update ember-data to 3.15.0. [@rwjblue](https://togithub.com/rwjblue) - [#8933](https://togithub.com/ember-cli/ember-cli/pull/8933) Remove `app/resolver.js` in favor of importing in `app/app.js` [@rwjblue](https://togithub.com/rwjblue) - [#8945](https://togithub.com/ember-cli/ember-cli/pull/8945) Fix issue with addon `.travis.yml` configuration when using `npm` [@kellyselden](https://togithub.com/kellyselden) - [#8946](https://togithub.com/ember-cli/ember-cli/pull/8946) Drop testing of ember-source@3.4 in the addon blueprints ember-try config [@kellyselden](https://togithub.com/kellyselden) - [#8946](https://togithub.com/ember-cli/ember-cli/pull/8946) Add testing of ember-source@3.12 in the addon blueprints ember-try config [@kellyselden](https://togithub.com/kellyselden) - [#8959](https://togithub.com/ember-cli/ember-cli/pull/8959) Fix issue with addon discovery when npm/yarn leave empty directories in resolvable locations [@stefanpenner](https://togithub.com/stefanpenner) - [#8961](https://togithub.com/ember-cli/ember-cli/pull/8961) Prepare for Octane release in 3.15 [@rwjblue](https://togithub.com/rwjblue) - Adds `ember` property to `package.json` to implement [emberjs/rfcs#558](https://togithub.com/emberjs/rfcs/pull/558) - Adds `@glimmer/component@1.0.0` as a development dependency for both apps and addons - Updates `ember-try` to at least 1.4.0 in order to support `config/ember-try.js` scenarios with `ember` `package.json` property (mentioned in [emberjs/rfcs#558](https://togithub.com/emberjs/rfcs/issues/558)) - Enables Octane related optional features - Updates ember-template-lint configuration to use `octane` preset - Update to ember-source@3.15 stable - Updates all packages in the application blueprint to their latest version - [#8827](https://togithub.com/ember-cli/ember-cli/pull/8827) Remove module-unification blueprints [@dcyriller](https://togithub.com/dcyriller) - [#8878](https://togithub.com/ember-cli/ember-cli/pull/8878) Adds flag to throw an error for invalid addon locations [@tmquinn](https://togithub.com/tmquinn) - [#8906](https://togithub.com/ember-cli/ember-cli/pull/8906) Enable broccoli memoization by default in Ember-CLI [@SparshithNR](https://togithub.com/SparshithNR) - [#8917](https://togithub.com/ember-cli/ember-cli/pull/8917) Update CI configuration for applications using `npm` to run a "floating dependencies" test. [@kellyselden](https://togithub.com/kellyselden) - [#8926](https://togithub.com/ember-cli/ember-cli/pull/8926) Add `application` to invalid names [@kennethlarsen](https://togithub.com/kennethlarsen) Thank you to all who took the time to contribute! ### [`v3.14.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3140) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.13.2...v3.14.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.13.2...v3.14.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.13.2...v3.14.0) ##### Changelog - [#8875](https://togithub.com/ember-cli/ember-cli/pull/8875) Fix ember-cli-htmlbars-inline-precompile deprecation [@HeroicEric](https://togithub.com/HeroicEric) - [#8882](https://togithub.com/ember-cli/ember-cli/pull/8882) Simplify "Get started" message for `ember new` [@dcyriller](https://togithub.com/dcyriller) - [#8899](https://togithub.com/ember-cli/ember-cli/pull/8899) Don't reload the config for instrumentation [@pzuraq](https://togithub.com/pzuraq) - [#8900](https://togithub.com/ember-cli/ember-cli/pull/8900) Include `legacyDecorators` eslint option by default [@pzuraq](https://togithub.com/pzuraq) - [#8901](https://togithub.com/ember-cli/ember-cli/pull/8901) Merge `config/environment.js`'s `EmberENV` configuration with any pre-existing `EmberENV` [@chancancode](https://togithub.com/chancancode) - [#8910](https://togithub.com/ember-cli/ember-cli/pull/8910) Update TravisCI config for `ember new` to restrict CI runs to `master` branch and pull requests [@kellyselden](https://togithub.com/kellyselden) - [#8915](https://togithub.com/ember-cli/ember-cli/pull/8915) Revert changes made to enable "octane" as the default for `ember new` [@rwjblue](https://togithub.com/rwjblue) - [#8916](https://togithub.com/ember-cli/ember-cli/pull/8916) Update ember-source and ember-data to 3.14.x [@rwjblue](https://togithub.com/rwjblue) - [#8853](https://togithub.com/ember-cli/ember-cli/pull/8853) Update ember-resolver to 5.3.0. [@rwjblue](https://togithub.com/rwjblue) - [#8812](https://togithub.com/ember-cli/ember-cli/pull/8812) Clarify installation error message [@jrjohnson](https://togithub.com/jrjohnson) - [#8820](https://togithub.com/ember-cli/ember-cli/pull/8820) Issue deprecation when enabling MODULE_UNIFICATION flag. [@rwjblue](https://togithub.com/rwjblue) ### [`v3.13.2`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3132) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.13.1...v3.13.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.13.1...v3.13.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.13.1...v3.13.2) ##### Changelog - [#8875](https://togithub.com/ember-cli/ember-cli/pull/8875) Fix ember-cli-htmlbars-inline-precompile deprecation [@HeroicEric](https://togithub.com/HeroicEric) - [#8882](https://togithub.com/ember-cli/ember-cli/pull/8882) Simplify "Get started" message [@dcyriller](https://togithub.com/dcyriller) - [#8901](https://togithub.com/ember-cli/ember-cli/pull/8901) Merge `config/environment.js`'s `EmberENV` configuration with any pre-existing `EmberENV` [@chancancode](https://togithub.com/chancancode) Thank you to all who took the time to contribute! ### [`v3.13.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3131) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.13.0...v3.13.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.13.0...v3.13.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.13.0...v3.13.1) ##### Changelog - [#8857](https://togithub.com/ember-cli/ember-cli/pull/8857) Tweaks to release scripts. [@rwjblue](https://togithub.com/rwjblue) - [#8862](https://togithub.com/ember-cli/ember-cli/pull/8862) Adjust message for when a new app is created [@dcyriller](https://togithub.com/dcyriller) Thank you to all who took the time to contribute! ### [`v3.13.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3130) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.12.1...v3.13.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.12.0...v3.13.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.13.0) ##### Changelog - [#8797](https://togithub.com/ember-cli/ember-cli/pull/8797) Update heimdalljs-fs-monitor to 0.2.3. [@rwjblue](https://togithub.com/rwjblue) - [#8798](https://togithub.com/ember-cli/ember-cli/pull/8798) Update blueprint reference for ember-source to 3.13.0-beta.2. [@rwjblue](https://togithub.com/rwjblue) - [#8814](https://togithub.com/ember-cli/ember-cli/pull/8814) Drop Node 11 from CI. [@rwjblue](https://togithub.com/rwjblue) - [#8816](https://togithub.com/ember-cli/ember-cli/pull/8816) Update app and addon blueprints to latest version of packages. [@rwjblue](https://togithub.com/rwjblue) - [#8834](https://togithub.com/ember-cli/ember-cli/pull/8834) Ensure addon tree is scoped to addon name before compiling templates. [@rwjblue](https://togithub.com/rwjblue) - [fd7268b59ddcddca849762a4923c14655da47188](https://togithub.com/ember-cli/ember-cli/commit/fd7268b59ddcddca849762a4923c14655da47188) Update watch-detector to 1.0.0. [@rwjblue](https://togithub.com/rwjblue) - [#8850](https://togithub.com/ember-cli/ember-cli/pull/8850) Update broccoli dependencies/devDependencies to latest. [@rwjblue](https://togithub.com/rwjblue) - [#8851](https://togithub.com/ember-cli/ember-cli/pull/8851) Update Ember ecosystem packages to latest version. [@rwjblue](https://togithub.com/rwjblue) - [#8853](https://togithub.com/ember-cli/ember-cli/pull/8853) Update ember-resolver to 5.3.0. [@rwjblue](https://togithub.com/rwjblue) - [#8642](https://togithub.com/ember-cli/ember-cli/pull/8642) Use system temp for ember test [@ef4](https://togithub.com/ef4) - [#8650](https://togithub.com/ember-cli/ember-cli/pull/8650) [BUGFIX] reset resolve-package-path caches in PackageInfoCache.\_clear() [@jamescdavis](https://togithub.com/jamescdavis) - [#8633](https://togithub.com/ember-cli/ember-cli/pull/8633) Refactor template build pipeline to enable co-located templates. [@rwjblue](https://togithub.com/rwjblue) - [#8616](https://togithub.com/ember-cli/ember-cli/pull/8616) [ENHANCEMENT] Gather hardware information when creating instrumentation summaries [@benblank](https://togithub.com/benblank) - [#8676](https://togithub.com/ember-cli/ember-cli/pull/8676) Track the time taken to collect hardware metrics [@benblank](https://togithub.com/benblank) - [#8678](https://togithub.com/ember-cli/ember-cli/pull/8678) give ember-cli a progress indicator [@stefanpenner](https://togithub.com/stefanpenner) - [#8588](https://togithub.com/ember-cli/ember-cli/pull/8588) [dx] Detail app / addon creation messages [@dcyriller](https://togithub.com/dcyriller) - [#8687](https://togithub.com/ember-cli/ember-cli/pull/8687) Add .git directory to npmignore [@rwwagner90](https://togithub.com/rwwagner90) - [#8701](https://togithub.com/ember-cli/ember-cli/pull/8701) Add ember-cli-htmlbars to default addon dependencies [@haochuan](https://togithub.com/haochuan) - [#8747](https://togithub.com/ember-cli/ember-cli/pull/8747) Update Windows documentation link [@loganrosen](https://togithub.com/loganrosen) - [#8772](https://togithub.com/ember-cli/ember-cli/pull/8772) fix typos :) [@aspala](https://togithub.com/aspala) - [#8564](https://togithub.com/ember-cli/ember-cli/pull/8564) Adds babel-eslint as the default ESlint parser [@pzuraq](https://togithub.com/pzuraq) Thank you to all who took the time to contribute! ### [`v3.12.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3121) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.12.0...v3.12.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.12.0...v3.12.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.12.0...v3.12.1) ##### Community Contributions - [#8797](https://togithub.com/ember-cli/ember-cli/pull/8797) Update heimdalljs-fs-monitor to 0.2.3. [@rwjblue](https://togithub.com/rwjblue) - [#8959](https://togithub.com/ember-cli/ember-cli/pull/8959) Ensure `node_modules/*` directories without a `package.json` are not considered as part of the addon discovery process [@stefanpenner](https://togithub.com/stefanpenner) Thank you to all who took the time to contribute! ### [`v3.12.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3120) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.11.0...v3.12.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.11.0...v3.12.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.11.0...v3.12.0) ##### Community Contributions - [#8753](https://togithub.com/ember-cli/ember-cli/pull/8753) Quote empty strings in printCommand [@chancancode](https://togithub.com/chancancode) - [#8774](https://togithub.com/ember-cli/ember-cli/pull/8774) Remove --disable-gpu flag when starting headless chrome [@stefanpenner](https://togithub.com/stefanpenner) ### [`v3.11.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3110) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.10.1...v3.11.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.10.0...v3.11.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.11.0) ##### Community Contributions - [#8659](https://togithub.com/ember-cli/ember-cli/pull/8659) ecmaVersion 2015 is out of date [@kellyselden](https://togithub.com/kellyselden) - [#8660](https://togithub.com/ember-cli/ember-cli/pull/8660) start testing ember-lts-3.8 in ember-try [@kellyselden](https://togithub.com/kellyselden) - [#8662](https://togithub.com/ember-cli/ember-cli/pull/8662) use async/await in ember-try config [@kellyselden](https://togithub.com/kellyselden) - [#8664](https://togithub.com/ember-cli/ember-cli/pull/8664) fix README ember min version [@kellyselden](https://togithub.com/kellyselden) - [#8674](https://togithub.com/ember-cli/ember-cli/pull/8674) ensure we use Promise.prototype.finally polyfil for node 8 compat [@stefanpenner](https://togithub.com/stefanpenner) - [#8675](https://togithub.com/ember-cli/ember-cli/pull/8675) [beta] Gather hardware information when creating instrumentation summaries. [@stefanpenner](https://togithub.com/stefanpenner) - [#8679](https://togithub.com/ember-cli/ember-cli/pull/8679) Adding change logging for backwards compatibility [@thoov](https://togithub.com/thoov) - [#8680](https://togithub.com/ember-cli/ember-cli/pull/8680) [Fixes #8677] ensure watcher parity [@stefanpenner](https://togithub.com/stefanpenner) - [#8595](https://togithub.com/ember-cli/ember-cli/pull/8595) `Project#config` should use `EMBER_ENV` as default environment when none is passed in [@nlfurniss](https://togithub.com/nlfurniss) - [#8604](https://togithub.com/stefanpenner/ember-cli/pull/8604) CONTRIBUTING: Clarify the way to start working on the repo. [@MonsieurDart](https://togithub.com/MonsieurDart) - [#8621](https://togithub.com/ember-cli/ember-cli/pull/8621) project.findAddonByName was intended to be public [@stefanpenner](https://togithub.com/stefanpenner) - [#8697](https://togithub.com/ember-cli/ember-cli/pull/8697) Update to Broccoli 3.1. [@thoov](https://togithub.com/thoov) - [#8692](https://togithub.com/ember-cli/ember-cli/pull/8692) Allow `prettier` usage on `app/index.html` [@lougreenwood](https://togithub.com/lougreenwood) Thank you to all who took the time to contribute! ### [`v3.10.1`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3101) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.10.0...v3.10.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.10.0...v3.10.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.10.0...v3.10.1) ##### Community Contributions - [#8645](https://togithub.com/ember-cli/ember-cli/pull/8645) Update addon and application blueprints to account for Node 6 support being removed. [@kellyselden](https://togithub.com/kellyselden) - [#8631](https://togithub.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@rwjblue](https://togithub.com/rwjblue) ### [`v3.10.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v3100) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.9.0...v3.10.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.9.0...v3.10.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.9.0...v3.10.0) ##### Community Contributions - [#8631](https://togithub.com/ember-cli/ember-cli/pull/8631) Add CI testing for Node 12. [@rwjblue](https://togithub.com/rwjblue) - [#8563](https://togithub.com/ember-cli/ember-cli/pull/8563) Drop Node 6 support [@Turbo87](https://togithub.com/Turbo87) - [#8566](https://togithub.com/ember-cli/ember-cli/pull/8566) Modernize `build-watch.js` and `build-watch-test.js` [@xg-wang](https://togithub.com/xg-wang) - [#8569](https://togithub.com/ember-cli/ember-cli/pull/8569) Modernize `bower-install-test.js` [@RichardOtvos](https://togithub.com/RichardOtvos) - [#8565](https://togithub.com/ember-cli/ember-cli/pull/8565) Modernize `git-init.js` and `git-init-test.js` [@xg-wang](https://togithub.com/xg-wang) - [#8572](https://togithub.com/ember-cli/ember-cli/pull/8572) Use eslint-plugin-node v8 in blueprints [@kellyselden](https://togithub.com/kellyselden) - [#8205](https://togithub.com/ember-cli/ember-cli/pull/8205) Run eslint-plugin-node on apps [@kellyselden](https://togithub.com/kellyselden) - [#8606](https://togithub.com/ember-cli/ember-cli/pull/8606) Modernize `models/instrumentation-test.js` [@Semeia-io](https://togithub.com/Semeia-io) - [#8607](https://togithub.com/ember-cli/ember-cli/pull/8607) Modernize `models/addon-test.js` [@Semeia-io](https://togithub.com/Semeia-io) - [#8462](https://togithub.com/ember-cli/ember-cli/pull/8462) blueprints: Update `ember-cli-eslint` to v5.1.0 [@Turbo87](https://togithub.com/Turbo87) - [#8461](https://togithub.com/ember-cli/ember-cli/pull/8461) blueprints: Update `ember-welcome-page` to v4.0.0 [@Turbo87](https://togithub.com/Turbo87) - [#8460](https://togithub.com/ember-cli/ember-cli/pull/8460) blueprints: Update `ember-qunit` to v4.4.1 [@Turbo87](https://togithub.com/Turbo87) - [#8396](https://togithub.com/ember-cli/ember-cli/pull/8396) blueprints: Update dependencies [@mistahenry](https://togithub.com/mistahenry) - [#8470](https://togithub.com/ember-cli/ember-cli/pull/8470) Remove obsolete `BROCCOLI_2` experiment [@Turbo87](https://togithub.com/Turbo87) - [#8469](https://togithub.com/ember-cli/ember-cli/pull/8469) Move all package related path resolution to `resolve-package-path` [@stefanpenner](https://togithub.com/stefanpenner) - [#8515](https://togithub.com/ember-cli/ember-cli/pull/8515) Corrected tiny typo in JSDoc [@rbarbey](https://togithub.com/rbarbey) - [#8517](https://togithub.com/ember-cli/ember-cli/pull/8517) Add `--output-path` to test command [@step2yeung](https://togithub.com/step2yeung) - [#8528](https://togithub.com/ember-cli/ember-cli/pull/8528) Ensure packager respects source map config when concatting [@stefanpenner](https://togithub.com/stefanpenner) - [#8540](https://togithub.com/ember-cli/ember-cli/pull/8540) Fixed broken npm link documentation link [@yohanmishkin](https://togithub.com/yohanmishkin) Thank you to all who took the time to contribute! ### [`v3.9.0`](https://togithub.com/ember-cli/ember-cli/blob/master/CHANGELOG.md#v390) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.8.3...v3.9.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.8.2...v3.9.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.8.2...v3.9.0) ##### Community Contributions - [#8444](https://togithub.com/ember-cli/ember-cli/pull/8444) Ensure Node 11 does not issue warning [@jeanduplessis](https://togithub.com/jeanduplessis) - [#8425](https://togithub.com/ember-cli/ember-cli/pull/8425) Update Broccoli website URL [@hakilebara](https://togithub.com/hakilebara) - [#8383](https://togithub.com/ember-cli/ember-cli/pull/8383) Update `ember-welcome-page` usage to angle brackets [@locks](https://togithub.com/locks) - [#8435](https://togithub.com/ember-cli/ember-cli/pull/8435) Don't add extra slash in dist paths [@knownasilya](https://togithub.com/knownasilya) - [#8358](https://togithub.com/ember-cli/ember-cli/pull/8358) In MU apps, exclude TS test files from the app JS file [@ppcano](https://togithub.com/ppcano) - [#8373](https://togithub.com/ember-cli/ember-cli/pull/8373) package-info-cache: Add `heimdalljs-logger` logging [@Turbo87](https://togithub.com/Turbo87) - [#8379](https://togithub.com/ember-cli/ember-cli/pull/8379) Fix the module path for MU non-acceptance tests [@ppcano](https://togithub.com/ppcano) - [#8387](https://togithub.com/ember-cli/ember-cli/pull/8387) Fix non-acceptance tests for MU addons [@ppcano](https://togithub.com/ppcano) - [#8289](https://togithub.com/ember-cli/ember-cli/pull/8289) Include addon styles for MU apps [@ppcano](https://togithub.com/ppcano) - [#8399](https://togithub.com/ember-cli/ember-cli/pull/8399) Improve jQuery deprecation message [@simonihmig](https://togithub.com/simonihmig) - [#8397](https://togithub.com/ember-cli/ember-cli/pull/8397) Update packages [@btecu](https://togithub.com/btecu) - [#8432](https://togithub.com/ember-cli/ember-cli/pull/8432) Fix how MU blueprints fetches `ember-source` [@ppcano](https://togithub.com/ppcano) - [#8433](https://togithub.com/ember-cli/ember-cli/pull/8433) MU blueprints: enable `EMBER_MODULE_UNIFICATION` feature flag [@ppcano](https://togithub.com/ppcano) - [#8414](https://togithub.com/ember-cli/ember-cli/pull/8414) `preprocessTemplates` is called only once in MU layout [@ppcano](https://togithub.com/ppcano) - [#8434](https://togithub.com/ember-cli/ember-cli/pull/8434) Fix comment on the `environment.js` blueprint files [@ppcano](https://togithub.com/ppcano) Thank you to all who took the time to contribute!quaertym/ember-cli-dependency-checker
### [`v3.2.0`](https://togithub.com/quaertym/ember-cli-dependency-checker/compare/v3.1.0...v3.2.0) [Compare Source](https://togithub.com/quaertym/ember-cli-dependency-checker/compare/v3.1.0...v3.2.0)ember-cli/ember-load-initializers
### [`v2.1.1`](https://togithub.com/ember-cli/ember-load-initializers/blob/master/CHANGELOG.md#v211-2019-11-02) [Compare Source](https://togithub.com/ember-cli/ember-load-initializers/compare/v2.1.0...v2.1.1) ##### :bug: Bug Fix - [#205](https://togithub.com/ember-cli/ember-load-initializers/pull/205) Do not assume global variables are assigned to `self`. ([@rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#159](https://togithub.com/ember-cli/ember-load-initializers/pull/159) Fixup eslint setup for typescript conversion. ([@rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@rwjblue](https://togithub.com/rwjblue)) ### [`v2.1.0`](https://togithub.com/ember-cli/ember-load-initializers/blob/master/CHANGELOG.md#v210-2019-08-26) [Compare Source](https://togithub.com/ember-cli/ember-load-initializers/compare/v2.0.0...v2.1.0) ##### :rocket: Enhancement - [#111](https://togithub.com/ember-cli/ember-load-initializers/pull/111) Add typescript support ([@ro0gr](https://togithub.com/ro0gr)) ##### :memo: Documentation - [#125](https://togithub.com/ember-cli/ember-load-initializers/pull/125) Add more detailed explanation to README. ([@abhilashlr](https://togithub.com/abhilashlr)) ##### :house: Internal - [#77](https://togithub.com/ember-cli/ember-load-initializers/pull/77) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://togithub.com/Turbo87)) - [#73](https://togithub.com/ember-cli/ember-load-initializers/pull/73) Remove unused dependencies ([@Turbo87](https://togithub.com/Turbo87)) ##### Committers: 4 - Ruslan Hrabovyi ([@ro0gr](https://togithub.com/ro0gr)) - Tobias Bieniek ([@Turbo87](https://togithub.com/Turbo87)) - [@dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview) - abhilashlr ([@abhilashlr](https://togithub.com/abhilashlr))emberjs/ember.js
### [`v3.19.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3190-May-26-2020) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.18.1...v3.19.0) - [#18982](https://togithub.com/emberjs/ember.js/pull/18982) / [#18913](https://togithub.com/emberjs/ember.js/pull/18913) [BUGFIX] Update rendering engine to latest version. - Add a compile time error when passing arguments to regular HTML elements (e.g. ``, ``, and `` does not error. - [#18717](https://togithub.com/emberjs/ember.js/pull/18717) [BUGFIX] Ensure instantiation cannot happen after destruction. - [#18720](https://togithub.com/emberjs/ember.js/pull/18720) [BUGFIX] Ensure correct `@ember/edition-utils` is used (1.2.0). ### [`v3.16.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3160-January-20-2020) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.15.0...v3.16.0) - [#18436](https://togithub.com/emberjs/ember.js/pull/18436) [DEPRECATION] Deprecate globals resolver per [RFC #331](https://togithub.com/emberjs/rfcs/blob/master/text/0331-deprecate-globals-resolver.md). - [#18668](https://togithub.com/emberjs/ember.js/pull/18668) [BUGFIX] Fix some scenarios where the "backtracking assertion" would be thrown by consuming tags after fully getting values - [#18651](https://togithub.com/emberjs/ember.js/pull/18651) [BUGFIX] Async functions were incorrectly treated as falsey in template conditionals ### [`v3.15.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3150-December-9-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.3...v3.15.0) - [#17948](https://togithub.com/emberjs/ember.js/pull/17948) [DEPRECATION] Deprecate `Component#isVisible` per [RFC #324](https://togithub.com/emberjs/rfcs/blob/master/text/0324-deprecate-component-isvisible.md). - [#18491](https://togithub.com/emberjs/ember.js/pull/18491) [DEPRECATION] Deprecate `{{partial}}` per [RFC #449](https://togithub.com/emberjs/rfcs/blob/master/text/0449-deprecate-partials.md). - [#18441](https://togithub.com/emberjs/ember.js/pull/18441) [DEPRECATION] Deprecate use of window.ENV to configure boot options - [#18554](https://togithub.com/emberjs/ember.js/pull/18554) [BREAKING BUGFIX] Adds autotracking transaction - [#17834](https://togithub.com/emberjs/ember.js/pull/17834) [BUGFIX] Prevents autotracking ArrayProxy creation ### [`v3.14.3`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3143-December-3-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.2...v3.14.3) - [#18582](https://togithub.com/emberjs/ember.js/pull/18582) [BUGFIX] Ensure `loader.js` is transpiled to the applications specified targets (from `config/targets.js`). ### [`v3.14.2`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3142-November-20-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.1...v3.14.2) - [#18539](https://togithub.com/emberjs/ember.js/pull/18539) / [#18548](https://togithub.com/emberjs/ember.js/pull/18548) [BUGFIX] Fix issues with the new APIs to be used by ember-inspector for building the "component's tree" including `@glimmer/component`. - [#18549](https://togithub.com/emberjs/ember.js/pull/18549) [BUGFIX] Add component reference to the mouse event handler deprecation warnings. ### [`v3.14.1`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3141-October-30-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.14.0...v3.14.1) - [#18244](https://togithub.com/emberjs/ember.js/pull/18244) [BUGFIX] Fix query param assertion when using the router services `transitionTo` to redirect _during_ an existing transition. ### [`v3.14.0`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3140-October-29-2019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.13.4...v3.14.0) - [#18345](https://togithub.com/emberjs/ember.js/pull/18345) / [#18363](https://togithub.com/emberjs/ember.js/pull/18363) [FEATURE] Implement the [Provide @model named argument to route templates](https://togithub.com/emberjs/rfcs/blob/master/text/0523-model-argument-for-route-templates.md) RFC. - [#18458](https://togithub.com/emberjs/ember.js/pull/18458) [BUGFIX] Using query params helper outside of link-to - [#18429](https://togithub.com/emberjs/ember.js/pull/18429) [BUGFIX] Fix incorrect error message for octane features. - [#18415](https://togithub.com/emberjs/ember.js/pull/18415) [BUGFIX] Fix hbs import path in test blueprint. - [#18387](https://togithub.com/emberjs/ember.js/pull/18387) [BUGFIX] Ensure `updateComponent` is fired consistently - [#18381](https://togithub.com/emberjs/ember.js/pull/18381) Drop Node 6 and 11 support. - [#18410](https://togithub.com/emberjs/ember.js/pull/18410) Use ember-cli-htmlbars for inline precompilation if possible. ### [`v3.13.4`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3134-October-292019) [Compare Source](https://togithub.com/emberjs/ember.js/compare/v3.13.3...v3.13.4) - [#18476](https://togithub.com/emberjs/ember.js/pull/18476) [BUGFIX] Ensure model can be observed by sync observers. - [#18477](https://togithub.com/emberjs/ember.js/pull/18477) [BUGFIX] Allows [@each](https://togithub.com/each) to work with arrays that contain falsy values. - [#18500](https://togithub.com/emberjs/ember.js/pull/18500) [BUGFIX] Remove requirement for disabling jquery-integration in Octane. ### [`v3.13.3`](https://togithub.com/emberjs/ember.js/blob/master/CHANGELOG.md#v3133-October-8-2019) [Compare Source](https://togRenovate configuration
:date: Schedule: "after 3am,before 9am" in timezone America/Los_Angeles.
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.