Skip to content

chore(deps): update dependency jsdom to v28#7791

Open
backstage-goalie[bot] wants to merge 1 commit intomainfrom
renovate/jsdom-28.x
Open

chore(deps): update dependency jsdom to v28#7791
backstage-goalie[bot] wants to merge 1 commit intomainfrom
renovate/jsdom-28.x

Conversation

@backstage-goalie
Copy link
Contributor

@backstage-goalie backstage-goalie bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
jsdom ^27.1.0^28.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jsdom/jsdom (jsdom)

v28.1.0

Compare Source

  • Added blob.text(), blob.arrayBuffer(), and blob.bytes() methods.
  • Improved getComputedStyle() to account for CSS specificity when multiple rules apply. (asamuzaK)
  • Improved synchronous XMLHttpRequest performance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.
  • Improved performance of node.getRootNode(), node.isConnected, and event.dispatchEvent() by caching the root node of document-connected trees.
  • Fixed getComputedStyle() to correctly handle !important priority. (asamuzaK)
  • Fixed document.getElementById() to return the first element in tree order when multiple elements share the same ID.
  • Fixed <svg> elements to no longer incorrectly proxy event handlers to the Window.
  • Fixed FileReader event timing and fileReader.result state to more closely follow the spec.
  • Fixed a potential hang when synchronous XMLHttpRequest encountered dispatch errors.
  • Fixed compatibility with environments where Node.js's built-in fetch() has been used before importing jsdom, by working around undici v6/v7 incompatibilities.

v28.0.0

Compare Source

  • 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.

v27.4.0

Compare Source

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@backstage-goalie backstage-goalie bot requested review from a team and grantila as code owners February 25, 2026 20:15
@backstage-goalie backstage-goalie bot added the dependencies Pull requests that update a dependency file label Feb 25, 2026
@backstage-goalie backstage-goalie bot requested a review from 04kash February 25, 2026 20:15
@backstage-goalie backstage-goalie bot force-pushed the renovate/jsdom-28.x branch 11 times, most recently from 95e6f0c to 36c3752 Compare February 27, 2026 14:15
@backstage-goalie backstage-goalie bot changed the title chore(deps): update dependency jsdom to v28 Update dependency jsdom to v28 Feb 27, 2026
@backstage-goalie backstage-goalie bot force-pushed the renovate/jsdom-28.x branch 13 times, most recently from 11f85e3 to 5e074bd Compare March 1, 2026 18:53
@backstage-goalie backstage-goalie bot force-pushed the renovate/jsdom-28.x branch from 5e074bd to e97bea2 Compare March 1, 2026 19:53
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@backstage-goalie backstage-goalie bot force-pushed the renovate/jsdom-28.x branch from e97bea2 to 79e22cd Compare March 1, 2026 20:52
@backstage-goalie backstage-goalie bot changed the title Update dependency jsdom to v28 chore(deps): update dependency jsdom to v28 Mar 1, 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 workspace/manage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant