Title: Bump the tests-qunit group with 2 updates by dependabot[bot] · Pull Request #103 · soderlind/wordpress-develop · GitHub
Open Graph Title: Bump the tests-qunit group with 2 updates by dependabot[bot] · Pull Request #103 · soderlind/wordpress-develop
X Title: Bump the tests-qunit group with 2 updates by dependabot[bot] · Pull Request #103 · soderlind/wordpress-develop
Description: 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 error event listeners, to improve reporting of early errors. 7c2f871ac3
2.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 .mjs and .cjs to 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 .mjs or .cjs
files that should not be executed, you can opt-out by passing test/*.js or
test/**/*.js explicitly instead of test/.
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.tap for enabling TAP via preconfig. #1711
Core: Add memory to the runEnd event 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
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 error event listeners, to improve reporting of early errors. 7c2f871ac3
2.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 .mjs and .cjs to 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 .mjs or .cjs
files that should not be executed, you can opt-out by passing test/*.js or
test/**/*.js explicitly instead of test/.
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.tap for enabling TAP via preconfig. #1711
Core: Add memory to the runEnd event 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
Commits
00aa314 Release 2.24.1
7c2f871 Core: Add memory to the error event to allow late event listeners
01f7780 CLI: Fix TAP compliance for early errors (e.g. syntax error in test file)
b4d48fc CLI: Fix TAP compliance for actual/expected indent and skip/todo colors
ca5e5ac Release 2.24.0
27a33d1 Core: Add memory to the runEnd event to allow late event listeners
b13ade0 HTML Reporter: Faster "Hide passed" toggling on large test suites
567ab7d Demos: Introduce q4000 benchmark
f8cce2b HTML Reporter: Fix unexpected pointer cursor on "Source:" label
61c2501 Core: Support TAP preconfig via QUnit.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
fd10f13f
chore!: 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
c7202351
Revert "chore: npm audit" (Morgan Roderick)
This reverts commit 824da531173204e4106bf15ab2677b6193802893.
824da531
chore: npm audit (Morgan Roderick)
14edd78e
chore: upgrade esbuild (Morgan Roderick)
1ac5af9c
npm audit (Morgan Roderick)
Released by Morgan Roderick on 2025-06-13.
20.0.0
b6daed26
chore!: remove usingPromise (Morgan Roderick)
Everyone should be using native promises by now, or should know how to stub natives
95d4b8fc
chore!: 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
67d19ff0
chore: deprecate usingPromise (#2651) (Morgan Roderick)
598dddb6
chore: 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.
da67311a
Revert "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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: 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....
X Description: 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 quni...
Opengraph URL: https://github.com/soderlind/wordpress-develop/pull/103
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:bc783ba3-29e4-bc70-8fd8-3098726e55b4 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | D8EE:100EDA:119F300:16EFC0E:69921117 |
| html-safe-nonce | 3c26e320c55ce322b38ef9936ede93d97ffea96721fd640a327a690e20522def |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOEVFOjEwMEVEQToxMTlGMzAwOjE2RUZDMEU6Njk5MjExMTciLCJ2aXNpdG9yX2lkIjoiNDM5NjAwOTM3MTIzMTk4MTg0NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 06d430cbeb3798961681f51520e4ace3c902987754192fbd498e83333a6998aa |
| hovercard-subject-tag | pull_request:2735573127 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/soderlind/wordpress-develop/pull/103/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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.... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/soderlind/wordpress-develop git https://github.com/soderlind/wordpress-develop.git |
| octolytics-dimension-user_id | 1649452 |
| octolytics-dimension-user_login | soderlind |
| octolytics-dimension-repository_id | 432744181 |
| octolytics-dimension-repository_nwo | soderlind/wordpress-develop |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 75645659 |
| octolytics-dimension-repository_parent_nwo | WordPress/wordpress-develop |
| octolytics-dimension-repository_network_root_id | 75645659 |
| octolytics-dimension-repository_network_root_nwo | WordPress/wordpress-develop |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 848bc6032dcc93a9a7301dcc3f379a72ba13b96e |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width