Bump qunit from 2.19.4 to 2.24.1 in /smoke-test-app
Bumps qunit from 2.19.4 to 2.24.1.
Release notes
Sourced from qunit's releases.
2.24.1
✨ Check out the new QUnit Blog on qunitjs.com. We're also on Mastodon and Bluesky.
Fixed
- CLI: Fix TAP compliance for actual/expected indent and skip/todo colors. b4d48fc710
- CLI: Fix TAP compliance for early errors (e.g. syntax error in test file). 01f7780bd8
- Core: Add memory to late
errorevent listeners, to improve reporting of early errors. 7c2f871ac32.24.0
FYI:
- ✨ There is a new QUnit Blog on qunitjs.com. We're also on Mastodon and Bluesky.
- 📗 There are new Guides, Support, and Chat sections on qunitjs.com. 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 passingtest/*.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
- HTML Reporter: Fix unexpected pointer cursor on "Source:" label. f8cce2bb06
- HTML Reporter: Faster "Hide passed" toggling on large test suites. b13ade0fd7
2.23.1
Fixed
- CLI: Fix support for strict TAP parsers by limiting colors to test names. #1801
- CLI: Fix confusing
--seedoption eating the file argument. #1691- CLI: Remove confusing
expected: undefinedunder error messages in TAP reporter. #1794- HTML Reporter: Fix broken "Rerun without max depth" link. da0c59e101 (see also 91db92dbc5, 73c03cf277)
- HTML Reporter: Fix
<label>to wrap<select>for multi-value urlConfig item. #17732.23.0
Added
- Core: Add automatic labels in
QUnit.test.each()to simple array values. (@vtintillier,@Krinkle) #1733
... (truncated)
Changelog
Sourced from qunit's changelog.
2.24.1 / 2025-01-25
Fixed
- CLI: Fix TAP compliance for actual/expected indent and skip/todo colors. b4d48fc710
- CLI: Fix TAP compliance for early errors (e.g. syntax error in test file). 01f7780bd8
- Core: Add memory to late
errorevent listeners, to improve reporting of early errors. 7c2f871ac32.24.0 / 2025-01-19
FYI:
- ✨ There is a new QUnit Blog on qunitjs.com. We're also on Mastodon and Bluesky.
- 📗 There are new Guides, Support, and Chat sections on qunitjs.com. 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 passingtest/*.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
- HTML Reporter: Fix unexpected pointer cursor on "Source:" label. f8cce2bb06
- HTML Reporter: Faster "Hide passed" toggling on large test suites. b13ade0fd7
2.23.1 / 2024-12-06
Fixed
- CLI: Fix support for strict TAP parsers by limiting colors to test names. #1801
- CLI: Fix confusing
--seedoption eating the file argument. #1691- CLI: Remove confusing
expected: undefinedunder error messages in TAP reporter. #1794- HTML Reporter: Fix broken "Rerun without max depth" link. da0c59e101 (see also 91db92dbc5, 73c03cf277)
- HTML Reporter: Fix
<label>to wrap<select>for multi-value urlConfig item. #17732.23.0 / 2024-12-03
... (truncated)
Commits
00aa314Release 2.24.17c2f871Core: Add memory to theerrorevent to allow late event listeners01f7780CLI: Fix TAP compliance for early errors (e.g. syntax error in test file)b4d48fcCLI: Fix TAP compliance for actual/expected indent and skip/todo colorsca5e5acRelease 2.24.027a33d1Core: Add memory to therunEndevent to allow late event listenersb13ade0HTML Reporter: Faster "Hide passed" toggling on large test suites567ab7dDemos: Introduce q4000 benchmarkf8cce2bHTML Reporter: Fix unexpected pointer cursor on "Source:" label61c2501Core: Support TAP preconfig viaQUnit.config.reporters- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)