Skip to content

Commit 9fcf64d

Browse files
committed
Auto merge of #3873 - rust-lang:renovate/qunit-dom-2.x, r=Turbo87
Update dependency qunit-dom to v2 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [qunit-dom](https://togithub.com/simplabs/qunit-dom) | [`1.6.0` -> `2.0.0`](https://renovatebot.com/diffs/npm/qunit-dom/1.6.0/2.0.0) | [![age](https://badges.renovateapi.com/packages/npm/qunit-dom/2.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/qunit-dom/2.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/qunit-dom/2.0.0/compatibility-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/qunit-dom/2.0.0/confidence-slim/1.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>simplabs/qunit-dom</summary> ### [`v2.0.0`](https://togithub.com/simplabs/qunit-dom/blob/master/CHANGELOG.md#v200-2021-08-30) [Compare Source](https://togithub.com/simplabs/qunit-dom/compare/v1.6.0...v2.0.0) ##### 💥 Breaking Change - [#&#8203;1214](https://togithub.com/simplabs/qunit-dom/pull/1214) Drop support for Node.js 10 ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` ##### 📝 Documentation - [#&#8203;983](https://togithub.com/simplabs/qunit-dom/pull/983) doc(release): remove extra 'to' ([`@&#8203;mrloop](https://togithub.com/mrloop))` - [#&#8203;919](https://togithub.com/simplabs/qunit-dom/pull/919) Clarified how to update tests/test-helper.js when migrating ember-qunit to v5.x ([`@&#8203;ijlee2](https://togithub.com/ijlee2))` - [#&#8203;893](https://togithub.com/simplabs/qunit-dom/pull/893) Extract contributing instructions to separate file ([`@&#8203;locks](https://togithub.com/locks))` ##### 🏠 Internal - [#&#8203;1140](https://togithub.com/simplabs/qunit-dom/pull/1140) CI: Add Node.js 14 and 16 to the test matrix ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [#&#8203;963](https://togithub.com/simplabs/qunit-dom/pull/963) ember-try: Explicitly declare dependencies ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [#&#8203;924](https://togithub.com/simplabs/qunit-dom/pull/924) Remove duplicated eslint rules ([`@&#8203;czikarito](https://togithub.com/czikarito))` ##### Committers: 5 - Ewan McDougall ([`@&#8203;mrloop](https://togithub.com/mrloop))` - Isaac Lee ([`@&#8203;ijlee2](https://togithub.com/ijlee2))` - Pawel Kuwik ([`@&#8203;czikarito](https://togithub.com/czikarito))` - Ricardo Mendes ([`@&#8203;locks](https://togithub.com/locks))` - Tobias Bieniek ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- 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 5016d05 + 73da57f commit 9fcf64d

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
@@ -122,7 +122,7 @@
122122
"prettier": "2.3.2",
123123
"qunit": "2.16.0",
124124
"qunit-console-grouper": "0.3.0",
125-
"qunit-dom": "1.6.0",
125+
"qunit-dom": "2.0.0",
126126
"timekeeper": "2.2.0",
127127
"webpack": "5.51.1"
128128
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12435,10 +12435,10 @@ [email protected]:
1243512435
dependencies:
1243612436
broccoli-funnel "^3.0.3"
1243712437

12438-
qunit-dom@1.6.0:
12439-
version "1.6.0"
12440-
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-1.6.0.tgz#a4bea6a46329d221e4a317d712cb40709107b977"
12441-
integrity sha512-YwSqcLjQcRI0fUFpaSWwU10KIJPFW5Qh+d3cT5DOgx81dypRuUSiPkKFmBY/CDs/R1KdHRadthkcXg2rqAon8Q==
12438+
qunit-dom@2.0.0:
12439+
version "2.0.0"
12440+
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-2.0.0.tgz#c4d7f7676dbb57f54151b72f8366d862134cd1c0"
12441+
integrity sha512-mElzLN99wYPOGekahqRA+mq7NcThXY9c+/tDkgJmT7W5LeZAFNyITr2rFKNnCbWLIhuLdFw88kCBMrJSfyBYpA==
1244212442
dependencies:
1244312443
broccoli-funnel "^3.0.3"
1244412444
broccoli-merge-trees "^4.2.0"

0 commit comments

Comments
 (0)