ember-cli/ember-cli (ember-cli)
### [`v4.12.3`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4123)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.2...v4.12.3)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.2...v4.12.3)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.2...v4.12.3)
##### Changelog
- [#10458](https://redirect.github.com/ember-cli/ember-cli/pull/10458) Use Lodash's `_.template` instead of `lodash.template` package [@gorner](https://redirect.github.com/gorner)
Thank you to all who took the time to contribute!
### [`v4.12.2`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.12.2): Release 4.12.2
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.1...v4.12.2)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.1...v4.12.2)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.1...v4.12.2)
##### Changelog
- [#10314](https://redirect.github.com/ember-cli/ember-cli/pull/10314) \[BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)
Thank you to all who took the time to contribute!
### [`v4.12.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4121)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.0...v4.12.1)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.0...v4.12.1)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.0...v4.12.1)
##### Changelog
- [#10251](https://redirect.github.com/ember-cli/ember-cli/pull/10251) \[BUGFIX release] Remove `stylelint-config-prettier` from `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
Thank you to all who took the time to contribute!
### [`v4.12.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4120)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.11.0...v4.12.0)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.11.0...v4.12.0)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.11.0...v4.12.0)
##### Changelog
- [#10039](https://redirect.github.com/ember-cli/ember-cli/pull/10039) \[CLEANUP] Remove unused test fixtures [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10040](https://redirect.github.com/ember-cli/ember-cli/pull/10040) \[CLEANUP] Remove MU-related debug code [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10091](https://redirect.github.com/ember-cli/ember-cli/pull/10091) \[BUGFIX] Fix looking up the default blueprint for scoped addons [@GendelfLugansk](https://redirect.github.com/GendelfLugansk)
- [#10107](https://redirect.github.com/ember-cli/ember-cli/pull/10107) \[INTERNAL] Remove old `uninstall:npm` command [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10122](https://redirect.github.com/ember-cli/ember-cli/pull/10122) \[ENHANCEMENT] Add Stylelint setup to `app` and `addon` blueprints \[RFC 814] [@bmish](https://redirect.github.com/bmish)
- [#10142](https://redirect.github.com/ember-cli/ember-cli/pull/10142) \[ENHANCEMENT] Update ESLint to v8 in `app` and `addon` blueprints [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10157](https://redirect.github.com/ember-cli/ember-cli/pull/10157) \[ENHANCEMENT] Exclude `ember-cli-terser` when generating apps using the `--embroider` option [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10159](https://redirect.github.com/ember-cli/ember-cli/pull/10159) \[ENHANCEMENT] Exclude `ember-cli-sri` when generating apps using the `--embroider` option [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10161](https://redirect.github.com/ember-cli/ember-cli/pull/10161) \[ENHANCEMENT] Remove NPM version checking [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10166](https://redirect.github.com/ember-cli/ember-cli/pull/10166) \[INTERNAL] Remove unused dependencies [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10169](https://redirect.github.com/ember-cli/ember-cli/pull/10169) \[ENHANCEMENT] Remove `app.import` comment in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10172](https://redirect.github.com/ember-cli/ember-cli/pull/10172) \[PERFORMANCE] Lazy require heavier packages [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10173](https://redirect.github.com/ember-cli/ember-cli/pull/10173) \[ENHANCEMENT] Don't delete the newly-generated app directory when an error occurs [@ef4](https://redirect.github.com/ef4)
- [#10174](https://redirect.github.com/ember-cli/ember-cli/pull/10174) \[INTERNAL] Clean up removal of `bower.json` and `package.json` files in `addon` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10180](https://redirect.github.com/ember-cli/ember-cli/pull/10180) \[ENHANCEMENT] Update `ember-welcome-page` to v7 in `app` blueprint [@ijlee2](https://redirect.github.com/ijlee2)
- [#10188](https://redirect.github.com/ember-cli/ember-cli/pull/10188) \[ENHANCEMENT] Update ESLint parser `ecmaVersion` to `latest` in `app` blueprint [@elwayman02](https://redirect.github.com/elwayman02)
- [#10189](https://redirect.github.com/ember-cli/ember-cli/pull/10189) \[ENHANCEMENT] Add v4.8 LTS to `addon` blueprint - Remove v3.28 LTS and `ember-classic` scenario [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10192](https://redirect.github.com/ember-cli/ember-cli/pull/10192) \[BUGFIX] The `addon` command should throw when no addon name is provided [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10198](https://redirect.github.com/ember-cli/ember-cli/pull/10198) \[INTERNAL] Output TypeScript apps and addons for StackBlitz [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)
Thank you to all who took the time to contribute!
### [`v4.11.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4110)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.10.0...v4.11.0)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.10.0...v4.11.0)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.10.0...v4.11.0)
##### Changelog
- [#10103](https://redirect.github.com/ember-cli/ember-cli/pull/10103) Update `markdown-it-terminal` to v0.4.0 (resolve `markdown-it` vulnerability) [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10109](https://redirect.github.com/ember-cli/ember-cli/pull/10109) \[RFC 811] Add `ember-modifier` dependency to app blueprint [@SergeAstapov](https://redirect.github.com/SergeAstapov)
- [#10110](https://redirect.github.com/ember-cli/ember-cli/pull/10110) \[RFC 812] Add `tracked-built-ins` dependency to app blueprint [@SergeAstapov](https://redirect.github.com/SergeAstapov)
Thank you to all who took the time to contribute!
### [`v4.10.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4100)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.2...v4.10.0)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.2...v4.10.0)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.2...v4.10.0)
##### Changelog
- [#10048](https://redirect.github.com/ember-cli/ember-cli/pull/10048) Make addAddonsToProject support creating a new project with custom target directory [@simonihmig](https://redirect.github.com/simonihmig)
- [#10054](https://redirect.github.com/ember-cli/ember-cli/pull/10054) \[ENHANCEMENT] Conditionally apply ESLint parser options in `app` and `addon` blueprints [@Windvis](https://redirect.github.com/Windvis)
- [#10060](https://redirect.github.com/ember-cli/ember-cli/pull/10060) \[ENHANCEMENT] Replace `eslint-plugin-node` with `eslint-plugin-n` in blueprints [@Windvis](https://redirect.github.com/Windvis)
- [#10062](https://redirect.github.com/ember-cli/ember-cli/pull/10062) \[ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for `.js` and `.ts` files [@Windvis](https://redirect.github.com/Windvis)
- [#10132](https://redirect.github.com/ember-cli/ember-cli/pull/10132) Add [@ember/string](https://redirect.github.com/ember/string) as a dependency of projects [@kategengler](https://redirect.github.com/kategengler)
Thank you to all who took the time to contribute!
### [`v4.9.2`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v492)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.1...v4.9.2)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.1...v4.9.2)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.1...v4.9.2)
##### Changelog
- [#10108](https://redirect.github.com/ember-cli/ember-cli/pull/10108) \[BUGFIX release] Correctly instantiate server watcher [@bertdeblock](https://redirect.github.com/bertdeblock)
### [`v4.9.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v491)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.0...v4.9.1)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.0...v4.9.1)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.0...v4.9.1)
##### Changelog
- [#10101](https://redirect.github.com/ember-cli/ember-cli/pull/10101) \[BUGFIX release] Correctly instantiate `Watcher` instance when running `ember test --serve` [@bertdeblock](https://redirect.github.com/bertdeblock)
Thank you to all who took the time to contribute!
### [`v4.9.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v490)
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.8.1...v4.9.0)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.9.0)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.9.0)
##### Changelog
- [#10015](https://redirect.github.com/ember-cli/ember-cli/pull/10015) Update `glob` to v8 [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10016](https://redirect.github.com/ember-cli/ember-cli/pull/10016) Fix indentation in `.ember-cli` file in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10017](https://redirect.github.com/ember-cli/ember-cli/pull/10017) \[ENHANCEMENT] Disable prototype extensions by default in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10018](https://redirect.github.com/ember-cli/ember-cli/pull/10018) Trap unhandled failures [@ef4](https://redirect.github.com/ef4)
- [#10020](https://redirect.github.com/ember-cli/ember-cli/pull/10020) \[INTERNAL] Fix typos in `serve` command test [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10021](https://redirect.github.com/ember-cli/ember-cli/pull/10021) \[CLEANUP] Drop support for using `usePods: true` and the `--pod` flag simultaneously [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10022](https://redirect.github.com/ember-cli/ember-cli/pull/10022) \[ENHANCEMENT] Use `concurrently` instead of `npm-run-all` in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10024](https://redirect.github.com/ember-cli/ember-cli/pull/10024) \[ENHANCEMENT] Add `ember-source` to `peerDependencies` in `addon` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10025](https://redirect.github.com/ember-cli/ember-cli/pull/10025) \[ENHANCEMENT] Update NPM version constraints [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10026](https://redirect.github.com/ember-cli/ember-cli/pull/10026) \[ENHANCEMENT] Display info message when running the `lint:fix` script post blueprint generation [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10038](https://redirect.github.com/ember-cli/ember-cli/pull/10038) Update `filesize` to v10 [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10041](https://redirect.github.com/ember-cli/ember-cli/pull/10041) \[INTERNAL] Remove end year from copyright notice [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10049](https://redirect.github.com/ember-cli/ember-cli/pull/10049) \[ENHANCEMENT] Remove the `config/environment.js` file from the `addon` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10050](https://redirect.github.com/ember-cli/ember-cli/pull/10050) \[ENHANCEMENT] Remove `vendor` folder from `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10051](https://redirect.github.com/ember-cli/ember-cli/pull/10051) \[ENHANCEMENT] Move `ember-try.js` config file to `tests/dummy/config/ember-try.js` for addons [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#10053](https://redirect.github.com/ember-cli/ember-cli/pull/10053) Add support for node ESM addons [@hjdivad](https://redirect.github.com/hjdivad)
- [#9824](https://redirect.github.com/ember-cli/ember-cli/pull/9824) \[RFC 638] Interactive way to create new Ember apps and addons [@bertdeblock](https://redirect.github.com/bertdeblock)
- [#9972](https://redirect.github.com/ember-cli/ember-cli/pull/9972) \[ENHANCEMENT] Add support for `--typescript` flag to `app` and `addon` blueprints [@simonihmig](https://redirect.github.com/simonihmig)
Thank you to all who took the time to contribute!
### [`v4.8.1`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.8.1): Release 4.8.1
[Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.8.0...v4.8.1)
##### Blueprint Changes
- [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.8.1)
- [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.8.1)
##### Changelog
- [#10313](https://redirect.github.com/ember-cli/ember-cli/pull/10313) \[BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)
Thank you to all who took the time to contribute!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
~4.8.0
->~4.12.0
Release Notes
ember-cli/ember-cli (ember-cli)
### [`v4.12.3`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4123) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.2...v4.12.3) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.2...v4.12.3) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.2...v4.12.3) ##### Changelog - [#10458](https://redirect.github.com/ember-cli/ember-cli/pull/10458) Use Lodash's `_.template` instead of `lodash.template` package [@gorner](https://redirect.github.com/gorner) Thank you to all who took the time to contribute! ### [`v4.12.2`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.12.2): Release 4.12.2 [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.1...v4.12.2) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.1...v4.12.2) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.1...v4.12.2) ##### Changelog - [#10314](https://redirect.github.com/ember-cli/ember-cli/pull/10314) \[BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v4.12.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4121) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.0...v4.12.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.0...v4.12.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.0...v4.12.1) ##### Changelog - [#10251](https://redirect.github.com/ember-cli/ember-cli/pull/10251) \[BUGFIX release] Remove `stylelint-config-prettier` from `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.12.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4120) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.11.0...v4.12.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.11.0...v4.12.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.11.0...v4.12.0) ##### Changelog - [#10039](https://redirect.github.com/ember-cli/ember-cli/pull/10039) \[CLEANUP] Remove unused test fixtures [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10040](https://redirect.github.com/ember-cli/ember-cli/pull/10040) \[CLEANUP] Remove MU-related debug code [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10091](https://redirect.github.com/ember-cli/ember-cli/pull/10091) \[BUGFIX] Fix looking up the default blueprint for scoped addons [@GendelfLugansk](https://redirect.github.com/GendelfLugansk) - [#10107](https://redirect.github.com/ember-cli/ember-cli/pull/10107) \[INTERNAL] Remove old `uninstall:npm` command [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10122](https://redirect.github.com/ember-cli/ember-cli/pull/10122) \[ENHANCEMENT] Add Stylelint setup to `app` and `addon` blueprints \[RFC 814] [@bmish](https://redirect.github.com/bmish) - [#10142](https://redirect.github.com/ember-cli/ember-cli/pull/10142) \[ENHANCEMENT] Update ESLint to v8 in `app` and `addon` blueprints [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10157](https://redirect.github.com/ember-cli/ember-cli/pull/10157) \[ENHANCEMENT] Exclude `ember-cli-terser` when generating apps using the `--embroider` option [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10159](https://redirect.github.com/ember-cli/ember-cli/pull/10159) \[ENHANCEMENT] Exclude `ember-cli-sri` when generating apps using the `--embroider` option [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10161](https://redirect.github.com/ember-cli/ember-cli/pull/10161) \[ENHANCEMENT] Remove NPM version checking [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10166](https://redirect.github.com/ember-cli/ember-cli/pull/10166) \[INTERNAL] Remove unused dependencies [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10169](https://redirect.github.com/ember-cli/ember-cli/pull/10169) \[ENHANCEMENT] Remove `app.import` comment in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10172](https://redirect.github.com/ember-cli/ember-cli/pull/10172) \[PERFORMANCE] Lazy require heavier packages [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10173](https://redirect.github.com/ember-cli/ember-cli/pull/10173) \[ENHANCEMENT] Don't delete the newly-generated app directory when an error occurs [@ef4](https://redirect.github.com/ef4) - [#10174](https://redirect.github.com/ember-cli/ember-cli/pull/10174) \[INTERNAL] Clean up removal of `bower.json` and `package.json` files in `addon` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10180](https://redirect.github.com/ember-cli/ember-cli/pull/10180) \[ENHANCEMENT] Update `ember-welcome-page` to v7 in `app` blueprint [@ijlee2](https://redirect.github.com/ijlee2) - [#10188](https://redirect.github.com/ember-cli/ember-cli/pull/10188) \[ENHANCEMENT] Update ESLint parser `ecmaVersion` to `latest` in `app` blueprint [@elwayman02](https://redirect.github.com/elwayman02) - [#10189](https://redirect.github.com/ember-cli/ember-cli/pull/10189) \[ENHANCEMENT] Add v4.8 LTS to `addon` blueprint - Remove v3.28 LTS and `ember-classic` scenario [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10192](https://redirect.github.com/ember-cli/ember-cli/pull/10192) \[BUGFIX] The `addon` command should throw when no addon name is provided [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10198](https://redirect.github.com/ember-cli/ember-cli/pull/10198) \[INTERNAL] Output TypeScript apps and addons for StackBlitz [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v4.11.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4110) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.10.0...v4.11.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.10.0...v4.11.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.10.0...v4.11.0) ##### Changelog - [#10103](https://redirect.github.com/ember-cli/ember-cli/pull/10103) Update `markdown-it-terminal` to v0.4.0 (resolve `markdown-it` vulnerability) [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10109](https://redirect.github.com/ember-cli/ember-cli/pull/10109) \[RFC 811] Add `ember-modifier` dependency to app blueprint [@SergeAstapov](https://redirect.github.com/SergeAstapov) - [#10110](https://redirect.github.com/ember-cli/ember-cli/pull/10110) \[RFC 812] Add `tracked-built-ins` dependency to app blueprint [@SergeAstapov](https://redirect.github.com/SergeAstapov) Thank you to all who took the time to contribute! ### [`v4.10.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v4100) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.2...v4.10.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.2...v4.10.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.2...v4.10.0) ##### Changelog - [#10048](https://redirect.github.com/ember-cli/ember-cli/pull/10048) Make addAddonsToProject support creating a new project with custom target directory [@simonihmig](https://redirect.github.com/simonihmig) - [#10054](https://redirect.github.com/ember-cli/ember-cli/pull/10054) \[ENHANCEMENT] Conditionally apply ESLint parser options in `app` and `addon` blueprints [@Windvis](https://redirect.github.com/Windvis) - [#10060](https://redirect.github.com/ember-cli/ember-cli/pull/10060) \[ENHANCEMENT] Replace `eslint-plugin-node` with `eslint-plugin-n` in blueprints [@Windvis](https://redirect.github.com/Windvis) - [#10062](https://redirect.github.com/ember-cli/ember-cli/pull/10062) \[ENHANCEMENT] Update Prettier config in blueprints to only use single quotes for `.js` and `.ts` files [@Windvis](https://redirect.github.com/Windvis) - [#10132](https://redirect.github.com/ember-cli/ember-cli/pull/10132) Add [@ember/string](https://redirect.github.com/ember/string) as a dependency of projects [@kategengler](https://redirect.github.com/kategengler) Thank you to all who took the time to contribute! ### [`v4.9.2`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v492) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.1...v4.9.2) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.1...v4.9.2) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.1...v4.9.2) ##### Changelog - [#10108](https://redirect.github.com/ember-cli/ember-cli/pull/10108) \[BUGFIX release] Correctly instantiate server watcher [@bertdeblock](https://redirect.github.com/bertdeblock) ### [`v4.9.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v491) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.9.0...v4.9.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.9.0...v4.9.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.9.0...v4.9.1) ##### Changelog - [#10101](https://redirect.github.com/ember-cli/ember-cli/pull/10101) \[BUGFIX release] Correctly instantiate `Watcher` instance when running `ember test --serve` [@bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v4.9.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v490) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.8.1...v4.9.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.9.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.9.0) ##### Changelog - [#10015](https://redirect.github.com/ember-cli/ember-cli/pull/10015) Update `glob` to v8 [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10016](https://redirect.github.com/ember-cli/ember-cli/pull/10016) Fix indentation in `.ember-cli` file in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10017](https://redirect.github.com/ember-cli/ember-cli/pull/10017) \[ENHANCEMENT] Disable prototype extensions by default in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10018](https://redirect.github.com/ember-cli/ember-cli/pull/10018) Trap unhandled failures [@ef4](https://redirect.github.com/ef4) - [#10020](https://redirect.github.com/ember-cli/ember-cli/pull/10020) \[INTERNAL] Fix typos in `serve` command test [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10021](https://redirect.github.com/ember-cli/ember-cli/pull/10021) \[CLEANUP] Drop support for using `usePods: true` and the `--pod` flag simultaneously [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10022](https://redirect.github.com/ember-cli/ember-cli/pull/10022) \[ENHANCEMENT] Use `concurrently` instead of `npm-run-all` in `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10024](https://redirect.github.com/ember-cli/ember-cli/pull/10024) \[ENHANCEMENT] Add `ember-source` to `peerDependencies` in `addon` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10025](https://redirect.github.com/ember-cli/ember-cli/pull/10025) \[ENHANCEMENT] Update NPM version constraints [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10026](https://redirect.github.com/ember-cli/ember-cli/pull/10026) \[ENHANCEMENT] Display info message when running the `lint:fix` script post blueprint generation [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10038](https://redirect.github.com/ember-cli/ember-cli/pull/10038) Update `filesize` to v10 [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10041](https://redirect.github.com/ember-cli/ember-cli/pull/10041) \[INTERNAL] Remove end year from copyright notice [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10049](https://redirect.github.com/ember-cli/ember-cli/pull/10049) \[ENHANCEMENT] Remove the `config/environment.js` file from the `addon` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10050](https://redirect.github.com/ember-cli/ember-cli/pull/10050) \[ENHANCEMENT] Remove `vendor` folder from `app` blueprint [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10051](https://redirect.github.com/ember-cli/ember-cli/pull/10051) \[ENHANCEMENT] Move `ember-try.js` config file to `tests/dummy/config/ember-try.js` for addons [@bertdeblock](https://redirect.github.com/bertdeblock) - [#10053](https://redirect.github.com/ember-cli/ember-cli/pull/10053) Add support for node ESM addons [@hjdivad](https://redirect.github.com/hjdivad) - [#9824](https://redirect.github.com/ember-cli/ember-cli/pull/9824) \[RFC 638] Interactive way to create new Ember apps and addons [@bertdeblock](https://redirect.github.com/bertdeblock) - [#9972](https://redirect.github.com/ember-cli/ember-cli/pull/9972) \[ENHANCEMENT] Add support for `--typescript` flag to `app` and `addon` blueprints [@simonihmig](https://redirect.github.com/simonihmig) Thank you to all who took the time to contribute! ### [`v4.8.1`](https://redirect.github.com/ember-cli/ember-cli/releases/tag/v4.8.1): Release 4.8.1 [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.8.0...v4.8.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.8.0...v4.8.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.8.0...v4.8.1) ##### Changelog - [#10313](https://redirect.github.com/ember-cli/ember-cli/pull/10313) \[BUGFIX] Do not try to wire up Testem unless a test framework is dete… [@NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute!Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.