Skip to content

Update jsdom 27.4.0 → 28.0.0 (major)#936

Open
depfu[bot] wants to merge 1 commit intodevelopfrom
depfu/update/npm/jsdom-28.0.0
Open

Update jsdom 27.4.0 → 28.0.0 (major)#936
depfu[bot] wants to merge 1 commit intodevelopfrom
depfu/update/npm/jsdom-28.0.0

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Feb 9, 2026

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 (27.4.0 → 28.0.0) · Repo · Changelog

Release Notes

28.0.0

  • Overhauled resource loading customization. See the new README for details on the new API.
  • Added MIME type sniffing to <iframe> and <frame> loads.
  • Regression: WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.
  • Fixed decoding of the query components of <a> and <area> elements in non-UTF-8 documents.
  • Fixed XMLHttpRequest fetches and WebSocket upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous XMLHttpRequests.)
  • Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.
  • Fixed correctness bugs when passing ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.
  • Fixed require("url").parse() deprecation warning when using WebSockets.
  • Fixed <iframe>, <frame>, and <img> (when canvas is installed) to fire load events, not error events, on non-OK HTTP responses.
  • Fixed many small issues in XMLHttpRequest.

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

Commits

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

↗️ data-urls (indirect, 6.0.0 → 7.0.0) · Repo

Release Notes

7.0.0

Node.js ^20.19.0 || ^22.12.0 || >=24.0.0 is now the minimum supported version.

6.0.1

This release contains dependency updates which should not impact users of the package.

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

Commits

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

↗️ lru-cache (indirect, 11.2.4 → 11.2.5) · Repo · Changelog

Commits

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

↗️ webidl-conversions (indirect, 8.0.0 → 8.0.1) · Repo

Release Notes

8.0.1

  • Sped up and simplified ByteString and USVString conversions. (@ChALkeR, #54)

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

Commits

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

↗️ whatwg-mimetype (indirect, 4.0.0 → 5.0.0) · Repo

Release Notes

5.0.0

Node.js v20 is now the minimum supported version.

The MIMEType class has moved from being the default export to being a named export.

Added MIME sniffing functionality, via the computedMIMEType export.

Removed the raw parsing/serialization APIs.

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

Commits

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

↗️ whatwg-url (indirect, 15.1.0 → 16.0.0) · Repo

Release Notes

16.0.0

Breaking change: now requires Node.js versions ^20.19.0 || ^22.12.0 || >=24.0.0.

Added encoding support for query string parsing, via the new encoding options to parseURL() and basicURLParse(). (The URL API is not affected, as it always uses UTF-8.) Thanks to @ChALkeR and his excellent @exodus/bytes package for providing the foundation!

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

Commits

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

🆕 undici (added, 7.21.0)

🗑️ ws (removed)


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 Feb 9, 2026
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