ember-vr / ember-aframe

MIT License
22 stars 8 forks source link

Update dependency ember-cli-htmlbars to v5 - autoclosed #260

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ember-cli-htmlbars dependencies major ^4.3.1 -> ^5.0.0

Release Notes

ember-cli/ember-cli-htmlbars ### [`v5.3.1`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v531-2020-08-11) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.3.0...v5.3.1) ##### :bug: Bug Fix - [#​599](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/599) Move `ember-template-lint` to `devDependencies` (from `dependencies`) ([@​jamescdavis](https://togithub.com/jamescdavis)) ##### Committers: 1 - James C. Davis ([@​jamescdavis](https://togithub.com/jamescdavis)) ### [`v5.3.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v530-2020-08-10) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.2.0...v5.3.0) ##### :rocket: Enhancement - [#​597](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/597) Pass `isProduction` to Ember template compiler. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :memo: Documentation - [#​585](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/585) Refactor README ([@​rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#​584](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/584) Replace `ember-cli-template-lint` with `ember-template-lint` ([@​arthirm](https://togithub.com/arthirm)) ##### Committers: 2 - Arthi ([@​arthirm](https://togithub.com/arthirm)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.2.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v520-2020-06-25) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.1.2...v5.2.0) ##### :rocket: Enhancement - [#​527](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/527) Move template compiler creation to a method on the addon ([@​chriseppstein](https://togithub.com/chriseppstein)) ##### Committers: 1 - Chris Eppstein ([@​chriseppstein](https://togithub.com/chriseppstein)) ### [`v5.1.2`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v512-2020-05-08) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.1.1...v5.1.2) ##### :bug: Bug Fix - [#​553](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/553) Ensure custom templateCompilerPath is an absolute path. ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.1.1`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v511-2020-05-07) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.1.0...v5.1.1) ##### :bug: Bug Fix - [#​551](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/551) Ensure `EmberENV` is available to inline template compilation ([@​rwjblue](https://togithub.com/rwjblue)) - [#​550](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/550) Fix specifying custom template compiler path. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#​547](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/547) Add some more helpful debug logging to list AST plugins ([@​rwjblue](https://togithub.com/rwjblue)) - [#​544](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/544) Add Node 14 to CI ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.1.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v510-2020-05-06) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v5.0.0...v5.1.0) ##### :rocket: Enhancement - [#​543](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/543) Update babel-plugin-htmlbars-inline-precompile to 4.0.0. ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 1 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.0.0`](https://togithub.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md#v500-2020-05-04) [Compare Source](https://togithub.com/ember-cli/ember-cli-htmlbars/compare/v4.4.0...v5.0.0) ##### :boom: Breaking Change - [#​496](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/496) Drop support for Ember < 3.8. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​493](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/493) Drop Node 8 support. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​492](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/492) Remove Bower support. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :rocket: Enhancement - [#​528](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/528) Use smaller cache key for `ember-template-compiler` (reduce overall memory overhead of caching) ([@​xg-wang](https://togithub.com/xg-wang)) - [#​512](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/512) Update Broccoli dependencies to latest. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#​514](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/514) Update fixturify and qunit-dom to latest. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​513](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/513) Update semver to 7.1.2. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​508](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/508) Update to prettier@2. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​507](https://togithub.com/ember-cli/ember-cli-htmlbars/pull/507) Update Babel related devDependencies. ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 2 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Thomas Wang ([@​xg-wang](https://togithub.com/xg-wang))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 4 years ago

:warning: Artifact update problem

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

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

The artifact failure details are included below:

File name: package-lock.json
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/2020-05-05T20_57_19_437Z-debug.log