Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jsdom 25.0.1 → 26.0.0 (major) #640

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jan 11, 2025

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ jsdom (25.0.1 → 26.0.0) · Repo · Changelog

Release Notes

26.0.0

Breaking change: canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

Other changes:

  • Added AbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting the ElementInternals labels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updated whatwg-url, adding support for URL.parse().
  • Updated cssstyle and rrweb-cssom, to improve CSS parsing capabilities.
  • Updated nwsapi, improving CSS selector matching.
  • Updated parse5, fixing a bug around <noframes> elements and HTML entity decoding.
  • Fixed JSDOM.fromURL() to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 9 commits:

↗️ agent-base (indirect, 7.1.0 → 7.1.3) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ form-data (indirect, 4.0.0 → 4.0.1) · Repo

Release Notes

4.0.1

Fixes

  • npmignore temporary build files (#532)
  • move util.isArray to Array.isArray (#564)

Tests

  • migrate from travis to GHA

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ https-proxy-agent (indirect, 7.0.5 → 7.0.6) · Repo · Changelog

↗️ parse5 (indirect, 7.1.2 → 7.2.1) · Repo

Release Notes

7.2.1

What's Changed

  • chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 by @dependabot in #1292
  • chore(deps-dev): bump globals from 15.10.0 to 15.11.0 by @dependabot in #1293
  • chore(deps): bump coverallsapp/github-action from 2.3.0 to 2.3.1 by @dependabot in #1294
  • chore(deps-dev): bump typedoc from 0.26.8 to 0.26.9 by @dependabot in #1295
  • chore(deps): bump github/codeql-action from 3.26.11 to 3.26.13 by @dependabot in #1297
  • chore(deps-dev): bump typescript-eslint from 8.8.1 to 8.9.0 by @dependabot in #1298
  • chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.2 by @dependabot in #1300
  • chore(deps-dev): bump typedoc from 0.26.9 to 0.26.10 by @dependabot in #1301
  • chore(deps): bump coverallsapp/github-action from 2.3.2 to 2.3.3 by @dependabot in #1302
  • chore(deps-dev): bump typescript-eslint from 8.9.0 to 8.10.0 by @dependabot in #1304
  • chore(deps-dev): bump eslint from 9.12.0 to 9.13.0 by @dependabot in #1305
  • chore(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0 by @dependabot in #1306
  • chore(deps-dev): bump typescript-eslint from 8.10.0 to 8.11.0 by @dependabot in #1307
  • chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #1308
  • chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #1309
  • chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 by @dependabot in #1310
  • chore(deps): bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #1311
  • fix: export tree adapter types as namespace to support TS4.x by @43081j in #1313
  • chore: bump parse5 to 7.2.1 by @43081j in #1314

Full Changelog: v7.2.0...v7.2.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ whatwg-url (indirect, 14.0.0 → 14.1.0) · Repo

Release Notes

14.1.0

Added URL.parse(), per whatwg/url@58acb06.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 8 commits:

🆕 @​asamuzakjp/css-color (added, 2.8.2)

🆕 @​csstools/color-helpers (added, 5.0.1)

🆕 @​csstools/css-calc (added, 2.1.1)

🆕 @​csstools/css-color-parser (added, 3.0.7)

🆕 @​csstools/css-parser-algorithms (added, 3.0.4)

🆕 @​csstools/css-tokenizer (added, 3.0.3)

🆕 lru-cache (added, 11.0.2)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added dependencies Pull requests that update a dependency file Technical debt Technical Debt labels Jan 11, 2025
Copy link

codecov bot commented Jan 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.26%. Comparing base (db38c09) to head (9fbc564).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #640   +/-   ##
========================================
  Coverage    80.26%   80.26%           
========================================
  Files           38       38           
  Lines         2742     2742           
  Branches       267      267           
========================================
  Hits          2201     2201           
  Misses         541      541           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Technical debt Technical Debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants