NullVoxPopuli / ember-deep-tracked

Deep auto-tracking for when you just don't care, and want things to work (at the cost of performance in some situtations)
MIT License
30 stars 5 forks source link

Update devDependencies (major) #358

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/test-helpers ^2.9.4 -> ^4.0.0 age adoption passing confidence
concurrently ^8.2.2 -> ^9.0.0 age adoption passing confidence
ember-cached-decorator-polyfill ^0.1.4 -> ^1.0.0 age adoption passing confidence
ember-cli (source) ~4.6.0 -> ~5.12.0 age adoption passing confidence
ember-cli-app-version ^5.0.0 -> ^7.0.0 age adoption passing confidence
ember-load-initializers ^2.1.2 -> ^3.0.0 age adoption passing confidence
ember-qunit ^5.1.5 -> ^8.0.0 age adoption passing confidence
ember-resolver ^12.0.1 -> ^13.0.0 age adoption passing confidence
ember-resolver ^8.0.3 -> ^13.0.0 age adoption passing confidence
ember-source (source) ~4.12.0 -> ~5.12.0 age adoption passing confidence
ember-source (source) ~3.28.0 -> ~5.12.0 age adoption passing confidence
eslint (source) ^8.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

emberjs/ember-test-helpers (@​ember/test-helpers) ### [`v3.3.0`](https://redirect.github.com/emberjs/ember-test-helpers/blob/HEAD/CHANGELOG.md#v330-2024-02-12) [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.2.1...v3.3.0) ##### :rocket: Enhancement - [#​1446](https://redirect.github.com/emberjs/ember-test-helpers/pull/1446) Support passing IDOMElementDescriptors as targets ([@​bendemboski](https://redirect.github.com/bendemboski)) ##### Committers: 1 - Ben Demboski ([@​bendemboski](https://redirect.github.com/bendemboski)) ### [`v3.2.1`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.2.1): Release 3.2.1 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.2.0...v3.2.1) ##### :bug: Bug Fix - [#​1445](https://redirect.github.com/emberjs/ember-test-helpers/pull/1445) Fix ember-canary error/deprecation ([@​chancancode](https://redirect.github.com/chancancode)) ##### Committers: 1 - Godfrey Chan ([@​chancancode](https://redirect.github.com/chancancode)) ### [`v3.2.0`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.2.0): Release 3.2.0 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.1.0...v3.2.0) ##### :rocket: Enhancement - [#​1389](https://redirect.github.com/emberjs/ember-test-helpers/pull/1389) Support `@types`, preview types, and stable types for Ember.js ([@​gitKrystan](https://redirect.github.com/gitKrystan)) ##### Committers: 1 - Krystan HuffMenne ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - Chris Krycho ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ### [`v3.1.0`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.1.0): Release 3.1.0 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.0.3...v3.1.0) ##### :rocket: Enhancement - [#​1411](https://redirect.github.com/emberjs/ember-test-helpers/pull/1411) adds new workflow file to provide release branches ([@​MelSumner](https://redirect.github.com/MelSumner)) - [#​1416](https://redirect.github.com/emberjs/ember-test-helpers/pull/1416) Add support for TS 5.0 and 5.1 ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### :bug: Bug Fix - [#​1417](https://redirect.github.com/emberjs/ember-test-helpers/pull/1417) bugfix: handle `null` and `undefined` in `setProperties` ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### :memo: Documentation - [#​1419](https://redirect.github.com/emberjs/ember-test-helpers/pull/1419) Update TS version support in README.md ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### :house: Internal - [#​1411](https://redirect.github.com/emberjs/ember-test-helpers/pull/1411) adds new workflow file to provide release branches ([@​MelSumner](https://redirect.github.com/MelSumner)) ##### Committers: 2 - Chris Krycho ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - Melanie Sumner ([@​MelSumner](https://redirect.github.com/MelSumner)) ### [`v3.0.3`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.0.3): Release 3.0.3 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.0.2...v3.0.3) ##### :bug: Bug Fix - [#​1410](https://redirect.github.com/emberjs/ember-test-helpers/pull/1410) Updates that address missing files in published package ([@​MelSumner](https://redirect.github.com/MelSumner)) - [#​1404](https://redirect.github.com/emberjs/ember-test-helpers/pull/1404) Fix `isComponent` types ([@​gitKrystan](https://redirect.github.com/gitKrystan)) ##### :house: Internal - [#​1413](https://redirect.github.com/emberjs/ember-test-helpers/pull/1413) Update addon/.gitignore ([@​MelSumner](https://redirect.github.com/MelSumner)) - [#​1406](https://redirect.github.com/emberjs/ember-test-helpers/pull/1406) fix embroider tests ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1408](https://redirect.github.com/emberjs/ember-test-helpers/pull/1408) Fix npm pack to include js files ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1405](https://redirect.github.com/emberjs/ember-test-helpers/pull/1405) Add Ember 5.0 to support matrix (Closes [#​1403](https://redirect.github.com/emberjs/ember-test-helpers/issues/1403)) ([@​gitKrystan](https://redirect.github.com/gitKrystan)) ##### Committers: 3 - Krystan HuffMenne ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - Melanie Sumner ([@​MelSumner](https://redirect.github.com/MelSumner)) - [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v3.0.2`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.0.2): Release 3.0.2 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.0.1...v3.0.2) ##### :bug: Bug Fix - [#​1401](https://redirect.github.com/emberjs/ember-test-helpers/pull/1401) fixing the release by tweaking the config ([@​MelSumner](https://redirect.github.com/MelSumner)) ##### Committers: 1 - Melanie Sumner ([@​MelSumner](https://redirect.github.com/MelSumner)) ### [`v3.0.1`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.0.1): Release 3.0.1 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v3.0.0...v3.0.1) This is a patch release that tries to fix release v3.0.0, which was missing some items due to undocumented pre-publish steps. ### [`v3.0.0`](https://redirect.github.com/emberjs/ember-test-helpers/releases/tag/v3.0.0): Release 3.0.0 [Compare Source](https://redirect.github.com/emberjs/ember-test-helpers/compare/v2.9.4...v3.0.0) ##### :boom: Breaking Change - [#​1379](https://redirect.github.com/emberjs/ember-test-helpers/pull/1379) remove has-ember-version ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1384](https://redirect.github.com/emberjs/ember-test-helpers/pull/1384) Remove extraneous event-dispatcher wiring and a amd/require ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1299](https://redirect.github.com/emberjs/ember-test-helpers/pull/1299) Remove IE11 support code ([@​rwjblue](https://redirect.github.com/rwjblue)) - [#​1167](https://redirect.github.com/emberjs/ember-test-helpers/pull/1167) Remove ember-test-helpers.setup-rendering-context.render && clearRender deprecation ([@​snewcomer](https://redirect.github.com/snewcomer)) - [#​1293](https://redirect.github.com/emberjs/ember-test-helpers/pull/1293) Drop support for Ember 3.x ([@​rwjblue](https://redirect.github.com/rwjblue)) - [#​1295](https://redirect.github.com/emberjs/ember-test-helpers/pull/1295) Drop support for IE11 (require native Promise) ([@​rwjblue](https://redirect.github.com/rwjblue)) - [#​1292](https://redirect.github.com/emberjs/ember-test-helpers/pull/1292) Make ember-auto-import@2 a dependency ([@​SergeAstapov](https://redirect.github.com/SergeAstapov)) - [#​1291](https://redirect.github.com/emberjs/ember-test-helpers/pull/1291) Remove deprecations targeting v3.0.0 ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - [#​1271](https://redirect.github.com/emberjs/ember-test-helpers/pull/1271) Upgrade ember v3.27.0...v4.9.2 (in development) ([@​gitKrystan](https://redirect.github.com/gitKrystan)) ##### :rocket: Enhancement - [#​1344](https://redirect.github.com/emberjs/ember-test-helpers/pull/1344) Expose registerHook and runHooks as official public APIs ([@​drewlee](https://redirect.github.com/drewlee)) - [#​1319](https://redirect.github.com/emberjs/ember-test-helpers/pull/1319) Expose options types for setupContext and teardownContext ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1297](https://redirect.github.com/emberjs/ember-test-helpers/pull/1297) Add support for TS 4.8 and 4.9 ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - [#​1272](https://redirect.github.com/emberjs/ember-test-helpers/pull/1272) Use ember preview types ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1271](https://redirect.github.com/emberjs/ember-test-helpers/pull/1271) Upgrade ember v3.27.0...v4.9.2 (in development) ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1269](https://redirect.github.com/emberjs/ember-test-helpers/pull/1269) Re-export hasEmberVersion (and its type) from [@​ember/test-helpers](https://redirect.github.com/ember/test-helpers) ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1278](https://redirect.github.com/emberjs/ember-test-helpers/pull/1278) perf: Remove excessive destroy call ([@​runspired](https://redirect.github.com/runspired)) - [#​1234](https://redirect.github.com/emberjs/ember-test-helpers/pull/1234) Introduce public TypeScript support ([@​chriskrycho](https://redirect.github.com/chriskrycho)) ##### :bug: Bug Fix - [#​1387](https://redirect.github.com/emberjs/ember-test-helpers/pull/1387) Pass owner instead of registry to ember-data's setupContainer ([@​anehx](https://redirect.github.com/anehx)) - [#​1320](https://redirect.github.com/emberjs/ember-test-helpers/pull/1320) Don't swallow deprecations and warnings when there is no test context ([@​kategengler](https://redirect.github.com/kategengler)) - [#​1304](https://redirect.github.com/emberjs/ember-test-helpers/pull/1304) Avoid unnecessary dependencies on `@glimmer` types ([@​dfreeman](https://redirect.github.com/dfreeman)) - [#​1301](https://redirect.github.com/emberjs/ember-test-helpers/pull/1301) Remove the index signature from `TestContext` ([@​dfreeman](https://redirect.github.com/dfreeman)) - [#​1287](https://redirect.github.com/emberjs/ember-test-helpers/pull/1287) Port some conveniences from @​types/ember\_\_test-helpers package ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1285](https://redirect.github.com/emberjs/ember-test-helpers/pull/1285) Export type for Target ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1286](https://redirect.github.com/emberjs/ember-test-helpers/pull/1286) Upgrade expect-type; fix issues it reveals; add RenderingTestContext ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1288](https://redirect.github.com/emberjs/ember-test-helpers/pull/1288) Correctly handle special char keyCodes with Shift ([@​CvX](https://redirect.github.com/CvX)) - [#​1284](https://redirect.github.com/emberjs/ember-test-helpers/pull/1284) Ensure types reflect optional-ness of tab options ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1283](https://redirect.github.com/emberjs/ember-test-helpers/pull/1283) Fix types versions ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1277](https://redirect.github.com/emberjs/ember-test-helpers/pull/1277) Actually publish .d.ts ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1270](https://redirect.github.com/emberjs/ember-test-helpers/pull/1270) Fix typesVersions path ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - [#​1233](https://redirect.github.com/emberjs/ember-test-helpers/pull/1233) Add more keyCode mappings ([@​CvX](https://redirect.github.com/CvX)) ##### :memo: Documentation - [#​1340](https://redirect.github.com/emberjs/ember-test-helpers/pull/1340) doc: fix various typos in the repo ([@​camerondubas](https://redirect.github.com/camerondubas)) - [#​1318](https://redirect.github.com/emberjs/ember-test-helpers/pull/1318) \[DOC] Swap `find` and `findAll` examples ([@​geneukum](https://redirect.github.com/geneukum)) - [#​1289](https://redirect.github.com/emberjs/ember-test-helpers/pull/1289) Add docs for routing and render helper examples ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - [#​1255](https://redirect.github.com/emberjs/ember-test-helpers/pull/1255) DOC: API: add DOM query helper examples ([@​geneukum](https://redirect.github.com/geneukum)) - [#​1259](https://redirect.github.com/emberjs/ember-test-helpers/pull/1259) DOCS: API: publish docs for tab ([@​geneukum](https://redirect.github.com/geneukum)) ##### :house: Internal - [#​1382](https://redirect.github.com/emberjs/ember-test-helpers/pull/1382) Remove code for pre-ember-v4 ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1396](https://redirect.github.com/emberjs/ember-test-helpers/pull/1396) Update .npmignore ([@​MelSumner](https://redirect.github.com/MelSumner)) - [#​1378](https://redirect.github.com/emberjs/ember-test-helpers/pull/1378) ensureSafeComponent is not needed on Ember > 3.25 ([@​ef4](https://redirect.github.com/ef4)) - [#​1380](https://redirect.github.com/emberjs/ember-test-helpers/pull/1380) Use sibling import for logging so that these files are rollup compatible ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1361](https://redirect.github.com/emberjs/ember-test-helpers/pull/1361) Sync with the v2.x branch ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1360](https://redirect.github.com/emberjs/ember-test-helpers/pull/1360) Get ember-canary passing ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1356](https://redirect.github.com/emberjs/ember-test-helpers/pull/1356) Convert to single-workspace monorepo ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1324](https://redirect.github.com/emberjs/ember-test-helpers/pull/1324) Use node 16 for development instead of node 14 ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) - [#​1299](https://redirect.github.com/emberjs/ember-test-helpers/pull/1299) Remove IE11 support code ([@​rwjblue](https://redirect.github.com/rwjblue)) - [#​1294](https://redirect.github.com/emberjs/ember-test-helpers/pull/1294) Update volta-cli/action to v4 ([@​rwjblue](https://redirect.github.com/rwjblue)) ##### Committers: 16 - Andrew A Lee ([@​drewlee](https://redirect.github.com/drewlee)) - Cameron Dubas ([@​camerondubas](https://redirect.github.com/camerondubas)) - Chris Krycho ([@​chriskrycho](https://redirect.github.com/chriskrycho)) - Chris Thoburn ([@​runspired](https://redirect.github.com/runspired)) - Dan Freeman ([@​dfreeman](https://redirect.github.com/dfreeman)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4)) - Geordan Neukum ([@​geneukum](https://redirect.github.com/geneukum)) - Jarek Radosz ([@​CvX](https://redirect.github.com/CvX)) - Jonas Metzener ([@​anehx](https://redirect.github.com/anehx)) - Katie Gengler ([@​kategengler](https://redirect.github.com/kategengler)) - Krystan HuffMenne ([@​gitKrystan](https://redirect.github.com/gitKrystan)) - Melanie Sumner ([@​MelSumner](https://redirect.github.com/MelSumner)) - Robert Jackson ([@​rwjblue](https://redirect.github.com/rwjblue)) - Scott Newcomer ([@​snewcomer](https://redirect.github.com/snewcomer)) - Sergey Astapov ([@​SergeAstapov](https://redirect.github.com/SergeAstapov)) - [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)
open-cli-tools/concurrently (concurrently) ### [`v9.0.1`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v9.0.1) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1) #### What's Changed - Don't set up more than 1 abort signal listener by [@​gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/503](https://redirect.github.com/open-cli-tools/concurrently/pull/503) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1 ### [`v9.0.0`](https://redirect.github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v8.2.2...v9.0.0)
ember-polyfills/ember-cached-decorator-polyfill (ember-cached-decorator-polyfill) ### [`v1.0.2`](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/blob/HEAD/CHANGELOG.md#v102-2023-07-26) [Compare Source](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/compare/v1.0.1...v1.0.2) ##### :bug: Bug Fix - [#​213](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/213) Add ember-source v5 to peers list ([@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli)) ##### Committers: 1 - [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) ### [`v1.0.1`](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/blob/HEAD/CHANGELOG.md#v101-2022-10-06) [Compare Source](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/compare/v1.0.0...v1.0.1) ##### :bug: Bug Fix - [#​80](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/194) Fix npm publishing ([@​ef4](https://redirect.github.com/ef4)) ### [`v1.0.0`](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/blob/HEAD/CHANGELOG.md#v100-2022-10-06) [Compare Source](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/compare/v0.1.4...v1.0.0) ##### :boom: Breaking Change - [#​177](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/177) Updating to blueprint for ember 4.7 ([@​ef4](https://redirect.github.com/ef4)). Oldest supported Node is now 14, oldest supported Ember is still 3.13. ##### :rocket: Enhancement - [#​184](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/184) Macro-based ember version check ([@​ef4](https://redirect.github.com/ef4)) - [#​144](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/144) Simplify TS setup to avoid needing custom `paths` ([@​dfreeman](https://redirect.github.com/dfreeman)) ##### :house: Internal - [#​181](https://redirect.github.com/ember-polyfills/ember-cached-decorator-polyfill/pull/181) convert babel plugin to typescript ([@​ef4](https://redirect.github.com/ef4)) ##### Committers: 2 - Dan Freeman ([@​dfreeman](https://redirect.github.com/dfreeman)) - Edward Faulkner ([@​ef4](https://redirect.github.com/ef4))
ember-cli/ember-cli (ember-cli) ### [`v5.12.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v5120) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.11.0...v5.12.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.11.0...v5.12.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.11.0...v5.12.0) ##### Changelog - [#​10483](https://redirect.github.com/ember-cli/ember-cli/pull/10483) Bump @​embroider/\* dependencies [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10486](https://redirect.github.com/ember-cli/ember-cli/pull/10486) Bump ember-template-lint [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10481](https://redirect.github.com/ember-cli/ember-cli/pull/10481) Bump ember-cli-app-version [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10485](https://redirect.github.com/ember-cli/ember-cli/pull/10485) Bump eslint-plugin-ember [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10484](https://redirect.github.com/ember-cli/ember-cli/pull/10484) Bump ember-resolver [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10479](https://redirect.github.com/ember-cli/ember-cli/pull/10479) Bump [@​typescript-eslint](https://redirect.github.com/typescript-eslint) dependencies to latest [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10482](https://redirect.github.com/ember-cli/ember-cli/pull/10482) Bump qunit-dom [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10480](https://redirect.github.com/ember-cli/ember-cli/pull/10480) Bump [@​ember/string](https://redirect.github.com/ember/string) [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10499](https://redirect.github.com/ember-cli/ember-cli/pull/10499) \[ENHANCEMENT] Update `testem` [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.11.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v5110) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.10.0...v5.11.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.10.0...v5.11.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.10.0...v5.11.0) ##### Changelog - [#​10474](https://redirect.github.com/ember-cli/ember-cli/pull/10474) Improve dx when WelcomePage is present [@​ef4](https://redirect.github.com/ef4) - [#​10475](https://redirect.github.com/ember-cli/ember-cli/pull/10475) Document WRITE_FIXTURES [@​kategengler](https://redirect.github.com/kategengler) - [#​10476](https://redirect.github.com/ember-cli/ember-cli/pull/10476) Bump content-tag to v2 [@​SergeAstapov](https://redirect.github.com/SergeAstapov) Thank you to all who took the time to contribute! ### [`v5.10.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v5100) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.9.0...v5.10.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.9.0...v5.10.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.9.0...v5.10.0) ##### Changelog - [#​10464](https://redirect.github.com/ember-cli/ember-cli/pull/10464) Specified the locale in setupIntl() [@​ijlee2](https://redirect.github.com/ijlee2) Thank you to all who took the time to contribute! ### [`v5.9.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v590) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.8.1...v5.9.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.8.1...v5.9.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.8.1...v5.9.0) ##### Changelog - [#​10446](https://redirect.github.com/ember-cli/ember-cli/pull/10446) \[ENHANCEMENT] Format markdown files in blueprints with Prettier [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10450](https://redirect.github.com/ember-cli/ember-cli/pull/10450) \[ENHANCEMENT] Remove warning when encountering a `.js` file when generating a TS blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10452](https://redirect.github.com/ember-cli/ember-cli/pull/10452) \[BUGFIX] Make sure to use the correct package manager in concurrently scripts [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.8.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v581) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.8.0...v5.8.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.8.0...v5.8.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.8.0...v5.8.1) ##### 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! ### [`v5.8.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v580) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.7.0...v5.8.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.7.0...v5.8.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.7.0...v5.8.0) ##### Changelog - [#​10418](https://redirect.github.com/ember-cli/ember-cli/pull/10418) \[ENHANCEMENT] Use `content-tag` to parse GTS in blueprints [@​IgnaceMaes](https://redirect.github.com/IgnaceMaes) - [#​10432](https://redirect.github.com/ember-cli/ember-cli/pull/10432) Filter out tsconfig.declarations.json correctly [@​bendemboski](https://redirect.github.com/bendemboski) - [#​10436](https://redirect.github.com/ember-cli/ember-cli/pull/10436) stop using wyvox/action-setup-pnpm [@​mansona](https://redirect.github.com/mansona) - [#​10437](https://redirect.github.com/ember-cli/ember-cli/pull/10437) \[ENHANCEMENT] Update LTS scenarios in `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10438](https://redirect.github.com/ember-cli/ember-cli/pull/10438) \[ENHANCEMENT] Add `declarations` folder to `.eslintignore` file in `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10439](https://redirect.github.com/ember-cli/ember-cli/pull/10439) \[ENHANCEMENT] Add tsconfig files to `.npmignore` file in `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.7.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v570) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.6.0...v5.7.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.6.0...v5.7.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.6.0...v5.7.0) ##### Changelog - [#​10440](https://redirect.github.com/ember-cli/ember-cli/pull/10440) Update optional-features.json [@​achambers](https://redirect.github.com/achambers) - [#​10445](https://redirect.github.com/ember-cli/ember-cli/pull/10445) Unpin Node 18 for ci [@​kategengler](https://redirect.github.com/kategengler) - [#​10425](https://redirect.github.com/ember-cli/ember-cli/pull/10425) fix GitHub Action floating deps scenario for PNPM [@​jelhan](https://redirect.github.com/jelhan) Thank you to all who took the time to contribute! ### [`v5.6.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v560) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.5.0...v5.6.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.5.0...v5.6.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.5.0...v5.6.0) ##### Changelog - [#​10394](https://redirect.github.com/ember-cli/ember-cli/pull/10394) \[ENHANCEMENT] automatically select a port by default with `ember serve` [@​sportshead](https://redirect.github.com/sportshead) - [#​10404](https://redirect.github.com/ember-cli/ember-cli/pull/10404) Add a workflow to deploy api docs to ember-learn/ember-cli.github.io [@​kategengler](https://redirect.github.com/kategengler) - [#​10405](https://redirect.github.com/ember-cli/ember-cli/pull/10405) Update to deploy to the master branch and also correct a comment [@​kategengler](https://redirect.github.com/kategengler) Thank you to all who took the time to contribute! ### [`v5.5.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v550) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.4.2...v5.5.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.4.1...v5.5.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.4.1...v5.5.0) ##### Changelog - [#​10332](https://redirect.github.com/ember-cli/ember-cli/pull/10332) \[ENHANCEMENT] Support converting gts files in blueprint [@​IgnaceMaes](https://redirect.github.com/IgnaceMaes) - [#​10350](https://redirect.github.com/ember-cli/ember-cli/pull/10350) \[ENHANCEMENT] Deprecate Travis CI support [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10370](https://redirect.github.com/ember-cli/ember-cli/pull/10370) When generating a new app with --embroider use all optimisation flags [@​mansona](https://redirect.github.com/mansona) - [#​10393](https://redirect.github.com/ember-cli/ember-cli/pull/10393) \[ENHANCEMENT] feat: add skip-install alias to skip-npm [@​IgnaceMaes](https://redirect.github.com/IgnaceMaes) - [#​10403](https://redirect.github.com/ember-cli/ember-cli/pull/10403) Fix some docs that were showing up weirdly in generated api docs [@​kategengler](https://redirect.github.com/kategengler) - [#​9514](https://redirect.github.com/ember-cli/ember-cli/pull/9514) \[ENHANCEMENT] Use packager commands in `CONTRIBUTING.md` and `README.md` files in `app` and `addon` blueprints [@​elwayman02](https://redirect.github.com/elwayman02) Thank you to all who took the time to contribute! ### [`v5.4.2`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v542) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.4.1...v5.4.2) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.4.1...v5.4.2) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.4.1...v5.4.2) ##### 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! ### [`v5.4.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v541) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.4.0...v5.4.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.4.0...v5.4.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.4.0...v5.4.1) ##### Changelog - [#​10402](https://redirect.github.com/ember-cli/ember-cli/pull/10402) \[BUGFIX release] use import type in helpers/index.ts :: typechecking in new apps otherwise fails [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v5.4.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v540) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.3.0...v5.4.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.3.0...v5.4.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.3.0...v5.4.0) ##### Changelog - [#​10388](https://redirect.github.com/ember-cli/ember-cli/pull/10388) \[CLEANUP] Drop support for Node v16 [@​Shishouille](https://redirect.github.com/Shishouille) - [#​10345](https://redirect.github.com/ember-cli/ember-cli/pull/10345) \[BUGFIX beta] App blueprint may not have explicit-any in ember-data types [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10351](https://redirect.github.com/ember-cli/ember-cli/pull/10351) \[ENHANCEMENT] Remove `ember-lts-4.4` scenario from `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10352](https://redirect.github.com/ember-cli/ember-cli/pull/10352) \[ENHANCEMENT] Add official support for Node.js v20 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10353](https://redirect.github.com/ember-cli/ember-cli/pull/10353) \[ENHANCEMENT] Remove all telemetry [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10354](https://redirect.github.com/ember-cli/ember-cli/pull/10354) \[INTERNAL] Remove `@babel/core` as a dependency [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10368](https://redirect.github.com/ember-cli/ember-cli/pull/10368) \[ENHANCEMENT] Streamline package-manager CLI options [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.3.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v530) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.2.1...v5.3.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.2.0...v5.3.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.2.0...v5.3.0) ##### Changelog - [#​10346](https://redirect.github.com/ember-cli/ember-cli/pull/10346) \[BUGFIX release] App blueprint may not have explicit-any in ember-data types [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10349](https://redirect.github.com/ember-cli/ember-cli/pull/10349) \[BUGFIX release] Add `@babel/core` to `app` and `addon` blueprints [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10162](https://redirect.github.com/ember-cli/ember-cli/pull/10162) \[ENHANCEMENT] Deprecate `outputPaths` build option [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10187](https://redirect.github.com/ember-cli/ember-cli/pull/10187) \[ENHANCEMENT] Remove Node version checking [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10249](https://redirect.github.com/ember-cli/ember-cli/pull/10249) Serve app on root url without trailing slash [@​mmun](https://redirect.github.com/mmun) - [#​10311](https://redirect.github.com/ember-cli/ember-cli/pull/10311) \[ENHANCEMENT] Add v4.12 LTS scenario to `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10316](https://redirect.github.com/ember-cli/ember-cli/pull/10316) \[BUGFIX] Remove `auto` as a possible value for `locationType` in `config` declaration [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10319](https://redirect.github.com/ember-cli/ember-cli/pull/10319) Use pnpm-action from org [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10331](https://redirect.github.com/ember-cli/ember-cli/pull/10331) \[ENHANCEMENT] Exclude `@ember/string` from `addon` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10335](https://redirect.github.com/ember-cli/ember-cli/pull/10335) Update ci.yml to trigger on merge queue [@​locks](https://redirect.github.com/locks) - [#​10337](https://redirect.github.com/ember-cli/ember-cli/pull/10337) remove EMBER_CLI_PNPM [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10338](https://redirect.github.com/ember-cli/ember-cli/pull/10338) \[INTERNAL] Remove `PNPM` experiment from CI matrix [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10341](https://redirect.github.com/ember-cli/ember-cli/pull/10341) \[ENHANCEMENT] Remove reference to `ember-mocha` in `app` blueprint [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​8578](https://redirect.github.com/ember-cli/ember-cli/pull/8578) By default make ember test to pick ports automatically [@​SparshithNR](https://redirect.github.com/SparshithNR) Thank you to all who took the time to contribute! ### [`v5.2.1`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v521) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.2.0...v5.2.1) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.2.0...v5.2.1) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.2.0...v5.2.1) ##### Changelog - [#​10346](https://redirect.github.com/ember-cli/ember-cli/pull/10346) \[BUGFIX release] App blueprint may not have explicit-any in ember-data types [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10349](https://redirect.github.com/ember-cli/ember-cli/pull/10349) \[BUGFIX release] Add `@babel/core` to `app` and `addon` blueprints [@​bertdeblock](https://redirect.github.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v5.2.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v520) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.1.0...v5.2.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.1.0...v5.2.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.1.0...v5.2.0) ##### Changelog - [#​10283](https://redirect.github.com/ember-cli/ember-cli/pull/10283) Refactor `--typescript` support in blueprints [@​simonihmig](https://redirect.github.com/simonihmig) Thank you to all who took the time to contribute! ### [`v5.1.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v510) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v5.0.0...v5.1.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v5.0.0...v5.1.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v5.0.0...v5.1.0) ##### Changelog - [#​10300](https://redirect.github.com/ember-cli/ember-cli/pull/10300) \[BUGFIX] Do not try to wire up Testem unless a test framework is detected [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10256](https://redirect.github.com/ember-cli/ember-cli/pull/10256) \[ENHANCEMENT] Align `hbs` templates generated by `app` blueprint with Prettier defaults [@​jelhan](https://redirect.github.com/jelhan) - [#​10276](https://redirect.github.com/ember-cli/ember-cli/pull/10276) \[BUGFIX] Widen peer dependency range for ember-source [@​jrjohnson](https://redirect.github.com/jrjohnson) - [#​10279](https://redirect.github.com/ember-cli/ember-cli/pull/10279) Updated ember-welcome-page to v7.0.2 [@​ijlee2](https://redirect.github.com/ijlee2) - [#​10287](https://redirect.github.com/ember-cli/ember-cli/pull/10287) Implementation of RFC 907 - pnpm support [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`v5.0.0`](https://redirect.github.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v500) [Compare Source](https://redirect.github.com/ember-cli/ember-cli/compare/v4.12.3...v5.0.0) ##### Blueprint Changes - [`ember new` diff](https://redirect.github.com/ember-cli/ember-new-output/compare/v4.12.1...v5.0.0) - [`ember addon` diff](https://redirect.github.com/ember-cli/ember-addon-output/compare/v4.12.1...v5.0.0) ##### Changelog - [#​10244](https://redirect.github.com/ember-cli/ember-cli/pull/10244) Update ember-cli-preprocess-registry and add ember-cli-clean-css to the blueprints [@​kategengler](https://redirect.github.com/kategengler) - [#​10276](https://redirect.github.com/ember-cli/ember-cli/pull/10276) Widen peer dependency range for ember-source [@​jrjohnson](https://redirect.github.com/jrjohnson) - [#​10019](https://redirect.github.com/ember-cli/ember-cli/pull/10019) \[CLEANUP] Drop support for the `baseURL` environment option [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10106](https://redirect.github.com/ember-cli/ember-cli/pull/10106) \[CLEANUP] Remove deprecated `PACKAGER` experiment [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10175](https://redirect.github.com/ember-cli/ember-cli/pull/10175) \[CLEANUP] Clean up `blacklist-whitelist-build-options` deprecation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10176](https://redirect.github.com/ember-cli/ember-cli/pull/10176) \[CLEANUP] Clean up `vendor-shim-blueprint` deprecation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10177](https://redirect.github.com/ember-cli/ember-cli/pull/10177) \[CLEANUP] Clean up `ember-cli-jshint-support` deprecation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10178](https://redirect.github.com/ember-cli/ember-cli/pull/10178) \[CLEANUP] Remove all Bower entries from ignore files in `app` and `addon` blueprints [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10182](https://redirect.github.com/ember-cli/ember-cli/pull/10182) \[CLEANUP] Clean up `project.bower-dependencies` deprecation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10183](https://redirect.github.com/ember-cli/ember-cli/pull/10183) \[CLEANUP] Clean up `project.bower-directory` deprecation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10184](https://redirect.github.com/ember-cli/ember-cli/pull/10184) \[CLEANUP] Clean up `blueprint.add-bower-package-to-project` and `blueprint.add-bower-packages-to-project` deprecations [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10185](https://redirect.github.com/ember-cli/ember-cli/pull/10185) \[CLEANUP] Drop support for the `EMBER_CLI_ERROR_ON_INVALID_ADDON` env flag [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10186](https://redirect.github.com/ember-cli/ember-cli/pull/10186) \[CLEANUP] Drop support for installing Bower packages [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10193](https://redirect.github.com/ember-cli/ember-cli/pull/10193) \[CLEANUP] Drop support for `ember-cli-babel` v5 and v6 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10194](https://redirect.github.com/ember-cli/ember-cli/pull/10194) \[CLEANUP] Drop support for `ember-cli-shims` [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10195](https://redirect.github.com/ember-cli/ember-cli/pull/10195) \[CLEANUP] Remove automatic inclusion of jQuery in legacy Ember versions [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10196](https://redirect.github.com/ember-cli/ember-cli/pull/10196) \[INTERNAL] Remove unused private `_legacyAddonCompile` method on `EmberApp` class [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10197](https://redirect.github.com/ember-cli/ember-cli/pull/10197) \[CLEANUP] Remove default `minifyJS` options [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10211](https://redirect.github.com/ember-cli/ember-cli/pull/10211) Automate output repos [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) - [#​10217](https://redirect.github.com/ember-cli/ember-cli/pull/10217) \[CLEANUP] Remove `ember-resolver` fallback [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10218](https://redirect.github.com/ember-cli/ember-cli/pull/10218) \[CLEANUP] Drop support for including `handlebars.js` via Bower [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10219](https://redirect.github.com/ember-cli/ember-cli/pull/10219) \[CLEANUP] Drop support for npm versions below v5.7.1 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10220](https://redirect.github.com/ember-cli/ember-cli/pull/10220) \[CLEANUP] Drop support for including Ember builds via Bower [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10221](https://redirect.github.com/ember-cli/ember-cli/pull/10221) \[CLEANUP] Clean up `building-bower-packages` deprecation [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10222](https://redirect.github.com/ember-cli/ember-cli/pull/10222) \[CLEANUP] Drop support for Node v14 [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10223](https://redirect.github.com/ember-cli/ember-cli/pull/10223) \[CLEANUP] Drop support for finding addons by their `index.js` name [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10224](https://redirect.github.com/ember-cli/ember-cli/pull/10224) \[CLEANUP] Drop support for checking if Bower components are installed [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10225](https://redirect.github.com/ember-cli/ember-cli/pull/10225) \[CLEANUP] Drop support for the `EMBER_CLI_IGNORE_ADDON_NAME_MISMATCH` env flag [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10226](https://redirect.github.com/ember-cli/ember-cli/pull/10226) \[INTERNAL] Remove all remaining Bower references [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10227](https://redirect.github.com/ember-cli/ember-cli/pull/10227) \[INTERNAL] Remove JSHint reference [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10229](https://redirect.github.com/ember-cli/ember-cli/pull/10229) Update blueprint ignore files [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10231](https://redirect.github.com/ember-cli/ember-cli/pull/10231) \[INTERNAL] Remove npm version check in `ember new` test [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10232](https://redirect.github.com/ember-cli/ember-cli/pull/10232) \[CLEANUP] Remove Babel fallback for addons [@​bertdeblock](https://redirect.github.com/bertdeblock) - [#​10245](https://redirect.github.com/ember-cli/ember-cli/pull/10245) change guarding condition for output repos [@​NullVoxPopuli](https://redirect.github.com/NullVoxPopuli) Thank you to all who took the time to contribute! ### [`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) \[

Configuration

πŸ“… Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 5 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 49, reused 0, downloaded 0, added 0
Progress: resolved 56, reused 0, downloaded 0, added 0
Progress: resolved 153, reused 0, downloaded 0, added 0
Progress: resolved 222, reused 0, downloaded 0, added 0
Progress: resolved 401, reused 0, downloaded 0, added 0
Progress: resolved 568, reused 0, downloaded 0, added 0
Progress: resolved 695, reused 0, downloaded 0, added 0
Progress: resolved 830, reused 0, downloaded 0, added 0
Progress: resolved 1000, reused 0, downloaded 0, added 0
Progress: resolved 1266, reused 0, downloaded 0, added 0
Progress: resolved 1447, reused 0, downloaded 0, added 0
Progress: resolved 1624, reused 0, downloaded 0, added 0
 WARN  27 deprecated subdependencies found: @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-private-methods@7.18.6, @babel/plugin-proposal-private-property-in-object@7.21.11, @babel/polyfill@7.12.1, @npmcli/move-file@1.1.2, abab@2.0.6, are-we-there-yet@3.0.1, consolidate@0.16.0, core-js@2.6.12, domexception@2.0.1, gauge@4.0.4, glob@5.0.15, glob@7.2.3, glob@8.1.0, inflight@1.0.6, npmlog@6.0.2, resolve-url@0.2.1, rimraf@2.6.3, rimraf@2.7.1, rimraf@3.0.2, sane@4.1.0, source-map-resolve@0.5.3, source-map-url@0.3.0, source-map-url@0.4.1, sourcemap-codec@1.4.8, urix@0.1.0, w3c-hr-time@1.0.2
Progress: resolved 1625, reused 0, downloaded 0, added 0
Progress: resolved 1625, reused 0, downloaded 0, added 0, done
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

ember-deep-tracked
β”œβ”€β”¬ eslint-plugin-ember 12.2.0
β”‚ └─┬ ember-eslint-parser 0.4.3
β”‚   └─┬ @babel/eslint-parser 7.23.10
β”‚     └── βœ• unmet peer eslint@"^7.5.0 || ^8.0.0": found 9.12.0
└─┬ @nullvoxpopuli/eslint-configs 4.2.0
  β”œβ”€β”€ βœ• unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.12.0
  β”œβ”€β”¬ eslint-plugin-import 2.30.0
  β”‚ └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0
  └─┬ eslint-plugin-decorator-position 5.0.2
    └── βœ• unmet peer eslint@"^6.0.0 || ^7.31.0 || ^8.0.0": found 9.12.0

test-app-3
β”œβ”€β”¬ eslint-plugin-import 2.30.0
β”‚ └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0
└─┬ @nullvoxpopuli/eslint-configs 4.2.0
  β”œβ”€β”€ βœ• unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.12.0
  └─┬ eslint-plugin-import 2.30.0
    └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0

test-app-4
β”œβ”€β”¬ eslint-plugin-import 2.30.0
β”‚ └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0
└─┬ @nullvoxpopuli/eslint-configs 4.2.0
  β”œβ”€β”€ βœ• unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.12.0
  └─┬ eslint-plugin-import 2.30.0
    └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0

test-app-5
β”œβ”€β”¬ eslint-plugin-import 2.30.0
β”‚ └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0
└─┬ @nullvoxpopuli/eslint-configs 4.2.0
  β”œβ”€β”€ βœ• unmet peer eslint@"^7.0.0 || ^8.0.0": found 9.12.0
  └─┬ eslint-plugin-import 2.30.0
    └── βœ• unmet peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8": found 9.12.0

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.
stackblitz[bot] commented 1 month ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.