Bump the tests-qunit group with 2 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(10 months ago)
(7 months ago)
dependencies javascript
Bumps the tests-qunit group with 2 updates: qunit and sinon.
Updates qunit from 2.23.1 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
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
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
Updates sinon from 16.1.3 to 21.0.0
Changelog
Sourced from sinon's changelog.
21.0.0
fd10f13fchore!: remove assert.failException property (#2659) (Morgan Roderick)This was used for allowing customisation of the thrown error between sandboxes and for customisation for integrations (most likely from the days of BusterJS).
To my knowledge and what I've been able to find on GitHub, this has never had any production use by end users.
BREAKING CHANGE: this removes assert.failException from the API
c7202351Revert "chore: npm audit" (Morgan Roderick)This reverts commit 824da531173204e4106bf15ab2677b6193802893.
824da531chore: npm audit (Morgan Roderick)14edd78echore: upgrade esbuild (Morgan Roderick)1ac5af9cnpm audit (Morgan Roderick)Released by Morgan Roderick on 2025-06-13.
20.0.0
b6daed26chore!: remove usingPromise (Morgan Roderick)Everyone should be using native promises by now, or should know how to stub natives
95d4b8fcchore!: remove fakeXMLHttpRequest and fakeServer (Morgan Roderick)BREAKING CHANGE: remove fakeXMLHttpRequest and fakeServer from the API
Released by Morgan Roderick on 2025-03-24.
19.0.5
67d19ff0chore: deprecate usingPromise (#2651) (Morgan Roderick)598dddb6chore: deprecate useFakeXMLHttpRequest and useFakeServer (Morgan Roderick)Released by Morgan Roderick on 2025-03-23.
19.0.4
The release script failed half-way in 19.0.3, so re-releasing.
da67311aRevert "Add version 19.0.3 to releases" (Carl-Erik Kopseng)
... (truncated)
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by mrgnrdrck, a new releaser for sinon since your current version.
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Technical Details
| ID: | 11094287 |
| UUID: | 3310119656 |
| Node ID: | PR_kwDOGcsm9c6jDYiH |
| Host: | GitHub |
| Repository: | soderlind/wordpress-develop |