René's URL Explorer Experiment


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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will 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 minor version will 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 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 will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:bc783ba3-29e4-bc70-8fd8-3098726e55b4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD8EE:100EDA:119F300:16EFC0E:69921117
html-safe-nonce3c26e320c55ce322b38ef9936ede93d97ffea96721fd640a327a690e20522def
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOEVFOjEwMEVEQToxMTlGMzAwOjE2RUZDMEU6Njk5MjExMTciLCJ2aXNpdG9yX2lkIjoiNDM5NjAwOTM3MTIzMTk4MTg0NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac06d430cbeb3798961681f51520e4ace3c902987754192fbd498e83333a6998aa
hovercard-subject-tagpull_request:2735573127
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/soderlind/wordpress-develop/pull/103/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/soderlind/wordpress-develop git https://github.com/soderlind/wordpress-develop.git
octolytics-dimension-user_id1649452
octolytics-dimension-user_loginsoderlind
octolytics-dimension-repository_id432744181
octolytics-dimension-repository_nwosoderlind/wordpress-develop
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id75645659
octolytics-dimension-repository_parent_nwoWordPress/wordpress-develop
octolytics-dimension-repository_network_root_id75645659
octolytics-dimension-repository_network_root_nwoWordPress/wordpress-develop
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsoderlind%2Fwordpress-develop%2Fpull%2F103%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsoderlind%2Fwordpress-develop%2Fpull%2F103%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=soderlind%2Fwordpress-develop
Reloadhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
Reloadhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
Reloadhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
soderlind https://patch-diff.githubusercontent.com/soderlind
wordpress-develophttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop
WordPress/wordpress-develophttps://patch-diff.githubusercontent.com/WordPress/wordpress-develop
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop
Code https://patch-diff.githubusercontent.com/soderlind/wordpress-develop
Pull requests 59 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulls
Actions https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions
Projects 0 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/projects
Security 0 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/security
Insights https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulse
Code https://patch-diff.githubusercontent.com/soderlind/wordpress-develop
Pull requests https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulls
Actions https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions
Projects https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/projects
Security https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/security
Insights https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fsoderlind%2Fwordpress-develop%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
trunkhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/tree/trunk
dependabot/npm_and_yarn/tests-qunit-270c9f45c3https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/tree/dependabot/npm_and_yarn/tests-qunit-270c9f45c3
Conversation 2 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103
Commits 1 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/commits
Checks 830 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/checks
Files changed https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
Bump the tests-qunit group with 2 updates https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
6e2eeaa Bump the tests-qunit group with 2 updates dependabot[bot] Aug 11, 2025 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/commits/6e2eeaa923f38726c931a67839738f733779c4ee
Clear filters https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
package-lock.json https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
package-lock.jsonhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
View file https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/blob/6e2eeaa923f38726c931a67839738f733779c4ee/package-lock.json
Open in desktop https://desktop.github.com
how customized files appear on GitHubhttps://docs.github.com/github/administering-a-repository/customizing-how-changed-files-appear-on-github
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files
package.jsonhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/blob/6e2eeaa923f38726c931a67839738f733779c4ee/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/103/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.