Skip to content

Update dependency jsdom to v29#8821

Open
backstage-goalie[bot] wants to merge 1 commit into
mainfrom
renovate/jsdom-29.x
Open

Update dependency jsdom to v29#8821
backstage-goalie[bot] wants to merge 1 commit into
mainfrom
renovate/jsdom-29.x

Conversation

@backstage-goalie
Copy link
Copy Markdown
Contributor

@backstage-goalie backstage-goalie Bot commented Apr 24, 2026

This PR contains the following updates:

Package Change Age Confidence
jsdom ^27^29.0.0 age confidence
jsdom ^27.0.0^29.0.0 age confidence
jsdom ^27.1.0^29.0.0 age confidence

Warning

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


Release Notes

jsdom/jsdom (jsdom)

v29.1.1

Compare Source

  • Fixed 'border-radius' computed style serialization. (@​asamuzaK)
  • Fixed computed style computation when using 'background-origin' and 'background-clip' CSS properties. (@​asamuzaK)
  • Significantly optimized initial calls to getComputedStyle(), before the cache warms up. (@​asamuzaK)

v29.1.0

Compare Source

  • Added basic support for the ratio CSS type. (@​asamuzaK)
  • Fixed getComputedStyle() sometimes returning outdated results after CSS was modified. (@​asamuzaK)

v29.0.2

Compare Source

  • Significantly improved and sped up getComputedStyle(). Computed value rules are now applied across a broader set of properties, and include fixes related to inheritance, defaulting keywords, custom properties, and color-related values such as currentcolor and system colors. (@​asamuzaK)
  • Fixed CSS 'background' and 'border' shorthand parsing. (@​asamuzaK)

v29.0.1

Compare Source

  • Fixed CSS parsing of 'border', 'background', and their sub-shorthands containing keywords or var(). (@​asamuzaK)
  • Fixed getComputedStyle() to return a more functional CSSStyleDeclaration object, including indexed access support, which regressed in v29.0.0.

v29.0.0

Compare Source

Breaking changes:

  • Node.js v22.13.0+ is now the minimum supported v22 version (was v22.12.0+).

Other changes:

  • Overhauled the CSSOM implementation, replacing the @acemir/cssom and cssstyle dependencies with fresh internal implementations built on webidl2js wrappers and the css-tree parser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.
  • Added CSSCounterStyleRule and CSSNamespaceRule to jsdom Windows.
  • Added cssMediaRule.matches and cssSupportsRule.matches getters.
  • Added proper media query parsing in MediaList, using css-tree instead of naive comma-splitting. Invalid queries become "not all" per spec.
  • Added cssKeyframeRule.keyText getter/setter validation.
  • Added cssStyleRule.selectorText setter validation: invalid selectors are now rejected.
  • Added styleSheet.ownerNode, styleSheet.href, and styleSheet.title.
  • Added bad port blocking per the fetch specification, preventing fetches to commonly-abused ports.
  • Improved Document initialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead per Document. (@​thypon)
  • Fixed a memory leak when stylesheets were removed from the document.
  • Fixed CSSStyleDeclaration modifications to properly trigger custom element reactions.
  • Fixed nested @media rule parsing.
  • Fixed CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.
  • Fixed XMLHttpRequest's response getter returning parsed JSON during the LOADING state instead of null.
  • Fixed getComputedStyle() crashing in XHTML documents when stylesheets contained at-rules such as @page or @font-face.
  • Fixed a potential hang in synchronous XMLHttpRequest caused by a race condition with the worker thread's idle timeout.

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.

Configuration

📅 Schedule: (UTC)

  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

Copilot AI review requested due to automatic review settings April 24, 2026 00:30
@backstage-goalie backstage-goalie Bot added the dependencies Pull requests that update a dependency file label Apr 24, 2026
@backstage-goalie backstage-goalie Bot requested review from a team, awanlin and grantila as code owners April 24, 2026 00:30
@backstage-goalie backstage-goalie Bot review requested due to automatic review settings April 24, 2026 00:30
Copilot AI review requested due to automatic review settings April 24, 2026 06:55
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 563ea21 to 094b545 Compare April 24, 2026 06:55
@backstage-goalie backstage-goalie Bot requested review from Copilot and removed request for Copilot April 24, 2026 06:55
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 094b545 to 6208883 Compare April 24, 2026 11:44
@backstage-goalie backstage-goalie Bot requested review from Copilot and removed request for Copilot April 24, 2026 11:44
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 6208883 to 0967b87 Compare April 24, 2026 12:43
@backstage-goalie backstage-goalie Bot review requested due to automatic review settings April 24, 2026 12:43
@backstage-goalie backstage-goalie Bot changed the title chore(deps): update dependency jsdom to v29 Update dependency jsdom to v29 Apr 24, 2026
Copilot AI review requested due to automatic review settings April 24, 2026 19:35
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 82bc7c5 to 2818499 Compare April 24, 2026 19:35
@backstage-goalie backstage-goalie Bot review requested due to automatic review settings April 24, 2026 19:35
@backstage-goalie backstage-goalie Bot changed the title Update dependency jsdom to v29 chore(deps): update dependency jsdom to v29 Apr 24, 2026
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 2818499 to 81ec90c Compare April 24, 2026 20:29
@backstage-goalie backstage-goalie Bot requested review from Copilot and removed request for Copilot April 24, 2026 20:29
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 81ec90c to d3dbace Compare April 24, 2026 21:31
@backstage-goalie backstage-goalie Bot requested review from Copilot and removed request for Copilot April 24, 2026 21:31
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from d3dbace to aafd8ef Compare April 25, 2026 05:03
@backstage-goalie backstage-goalie Bot review requested due to automatic review settings April 25, 2026 05:03
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from aafd8ef to e207f14 Compare April 25, 2026 13:41
@backstage-goalie backstage-goalie Bot requested review from Copilot and removed request for Copilot April 25, 2026 13:41
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from e207f14 to 65bb8a9 Compare April 25, 2026 19:37
@backstage-goalie backstage-goalie Bot review requested due to automatic review settings April 25, 2026 19:37
@backstage-goalie backstage-goalie Bot changed the title chore(deps): update dependency jsdom to v29 Update dependency jsdom to v29 Apr 25, 2026
Copilot AI review requested due to automatic review settings April 26, 2026 05:21
@backstage-goalie backstage-goalie Bot force-pushed the renovate/jsdom-29.x branch from 65bb8a9 to 78bb20c Compare April 26, 2026 05:21
@backstage-goalie backstage-goalie Bot review requested due to automatic review settings April 26, 2026 05:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants