Skip to content

Commit 52f8af9

Browse files
committed
Auto merge of #3309 - rust-lang:renovate/ember-qunit-5.x, r=Turbo87
Update dependency ember-qunit to v5.1.3 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-qunit](https://togithub.com/emberjs/ember-qunit) | [`5.1.2` -> `5.1.3`](https://renovatebot.com/diffs/npm/ember-qunit/5.1.2/5.1.3) | [![age](https://badges.renovateapi.com/packages/npm/ember-qunit/5.1.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-qunit/5.1.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-qunit/5.1.3/compatibility-slim/5.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-qunit/5.1.3/confidence-slim/5.1.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>emberjs/ember-qunit</summary> ### [`v5.1.3`](https://togithub.com/emberjs/ember-qunit/blob/master/CHANGELOG.md#v513-2021-02-18) [Compare Source](https://togithub.com/emberjs/ember-qunit/compare/v5.1.2...v5.1.3) ##### 🐛 Bug Fix - [#&#8203;817](https://togithub.com/emberjs/ember-qunit/pull/817) Fixes testing container layout issues for QUnit 2.14 ([`@&#8203;drewlee](https://togithub.com/drewlee))` ##### 📝 Documentation - [#&#8203;815](https://togithub.com/emberjs/ember-qunit/pull/815) Update migration.md ([`@&#8203;hjdivad](https://togithub.com/hjdivad))` ##### Committers: 4 - Alex LaFroscia ([`@&#8203;alexlafroscia](https://togithub.com/alexlafroscia))` - Andrew A Lee ([`@&#8203;drewlee](https://togithub.com/drewlee))` - David J. Hamilton ([`@&#8203;hjdivad](https://togithub.com/hjdivad))` - Travis Hoover ([`@&#8203;thoov](https://togithub.com/thoov))` </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 7c5fe1e + 29b3df3 commit 52f8af9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"ember-page-title": "6.2.1",
9797
"ember-prism": "0.9.0",
9898
"ember-promise-helpers": "1.0.9",
99-
"ember-qunit": "5.1.2",
99+
"ember-qunit": "5.1.3",
100100
"ember-resolver": "8.0.2",
101101
"ember-router-scroll": "4.0.2",
102102
"ember-set-body-class": "1.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6844,10 +6844,10 @@ ember-promise-helpers@1.0.9:
68446844
dependencies:
68456845
ember-cli-babel "^6.16.0"
68466846

6847-
ember-qunit@5.1.2:
6848-
version "5.1.2"
6849-
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-5.1.2.tgz#72ce175f5d1c96a40fe810928c4d4a822a2e2c60"
6850-
integrity sha512-mrnFaUhAJWkJWeRZKajLuuRmKsifRrhAla1sQAfIiuh7OCVY1eqFvSUFzLR7/WgdNwPrUzEOOx39MdVRZBd/7A==
6847+
ember-qunit@5.1.3:
6848+
version "5.1.3"
6849+
resolved "https://registry.yarnpkg.com/ember-qunit/-/ember-qunit-5.1.3.tgz#73de924c6c698eaed4adaaab257793741f2d666f"
6850+
integrity sha512-vz56bX/ciBZPNXl1l3jDNo9O0YBdVXtt3kqXpmEurNAlggmhdAJyAFTVZaWLtZYIfLuSdlHEMPwOzYmjqhd7fQ==
68516851
dependencies:
68526852
broccoli-funnel "^3.0.3"
68536853
broccoli-merge-trees "^3.0.2"

0 commit comments

Comments
 (0)