Skip to content

Commit 0ab67f1

Browse files
committed
Auto merge of #3890 - rust-lang:renovate/qunit-2.x, r=Turbo87
Update dependency qunit to v2.17.0 [![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.16.0` -> `2.17.0`](https://renovatebot.com/diffs/npm/qunit/2.16.0/2.17.0) | [![age](https://badges.renovateapi.com/packages/npm/qunit/2.17.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/qunit/2.17.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/qunit/2.17.0/compatibility-slim/2.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/qunit/2.17.0/confidence-slim/2.16.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>qunitjs/qunit</summary> ### [`v2.17.0`](https://togithub.com/qunitjs/qunit/blob/master/History.md#&#8203;2170--2021-09-05) [Compare Source](https://togithub.com/qunitjs/qunit/compare/2.16.0...2.17.0) \================== ##### Added - HTML Reporter: Add "Rerun failed tests" link. (Jan Buschtöns) [#&#8203;1626](https://togithub.com/qunitjs/qunit/pull/1626) - Core: New `error` event for bailing on uncaught errors. (Timo Tijhof) [#&#8203;1638](https://togithub.com/qunitjs/qunit/pull/1638) ##### Changed - Core: Improve warning for incorrect hook usage to include module name. (Chris Krycho) [#&#8203;1647](https://togithub.com/qunitjs/qunit/issues/1647) ##### Deprecated - Core: The internal `QUnit.onError` and `QUnit.onUnhandledRejection` callbacks are deprecated. [#&#8203;1638](https://togithub.com/qunitjs/qunit/pull/1638) These were undocumented, but may have been used in a fork or other custom runner for QUnit. Switch to the supported [`QUnit.onUncaughtException`](https://api.qunitjs.com/extension/QUnit.onUncaughtException/) instead. ##### Fixed - Assert: Improve validation handling of `assert.throws()` and `assert.rejects()`. (Steve McClure) [#&#8203;1637](https://togithub.com/qunitjs/qunit/issues/1637) - Core: Ensure skipped child module hooks don't leak memory. (Ben Demboski) [#&#8203;1650](https://togithub.com/qunitjs/qunit/pull/1650) - Core: Fix bad module nesting when module closure throws global error. [#&#8203;1478](https://togithub.com/qunitjs/qunit/issues/1478) - Core: Fix reporting of uncaught errors during `QUnit.begin()`. (Timo Tijhof) [#&#8203;1446](https://togithub.com/qunitjs/qunit/issues/1446) - Core: Fix reporting of uncaught errors during or after `QUnit.done()`. (Timo Tijhof) [#&#8203;1629](https://togithub.com/qunitjs/qunit/pull/1629) </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 96f1e01 + d3e9ca4 commit 0ab67f1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"nyc": "15.1.0",
121121
"postcss-nested": "5.0.6",
122122
"prettier": "2.3.2",
123-
"qunit": "2.16.0",
123+
"qunit": "2.17.0",
124124
"qunit-console-grouper": "0.3.0",
125125
"qunit-dom": "2.0.0",
126126
"timekeeper": "2.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12381,14 +12381,14 @@ qunit-dom@2.0.0:
1238112381
ember-cli-babel "^7.23.0"
1238212382
ember-cli-version-checker "^5.1.1"
1238312383

12384-
qunit@2.16.0:
12385-
version "2.16.0"
12386-
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.16.0.tgz#b8ed63d512e5d4eaada5afc0c6c9e8b844181ba1"
12387-
integrity sha512-88x9t+rRMbB6IrCIUZvYU4pJy7NiBEv7SX8jD4LZAsIj+dV+kwGnFStOmPNvqa6HM96VZMD8CIIFKH2+3qvluA==
12384+
qunit@2.17.0:
12385+
version "2.17.0"
12386+
resolved "https://registry.yarnpkg.com/qunit/-/qunit-2.17.0.tgz#4c2dd5a4ee91cd8f8462708a37e710a3e622c321"
12387+
integrity sha512-3zXO4T3KT8liCXYDqu68SmK6D7JgI80R6gUPGjzxXwh9rjwdmmx09YZhGLfT466PC/XlORr8xvxlNx3i3S72Rw==
1238812388
dependencies:
1238912389
commander "7.1.0"
1239012390
node-watch "0.7.1"
12391-
tiny-glob "0.2.8"
12391+
tiny-glob "0.2.9"
1239212392

1239312393
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
1239412394
version "2.1.0"
@@ -13945,10 +13945,10 @@ timers-browserify@^2.0.4:
1394513945
dependencies:
1394613946
setimmediate "^1.0.4"
1394713947

13948-
tiny-glob@0.2.8:
13949-
version "0.2.8"
13950-
resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.8.tgz#b2792c396cc62db891ffa161fe8b33e76123e531"
13951-
integrity sha512-vkQP7qOslq63XRX9kMswlby99kyO5OvKptw7AMwBVMjXEI7Tb61eoI5DydyEMOseyGS5anDN1VPoVxEvH01q8w==
13948+
tiny-glob@0.2.9:
13949+
version "0.2.9"
13950+
resolved "https://registry.yarnpkg.com/tiny-glob/-/tiny-glob-0.2.9.tgz#2212d441ac17928033b110f8b3640683129d31e2"
13951+
integrity sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==
1395213952
dependencies:
1395313953
globalyzer "0.1.0"
1395413954
globrex "^0.1.2"

0 commit comments

Comments
 (0)