fix(deps): update qunit
This PR contains the following updates:
Release Notes
emberjs/ember-qunit (ember-qunit)
v8.1.1: Release 8.1.1
:bug: Bug Fix
- #1180 Fix @typs/qunit overrides for latest qunit version (@vstefanovic97)
:house: Internal
- #1178 Remove pauseTest workaround (@Krinkle)
- #1179 Fix tests on ember v6+ (@NullVoxPopuli)
Committers: 3
- Timo Tijhof (@Krinkle)
- Vuk (@vstefanovic97)
- @NullVoxPopuli
v8.1.0: Release 8.1.0
:rocket: Enhancement
-
#1166 feat: introduce
themeconfig and addqunit-theme-emberas option (@IgnaceMaes)
Committers: 1
- Ignace Maes (@IgnaceMaes)
platinumazure/eslint-plugin-qunit (eslint-plugin-qunit)
v8.2.5
Bug Fixes
v8.2.4
Bug Fixes
v8.2.3
Bug Fixes
Chores
v8.2.2
Bug Fixes
v8.2.1
Bug Fixes
Documentation
- remove follow-up items from changelog (3121b23)
v8.2.0
Features
Chores
qunitjs/qunit (qunit)
v2.24.1
==================
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. 7c2f871ac3
v2.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. #1711 -
Core: Add memory to the
runEndevent to allow late listeners. This helps browser integrations that only relay a summary. 27a33d1593
Fixed
- HTML Reporter: Fix unexpected pointer cursor on "Source:" label. f8cce2bb06
- HTML Reporter: Faster "Hide passed" toggling on large test suites. b13ade0fd7
v2.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. #1773
v2.23.0
==================
Added
- Core: Add automatic labels in
QUnit.test.each()to simple array values. #1733
v2.22.0
==================
Added
- Core: Add
QUnit.test.if()andQUnit.module.if(). (Timo Tijhof) #1772
v2.21.1
==================
Deprecated
- Assert: Add notice about upcoming change in how
assert.expect()counts steps forassert.verifySteps(). #1226
Fixed
- Core: Fix missing second frame in
QUnit.stack()in Safari. #1776 - Core: Fix stacktrace cleaner to also support clean traces on URLs with host ports. #1769
- HTML Reporter: Fix reversed order after clicking "Hide passed". #1763
- HTML Reporter: Fix encoding of label for urlConfig multi-value item.
v2.21.0
==================
Added
- Assert: Add
assert.closeTo()for float-friendly number comparisons. (Timo Tijhof) #1735 - Core: Add support for flat preconfig via environment/global variables. (Timo Tijhof)
Deprecated
- Core: Deprecate
QUnit.load()and document migration path at https://qunitjs.com/api/QUnit/load/. (Timo Tijhof) #1743 - Core: Deprecate unset testTimeout for tests taking longer than 3 seconds. (Timo Tijhof) #1483
v2.20.1
==================
Fixed
- Core: Fix compatibility with
sinon.useFakeTimersin IE 10 and IE 11. (Timmy Willison) #1738 - Core: Fix hanging
assert.async()afterassert.timeout(). (Timo Tijhof) #1705
v2.20.0
==================
Added
- Core: Add
QUnit.reporters.perf. (Timo Tijhof) #1714
Changed
- Assert: Add type check for
assert.async()parameter. (Zixin Yin) #1721 - HTML Reporter: Remove units for 0 values in qunit.css. (Hareesh) #1715
Fixed
- Core: Faster
inArrayby using Array.prototype.includes when possible. (Izel Nakri)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.