Open renovate[bot] opened 4 years ago
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:
npm ERR! code ENOLOCAL
npm ERR! Could not install from "node_modules/aframe/three-bmfont-text@github:dmarcos/three-bmfont-text#1babdf8507c731a18f8af3b807292e2b9740955e" as it does not contain a package.json file.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-11-20T13_43_49_745Z-debug.log
This PR contains the following updates:
3.21.2
->3.28.6
Release Notes
ember-cli/ember-cli (ember-cli)
### [`v3.28.6`](https://togithub.com/ember-cli/ember-cli/releases/tag/v3.28.6): Release 3.28.6 [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.28.5...v3.28.6) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.28.5...v3.28.6) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.28.5...v3.28.6) ##### Changelog - [#10013](https://togithub.com/ember-cli/ember-cli/pull/10013) \[BUGFIX] Handle rebuild failures without exiting [@bendemboski](https://togithub.com/bendemboski) Thank you to all who took the time to contribute! ### [`v3.28.5`](https://togithub.com/ember-cli/ember-cli/releases/tag/v3.28.5): Release 3.28.5 [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.28.4...v3.28.5) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.28.4...v3.28.5) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.28.4...v3.28.5) ##### Changelog - [#9730](https://togithub.com/ember-cli/ember-cli/pull/9730) Add Ember v3.28 LTS to `addon` blueprint (drop support for Ember v3.20 LTS) [@kellyselden](https://togithub.com/kellyselden) - [#9740](https://togithub.com/ember-cli/ember-cli/pull/9740) update embroider deps in LTS [@kellyselden](https://togithub.com/kellyselden) Thank you to all who took the time to contribute! ### [`v3.28.4`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3284) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.28.3...v3.28.4) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.28.3...v3.28.4) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.28.3...v3.28.4) ##### Changelog - [#9694](https://togithub.com/ember-cli/ember-cli/pull/9694) test in node 16 LTS [@kellyselden](https://togithub.com/kellyselden) Thank you to all who took the time to contribute! ### [`v3.28.3`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3283) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.28.2...v3.28.3) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.28.2...v3.28.3) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.28.2...v3.28.3) ##### Changelog - [#9670](https://togithub.com/ember-cli/ember-cli/pull/9670) Don't emit an error when the `lint:fix` script fails post blueprint generation [@bertdeblock](https://togithub.com/bertdeblock) Thank you to all who took the time to contribute! ### [`v3.28.2`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3282) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.28.1...v3.28.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.28.1...v3.28.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.28.1...v3.28.2) ##### Changelog - [#9659](https://togithub.com/ember-cli/ember-cli/pull/9659) Ensure `ember-classic` ember-try scenario uses Ember 3.x [@rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.28.1`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3281) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.28.0...v3.28.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.28.0...v3.28.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.28.0...v3.28.1) ##### Changelog - [#9618](https://togithub.com/ember-cli/ember-cli/pull/9618) Ensure discovered addons are refreshed after `ember install` (fix usage of default blueprints) [@brendenpalmer](https://togithub.com/brendenpalmer) ### [`v3.28.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3280) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.27.0...v3.28.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.27.0...v3.28.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.27.0...v3.28.0) ##### Changelog - [#9505](https://togithub.com/ember-cli/ember-cli/pull/9505) Pass `realPath` as `root` rather than the dirname for `addonMainPath` [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9507](https://togithub.com/ember-cli/ember-cli/pull/9507) Add a new config, `ember-addon.projectRoot`, to specify the location of the project [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9530](https://togithub.com/ember-cli/ember-cli/pull/9530) Drop Node 10 support [@rwjblue](https://togithub.com/rwjblue) - [#9487](https://togithub.com/ember-cli/ember-cli/pull/9487) Add support for creating a single addon instance per bundle root (which enables dramatically reducing the total number of addon instances) [@davecombs](https://togithub.com/davecombs) - [#9524](https://togithub.com/ember-cli/ember-cli/pull/9524) Update CONTRIBUTING.md to reference cli.emberjs.com [@loganrosen](https://togithub.com/loganrosen) - [#9533](https://togithub.com/ember-cli/ember-cli/pull/9533) Ensure package-info objects are stable when they represent the same addon [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9538](https://togithub.com/ember-cli/ember-cli/pull/9538) ensure backwards compatibility is maintained with `packageRoot` and `root` [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9539](https://togithub.com/ember-cli/ember-cli/pull/9539) avoid setting `root` as `realPath` from the package-info object [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9537](https://togithub.com/ember-cli/ember-cli/pull/9537) Implement LCA host/host addons logic in `ember-cli` [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9540](https://togithub.com/ember-cli/ember-cli/pull/9540) Use relative override paths in blueprint ESLint config [@loganrosen](https://togithub.com/loganrosen) - [#9542](https://togithub.com/ember-cli/ember-cli/pull/9542) Add validation checks for addon instance bundle caching [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9543](https://togithub.com/ember-cli/ember-cli/pull/9543) Add ability to specify a custom `ember-addon.perBundleAddonCacheUtil` utility [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9562](https://togithub.com/ember-cli/ember-cli/pull/9562) Update `addon-proxy` to support Embroider [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9565](https://togithub.com/ember-cli/ember-cli/pull/9565) Drop Node 10 support in blueprint engine spec [@elwayman02](https://togithub.com/elwayman02) - [#9568](https://togithub.com/ember-cli/ember-cli/pull/9568) \[BUGFIX release] Skip babel for qunit with embroider [@ctjhoa](https://togithub.com/ctjhoa) Thank you to all who took the time to contribute! ### [`v3.27.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3270) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.26.1...v3.27.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.26.0...v3.27.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.26.0-beta.2...v3.27.0) ##### Changelog - [#9504](https://togithub.com/ember-cli/ember-cli/pull/9504) Update minimum version of broccoli-concat to address a major issue with cache invalidation [@brendenpalmer](https://togithub.com/brendenpalmer) - [#9535](https://togithub.com/ember-cli/ember-cli/pull/9535) Disable Embroider by default. [@rwjblue](https://togithub.com/rwjblue) - [#9557](https://togithub.com/ember-cli/ember-cli/pull/9557) Update app and addon blueprint dependencies to latest. [@rwjblue](https://togithub.com/rwjblue) - [#9558](https://togithub.com/ember-cli/ember-cli/pull/9558) Switch from `octane` template lint config to `recommended` [@bmish](https://togithub.com/bmish) - [#9453](https://togithub.com/ember-cli/ember-cli/pull/9453) Prevent "yarn-error.log" files being published for addons [@bertdeblock](https://togithub.com/bertdeblock) - [#9392](https://togithub.com/ember-cli/ember-cli/pull/9392) / [#9484](https://togithub.com/ember-cli/ember-cli/pull/9484) Add eslint-plugin-qunit to blueprint [@bmish](https://togithub.com/bmish) - [#9454](https://togithub.com/ember-cli/ember-cli/pull/9454) / [#9492](https://togithub.com/ember-cli/ember-cli/pull/9492) Add --embroider as an option for new and init [@thoov](https://togithub.com/thoov) - [#9456](https://togithub.com/ember-cli/ember-cli/pull/9456) Add `.*/` to eslint ignore [@chancancode](https://togithub.com/chancancode) - [#9469](https://togithub.com/ember-cli/ember-cli/pull/9469) Run `lint:fix` script automatically after blueprint generation [@rpemberton](https://togithub.com/rpemberton) - [#9480](https://togithub.com/ember-cli/ember-cli/pull/9480) Refactor getPort to only check required port [@Cartmanishere](https://togithub.com/Cartmanishere) - [#9485](https://togithub.com/ember-cli/ember-cli/pull/9485) Add Ember 3.24 LTS to ember-try configuration [@bertdeblock](https://togithub.com/bertdeblock) - [#9488](https://togithub.com/ember-cli/ember-cli/pull/9488) Update supported Ember version in addon blueprint [@bertdeblock](https://togithub.com/bertdeblock) - [#9490](https://togithub.com/ember-cli/ember-cli/pull/9490) Prevent window.Ember deprecation on Ember 3.27+. [@rwjblue](https://togithub.com/rwjblue) - [#9491](https://togithub.com/ember-cli/ember-cli/pull/9491) Update supported Ember CLI version in addon blueprint [@bertdeblock](https://togithub.com/bertdeblock) - [#9495](https://togithub.com/ember-cli/ember-cli/pull/9495) Enable Embroider by default for new projects [@thoov](https://togithub.com/thoov) - [#9500](https://togithub.com/ember-cli/ember-cli/pull/9500) Fix `lint:fix` script for Windows users [@lupestro](https://togithub.com/lupestro) Thank you to all who took the time to contribute! ### [`v3.26.1`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3261) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.26.0...v3.26.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.26.0...v3.26.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.26.0...v3.26.1) ##### Changelog - [#9504](https://togithub.com/ember-cli/ember-cli/pull/9504) Update `broccoli-concat` to avoid a cache invalidation problem in files larger than 10000 characters. [@brendenpalmer](https://togithub.com/brendenpalmer) Thank you to all who took the time to contribute! ### [`v3.26.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3260) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.25.3...v3.26.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.25.3...v3.26.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.25.3...v3.26.0) ##### Changelog - [#9473](https://togithub.com/ember-cli/ember-cli/pull/9473) Issue a better error message for add-on's missing an entry point (e.g. invalid `ember-addon.main` path) [@ef4](https://togithub.com/ef4) - [#9437](https://togithub.com/ember-cli/ember-cli/pull/9437) Add Prettier files to ".npmignore" file in addon blueprint [@bertdeblock](https://togithub.com/bertdeblock) - [#9436](https://togithub.com/ember-cli/ember-cli/pull/9436) Enable Embroider test scenario for addons [@thoov](https://togithub.com/thoov) - [#9435](https://togithub.com/ember-cli/ember-cli/pull/9435) Use "lint:fix" script in app and addon README files [@bertdeblock](https://togithub.com/bertdeblock) - [#9451](https://togithub.com/ember-cli/ember-cli/pull/9451) update blueprint deps [@kellyselden](https://togithub.com/kellyselden) Thank you to all who took the time to contribute! ### [`v3.25.3`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3253) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.25.2...v3.25.3) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.25.2...v3.25.3) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.25.2...v3.25.3) ##### Changelog - [#9490](https://togithub.com/ember-cli/ember-cli/pull/9490) Prevent `window.Ember` deprecation when testing (for Ember 3.27+) [@rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.25.2`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3252) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.25.1...v3.25.2) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.25.1...v3.25.2) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.25.1...v3.25.2) ##### Changelog - [#9473](https://togithub.com/ember-cli/ember-cli/pull/9473) Issue a better error message for add-on's missing an entry point (e.g. invalid `ember-addon.main` path) [@ef4](https://togithub.com/ef4) Thank you to all who took the time to contribute! ### [`v3.25.1`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3251) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.25.0...v3.25.1) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.25.0...v3.25.1) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.25.0...v3.25.1) ##### Changelog - [#9467](https://togithub.com/ember-cli/ember-cli/pull/9467) Defer `The tests file was not loaded.` warning until after `DOMContentLoaded` [@ef4](https://togithub.com/ef4) Thank you to all who took the time to contribute! ### [`v3.25.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3250) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.24.0...v3.25.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.24.0...v3.25.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.24.0...v3.25.0) ##### Changelog - [#9450](https://togithub.com/ember-cli/ember-cli/pull/9450) update blueprint deps [@kellyselden](https://togithub.com/kellyselden) - Update `ember-data` and `ember-source` to 3.25.0-beta [@kellyselden](https://togithub.com/kellyselden) / [@rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.24.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3240) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.23.0...v3.24.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.23.0...v3.24.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.23.0...v3.24.0) ##### Changelog - [#9410](https://togithub.com/ember-cli/ember-cli/pull/9410) Add `.eslintcache` to `.gitignore` for applications and addons [@simonihmig](https://togithub.com/simonihmig) - [#9425](https://togithub.com/ember-cli/ember-cli/pull/9425) Update blueprint dependecies to latest. [@rwjblue](https://togithub.com/rwjblue) - [#9372](https://togithub.com/ember-cli/ember-cli/pull/9372) / [#9382](https://togithub.com/ember-cli/ember-cli/pull/9382) Add `ember-page-title` to app blueprint [@raido](https://togithub.com/raido) - [#9391](https://togithub.com/ember-cli/ember-cli/pull/9391) / [#9407](https://togithub.com/ember-cli/ember-cli/pull/9407) Add `prettier` to blueprint [@bmish](https://togithub.com/bmish) - [#9402](https://togithub.com/ember-cli/ember-cli/pull/9402) Prevent build cycles when app is within a watched dir [@ef4](https://togithub.com/ef4) - [#9403](https://togithub.com/ember-cli/ember-cli/pull/9403) Update blueprint to eslint-plugin-ember v10 [@bmish](https://togithub.com/bmish) - [#9340](https://togithub.com/ember-cli/ember-cli/pull/9340) / [#9371](https://togithub.com/ember-cli/ember-cli/pull/9371) Update blueprints with new testing configuration [@scalvert](https://togithub.com/scalvert) Thank you to all who took the time to contribute! ### [`v3.23.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3230) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.22.0...v3.23.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.22.0...v3.23.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.22.0...v3.23.0) ##### Changelog - [#9369](https://togithub.com/ember-cli/ember-cli/pull/9369) / [#9406](https://togithub.com/ember-cli/ember-cli/pull/9406) Update blueprint dependencies to latest. [@rwjblue](https://togithub.com/rwjblue) - [#9361](https://togithub.com/ember-cli/ember-cli/pull/9361) / [#9364](https://togithub.com/ember-cli/ember-cli/pull/9364) / [#9365](https://togithub.com/ember-cli/ember-cli/pull/9365) / [#9368](https://togithub.com/ember-cli/ember-cli/pull/9368) Update dependencies to latest. [@rwjblue](https://togithub.com/rwjblue) Thank you to all who took the time to contribute! ### [`v3.22.0`](https://togithub.com/ember-cli/ember-cli/blob/HEAD/CHANGELOG.md#v3220) [Compare Source](https://togithub.com/ember-cli/ember-cli/compare/v3.21.2...v3.22.0) ##### Blueprint Changes - [`ember new` diff](https://togithub.com/ember-cli/ember-new-output/compare/v3.21.0...v3.22.0) - [`ember addon` diff](https://togithub.com/ember-cli/ember-addon-output/compare/v3.21.0...v3.22.0) ##### Changelog - [#9325](https://togithub.com/ember-cli/ember-cli/pull/9325) Update dependencies for 3.22 beta series. [@rwjblue](https://togithub.com/rwjblue) - [#9325](https://togithub.com/ember-cli/ember-cli/pull/9325) Update to `eslint-plugin-ember@9.0.0`. [@rwjblue](https://togithub.com/rwjblue) - [#9336](https://togithub.com/ember-cli/ember-cli/pull/9336) Fixup internal test harness fixturify-project helper. [@rwjblue](https://togithub.com/rwjblue) - [#9338](https://togithub.com/ember-cli/ember-cli/pull/9338) Remove requirement to have `loader.js`. [@rwjblue](https://togithub.com/rwjblue) - [#9343](https://togithub.com/ember-cli/ember-cli/pull/9343) Fix yuidoc for private APIs [@jenweber](https://togithub.com/jenweber) - [#9359](https://togithub.com/ember-cli/ember-cli/pull/9359) Upgrade to tiny-lr v2.0.0 [@elwayman02](https://togithub.com/elwayman02) - [#9360](https://togithub.com/ember-cli/ember-cli/pull/9360) Update blueprint dependencies to latest version. [@rwjblue](https://togithub.com/rwjblue) 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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.