Skip to content

Commit e8a2cd0

Browse files
committed
Auto merge of #4679 - rust-lang:renovate/qunit-2.x, r=Turbo87
Update dependency qunit to v2.18.1 [![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](https://qunitjs.com) ([source](https://togithub.com/qunitjs/qunit)) | [`2.18.0` -> `2.18.1`](https://renovatebot.com/diffs/npm/qunit/2.18.0/2.18.1) | [![age](https://badges.renovateapi.com/packages/npm/qunit/2.18.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/qunit/2.18.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/qunit/2.18.1/compatibility-slim/2.18.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/qunit/2.18.1/confidence-slim/2.18.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>qunitjs/qunit</summary> ### [`v2.18.1`](https://togithub.com/qunitjs/qunit/blob/HEAD/History.md#&#8203;2181--2022-03-29) [Compare Source](https://togithub.com/qunitjs/qunit/compare/2.18.0...2.18.1) \================== ##### Fixed - HTML Reporter: Fix source attribution for test definitions. [#&#8203;1679](https://togithub.com/qunitjs/qunit/issues/1679) - Core: Fix preconfig support in SpiderMonkey and other environments. [0befe2aafe](https://togithub.com/qunitjs/qunit/commit/0befe2aafe913704db958c472ed6f2a37ec8caaf) - Core: Improve performance of async pauses with native Map when available. [aa7314b431](https://togithub.com/qunitjs/qunit/commit/aa7314b431db10d321109c78041747b681e1521c) </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, click this checkbox. --- 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 c1de105 + 9541445 commit e8a2cd0

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
@@ -126,7 +126,7 @@
126126
"postcss-custom-media": "8.0.0",
127127
"postcss-nested": "5.0.6",
128128
"prettier": "2.6.2",
129-
"qunit": "2.18.0",
129+
"qunit": "2.18.1",
130130
"qunit-console-grouper": "0.3.0",
131131
"qunit-dom": "2.0.0",
132132
"webpack": "5.70.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12134,10 +12134,10 @@ [email protected]:
1213412134
ember-cli-babel "^7.23.0"
1213512135
ember-cli-version-checker "^5.1.1"
1213612136

12137-
12138-
version "2.18.0"
12139-
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.18.0.tgz#5a3efc8ee609e9d8f207a1ad317a9b02bb14bc6b"
12140-
integrity sha512-Xw/zUm5t1JY8SNErki/qtw4fCuaaOZL+bPloZU+0kto+fO8j1JV9MQWqXO4kATfhEyJohlsKZpfg1HF7GOkpXw==
12137+
12138+
version "2.18.1"
12139+
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.18.1.tgz#9e90e7798216f7275c351c88652816d491391397"
12140+
integrity sha512-A2Adgr/DeMQOJZFVllyQi2wiGJVVXGSRRwMe39fNfuuftUYHHpGRTWUhBa8wNblunCAOUCt+1uFcg1L7NaxQTA==
1214112141
dependencies:
1214212142
commander "7.2.0"
1214312143
node-watch "0.7.3"

0 commit comments

Comments
 (0)