Update dependency qunit to v2.26.0 - #46
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for whyember ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
February 15, 2024 23:00
e78c44c to
4660704
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
May 29, 2024 19:42
4660704 to
dc1df10
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
July 20, 2024 02:19
dc1df10 to
59d79f7
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
August 18, 2024 22:49
59d79f7 to
e330f8b
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
August 27, 2024 20:45
e330f8b to
9c1a43b
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
December 3, 2024 20:43
9c1a43b to
96f2d02
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
December 6, 2024 21:30
96f2d02 to
5d26ce5
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
2 times, most recently
from
January 26, 2025 09:43
a0579d2 to
d60b658
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
October 10, 2025 08:59
d60b658 to
89e7ea2
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
November 30, 2025 05:57
89e7ea2 to
6c03361
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
December 31, 2025 10:28
6c03361 to
869b439
Compare
renovate
Bot
force-pushed
the
renovate/qunit-2.x
branch
from
June 1, 2026 04:25
869b439 to
3f9e6d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.17.2→2.26.0Release Notes
qunitjs/qunit (qunit)
v2.26.0Compare Source
==================
Added
assert.rejects()andassert.throws(). (Bartosz Dziewoński) #1824--reporterwith local script. (Jordan Kasper, Timo Tijhof) #1823QUnit.config.ignoreUnhandledRejections. (Timo Tijhof) #1829v2.25.0Compare Source
==================
Added
QUnit.config.testFilterto programmatically filter tests. (NullVoxPopuli, Sebastian Gbudje) #1814v2.24.3Compare Source
==================
Fixed
QUnit.test.only(). 4b87bc6aa5v2.24.2Compare Source
==================
Fixed
v2.24.1Compare Source
==================
Fixed
errorevent listeners, to improve reporting of early errors. 7c2f871ac3v2.24.0Compare Source
==================
FYI:
Including best practices and examples for async tests, callbacks, and event-based code.
Added
CLI: Add
.mjsand.cjsto the default file extensions when reading a test directory.These have been monitored by watch mode since QUnit 2.18, but were not loaded or executed
unless you passed them as individual files, or used your own glob like
test/*.{js,mjs,cjs}.If you currently pass a directory to the QUnit CLI and have matching
.mjsor.cjsfiles that should not be executed, you can opt-out by passing
test/*.jsortest/**/*.jsexplicitly instead oftest/.CLI: Add stacktrace cleaning by omitting or greying out internal QUnit and Node.js frames in TAP reporter. #1795. #1789
Learn more about Cleaner stack traces on the QUnit Blog.
Core: Add
QUnit.config.reporters.tapfor enabling TAP via preconfig. #1711Core: Add memory to the
runEndevent to allow late listeners. This helps browser integrations that only relay a summary. 27a33d1593Fixed
v2.23.1Compare Source
==================
Fixed
--seedoption eating the file argument. #1691expected: undefinedunder error messages in TAP reporter. #1794<label>to wrap<select>for multi-value urlConfig item. #1773v2.23.0Compare Source
==================
Added
QUnit.test.each()to simple array values. #1733v2.22.0Compare Source
==================
Added
QUnit.test.if()andQUnit.module.if(). (Timo Tijhof) #1772v2.21.1Compare Source
==================
Deprecated
assert.expect()counts steps forassert.verifySteps(). #1226Fixed
QUnit.stack()in Safari. #1776v2.21.0Compare Source
==================
Added
assert.closeTo()for float-friendly number comparisons. (Timo Tijhof) #1735Deprecated
QUnit.load()and document migration path at https://qunitjs.com/api/QUnit/load/. (Timo Tijhof) #1743v2.20.1Compare Source
==================
Fixed
sinon.useFakeTimersin IE 10 and IE 11. (Timmy Willison) #1738assert.async()afterassert.timeout(). (Timo Tijhof) #1705v2.20.0Compare Source
==================
Added
QUnit.reporters.perf. (Timo Tijhof) #1714Changed
assert.async()parameter. (Zixin Yin) #1721Fixed
inArrayby using Array.prototype.includes when possible. (Izel Nakri)v2.19.4Compare Source
==================
Fixed
config.timeoutHandlerfrom last async test. (Sergey Astapov) #1708v2.19.3Compare Source
==================
Fixed
v2.19.2Compare Source
==================
Changed
config.noglobalsby refactoring slow mutations. (Izel Nakri) #1697assert.deepEqual()andQUnit.equiv(). (Izel Nakri) #1700Fixed
v2.19.1Compare Source
==================
Fixed
v2.19.0Compare Source
==================
Added
--moduleoption. (Shachar) #1680moduleIdtoQUnit.begin()details object.Fixed
beginDetails.modules. e31c8d37b6 #1664v2.18.2Compare Source
==================
Changed
Fixed
v2.18.1Compare Source
==================
Fixed
v2.18.0Compare Source
==================
Added
assert.propContains()for partial object comparison. (Izel Nakri) #1668QUnit.hooksto globally add beforeEach and afterEach. (Timo Tijhof) #1475.tsfiles when TypeScript is used. (Timo Tijhof) #1669.json,.cjs, and.mjsfiles. #1676Fixed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.