ember-vr / ember-aframe

MIT License
22 stars 8 forks source link

Update dependency ember-qunit to v5 - autoclosed #285

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-qunit ^4.6.0 -> ^5.0.0 age adoption passing confidence

Release Notes

emberjs/ember-qunit ### [`v5.1.5`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v515-2021-10-06) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.1.4...v5.1.5) ##### :bug: Bug Fix - [#​900](https://togithub.com/emberjs/ember-qunit/pull/900) Remove usage of APIs removed in Ember >= 4 ([@​chancancode](https://togithub.com/chancancode)) ##### :memo: Documentation - [#​883](https://togithub.com/emberjs/ember-qunit/pull/883) Update migration documentation to add arguments to the example migrated functions ([@​Oluwadamilareolusakin](https://togithub.com/Oluwadamilareolusakin)) - [#​856](https://togithub.com/emberjs/ember-qunit/pull/856) Add ember-auto-import mention to migration docs ([@​rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#​901](https://togithub.com/emberjs/ember-qunit/pull/901) Use ember-auto-import@2 to test ember-source >= 4 ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 5 - Godfrey Chan ([@​chancancode](https://togithub.com/chancancode)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Stefan Penner ([@​stefanpenner](https://togithub.com/stefanpenner)) - Tolulope Oluwadamilare Olusakin ([@​Oluwadamilareolusakin](https://togithub.com/Oluwadamilareolusakin)) - [@​dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview) ### [`v5.1.4`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v514-2021-03-09) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.1.3...v5.1.4) ##### :bug: Bug Fix - [#​827](https://togithub.com/emberjs/ember-qunit/pull/827) Relax peer dependency minimums to ember-qunit@5.0.0 versions ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 2 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) ### [`v5.1.3`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v513-2021-02-18) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.1.2...v5.1.3) ##### :bug: Bug Fix - [#​817](https://togithub.com/emberjs/ember-qunit/pull/817) Fixes testing container layout issues for QUnit 2.14 ([@​drewlee](https://togithub.com/drewlee)) ##### :memo: Documentation - [#​815](https://togithub.com/emberjs/ember-qunit/pull/815) Update migration.md ([@​hjdivad](https://togithub.com/hjdivad)) ##### Committers: 4 - Alex LaFroscia ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - Andrew A Lee ([@​drewlee](https://togithub.com/drewlee)) - David J. Hamilton ([@​hjdivad](https://togithub.com/hjdivad)) - Travis Hoover ([@​thoov](https://togithub.com/thoov)) ### [`v5.1.2`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v512-2021-02-01) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.1.1...v5.1.2) ##### :bug: Bug Fix - [#​804](https://togithub.com/emberjs/ember-qunit/pull/804) fix: ensure "Development Mode" is full screen ([@​alexlafroscia](https://togithub.com/alexlafroscia)) ##### :memo: Documentation - [#​805](https://togithub.com/emberjs/ember-qunit/pull/805) Add V5 migration guide link to CHANGELOG ([@​bmish](https://togithub.com/bmish)) ##### :house: Internal - [#​813](https://togithub.com/emberjs/ember-qunit/pull/813) Re-roll yarn.lock. ([@​rwjblue](https://togithub.com/rwjblue)) ##### Committers: 4 - Alex LaFroscia ([@​alexlafroscia](https://togithub.com/alexlafroscia)) - Bryan Mishkin ([@​bmish](https://togithub.com/bmish)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - [@​dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview) ### [`v5.1.1`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v511-2020-12-16) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.1.0...v5.1.1) ##### :bug: Bug Fix - [#​790](https://togithub.com/emberjs/ember-qunit/pull/790) Update to ember-auto-import@1.10.0 at a minimum. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​789](https://togithub.com/emberjs/ember-qunit/pull/789) Add treeType annotation to hint test-support to ember-auto-import. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :memo: Documentation - [#​787](https://togithub.com/emberjs/ember-qunit/pull/787) Clarified migration guide to v5.x when a project includes QUnit DOM ([@​ijlee2](https://togithub.com/ijlee2)) ##### Committers: 3 - Isaac Lee ([@​ijlee2](https://togithub.com/ijlee2)) - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - [@​dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview) ### [`v5.1.0`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v510-2020-12-07) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.0.0...v5.1.0) ##### :rocket: Enhancement - [#​786](https://togithub.com/emberjs/ember-qunit/pull/786) Improve testing container visuals (prevent scrolling during tests, keep testing container in a fixed location) ([@​BryanCrotaz](https://togithub.com/bryancrotaz)) ##### Committers: 1 - Bryan ([@​BryanCrotaz](https://togithub.com/BryanCrotaz)) ### [`v5.0.0`](https://togithub.com/emberjs/ember-qunit/blob/HEAD/CHANGELOG.md#v500-2020-12-04) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v4.6.0...v5.0.0) Also see the [V4 to V5 migration guide](https://togithub.com/emberjs/ember-qunit/blob/master/docs/migration.md#upgrading-from-v4x-to-v500). ##### :boom: Breaking Change - [#​745](https://togithub.com/emberjs/ember-qunit/pull/745) Update to [@​ember/test-helpers](https://togithub.com/ember/test-helpers)[@​2](https://togithub.com/2).0.0. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​741](https://togithub.com/emberjs/ember-qunit/pull/741) Require host to provide testing fixture DOM elements. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​740](https://togithub.com/emberjs/ember-qunit/pull/740) Drop support for configuring via `options['ember-cli-qunit']`. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​738](https://togithub.com/emberjs/ember-qunit/pull/738) / [#​749](https://togithub.com/emberjs/ember-qunit/pull/749) / [#​752](https://togithub.com/emberjs/ember-qunit/pull/752) / [#​754](https://togithub.com/emberjs/ember-qunit/pull/754) / [#​761](https://togithub.com/emberjs/ember-qunit/pull/761) Require project to provide `@ember/test-helpers` and `qunit`. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​739](https://togithub.com/emberjs/ember-qunit/pull/739) Drop support for Node 13. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​737](https://togithub.com/emberjs/ember-qunit/pull/737) Remove re-exports from `qunit`. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​736](https://togithub.com/emberjs/ember-qunit/pull/736) Remove moduleFor\* methods. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​687](https://togithub.com/emberjs/ember-qunit/pull/687) Drop ember-cli < 3.8 support ([@​rwjblue](https://togithub.com/rwjblue)) - [#​681](https://togithub.com/emberjs/ember-qunit/pull/681) Drop Support for Ember 3.7 and below ([@​Turbo87](https://togithub.com/Turbo87)) - [#​609](https://togithub.com/emberjs/ember-qunit/pull/609) Bump broccoli-funnel from 2.0.2 to 3.0.1 ([@​dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview)) - [#​616](https://togithub.com/emberjs/ember-qunit/pull/616) Drop support for Node 6 and 8 ([@​Turbo87](https://togithub.com/Turbo87)) ##### :rocket: Enhancement - [#​763](https://togithub.com/emberjs/ember-qunit/pull/763) Add `fullscreencontainer` query param (similar to `devmode` but does not modify test timeout) ([@​rohitpaulk](https://togithub.com/rohitpaulk)) - [#​756](https://togithub.com/emberjs/ember-qunit/pull/756) Add Embroider test scenario. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​613](https://togithub.com/emberjs/ember-qunit/pull/613) Use checkerboard pattern for testing container background ([@​Turbo87](https://togithub.com/Turbo87)) ##### :memo: Documentation - [#​762](https://togithub.com/emberjs/ember-qunit/pull/762) Fix typos in comments ([@​rohitpaulk](https://togithub.com/rohitpaulk)) - [#​748](https://togithub.com/emberjs/ember-qunit/pull/748) Update migration guide to cover v4 -> v5. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :bug: Bug Fix - [#​758](https://togithub.com/emberjs/ember-qunit/pull/758) Fix usage within applications that do not have ember-auto-import. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​757](https://togithub.com/emberjs/ember-qunit/pull/757) Correct invalid QUnit imports. ([@​rwjblue](https://togithub.com/rwjblue)) ##### :house: Internal - [#​750](https://togithub.com/emberjs/ember-qunit/pull/750) Update to `@ember/test-helpers@2.0.0-beta.6` minimum version. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​744](https://togithub.com/emberjs/ember-qunit/pull/744) Move customized `qunit` module into `vendor/`. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​747](https://togithub.com/emberjs/ember-qunit/pull/747) Add `@scalvert` to contributors. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​746](https://togithub.com/emberjs/ember-qunit/pull/746) Update to ember-cli@3.20 blueprint. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​743](https://togithub.com/emberjs/ember-qunit/pull/743) Re-roll yarn.lock. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​742](https://togithub.com/emberjs/ember-qunit/pull/742) Remove unused `devDependencies`. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​734](https://togithub.com/emberjs/ember-qunit/pull/734) Migrate to GitHub Actions. ([@​rwjblue](https://togithub.com/rwjblue)) - [#​679](https://togithub.com/emberjs/ember-qunit/pull/679) CI: Add test scenarios for Ember 3.4, 3.8, 3.12 and 3.16 ([@​Turbo87](https://togithub.com/Turbo87)) ##### Committers: 5 - Robert Jackson ([@​rwjblue](https://togithub.com/rwjblue)) - Tobias Bieniek ([@​Turbo87](https://togithub.com/Turbo87)) - Jan Bobisud ([@​bobisjan](https://togithub.com/bobisjan)) - Paul Kuruvilla ([@​rohitpaulk](https://togithub.com/rohitpaulk))

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.

renovate[bot] commented 3 years 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: package-lock.json
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
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/2021-05-10T01_19_42_053Z-debug.log