Skip to content

Commit

Permalink
Auto merge of #4679 - rust-lang:renovate/qunit-2.x, r=Turbo87
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
bors committed Apr 4, 2022
2 parents c1de105 + 9541445 commit e8a2cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"postcss-custom-media": "8.0.0",
"postcss-nested": "5.0.6",
"prettier": "2.6.2",
"qunit": "2.18.0",
"qunit": "2.18.1",
"qunit-console-grouper": "0.3.0",
"qunit-dom": "2.0.0",
"webpack": "5.70.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12134,10 +12134,10 @@ [email protected]:
ember-cli-babel "^7.23.0"
ember-cli-version-checker "^5.1.1"

[email protected].0:
version "2.18.0"
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.18.0.tgz#5a3efc8ee609e9d8f207a1ad317a9b02bb14bc6b"
integrity sha512-Xw/zUm5t1JY8SNErki/qtw4fCuaaOZL+bPloZU+0kto+fO8j1JV9MQWqXO4kATfhEyJohlsKZpfg1HF7GOkpXw==
[email protected].1:
version "2.18.1"
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.18.1.tgz#9e90e7798216f7275c351c88652816d491391397"
integrity sha512-A2Adgr/DeMQOJZFVllyQi2wiGJVVXGSRRwMe39fNfuuftUYHHpGRTWUhBa8wNblunCAOUCt+1uFcg1L7NaxQTA==
dependencies:
commander "7.2.0"
node-watch "0.7.3"
Expand Down

0 comments on commit e8a2cd0

Please sign in to comment.