Skip to content

chore(deps): update dependency jsdom to v29#1372

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

chore(deps): update dependency jsdom to v29#1372
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jsdom-29.x

Conversation

@renovate

@renovate renovate Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
jsdom ^27.4.0^29.0.0 age confidence

Release Notes

jsdom/jsdom (jsdom)

v29.1.1

Compare Source

v29.1.0

Compare Source

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

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 becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Mar 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
shortvid Ready Ready Preview, Comment Jun 11, 2026 11:52am

Request Review

@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 56fd3d1 to 1777cb4 Compare March 20, 2026 05:02
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 1777cb4 to 83c2900 Compare April 1, 2026 18:39
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 83c2900 to a04fce7 Compare April 7, 2026 05:21
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from a04fce7 to 17eab0f Compare April 8, 2026 16:52
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 17eab0f to bd3304b Compare April 27, 2026 02:15
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from bd3304b to b38ab39 Compare April 30, 2026 14:06
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from b38ab39 to 9b2a7d3 Compare May 10, 2026 11:51
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 9b2a7d3 to 9e1dd6b Compare May 10, 2026 21:18
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 9e1dd6b to 8fa2c3e Compare May 11, 2026 04:57
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 8fa2c3e to 8b3f2c6 Compare May 12, 2026 10:08
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 8b3f2c6 to f2c246e Compare May 18, 2026 10:13
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from f2c246e to 6ff52c2 Compare May 28, 2026 18:50
@renovate renovate Bot force-pushed the renovate/jsdom-29.x branch from 6ff52c2 to 84dde66 Compare June 1, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants