Skip to content

chore(dev-deps): Update dependency jsdom to v29#1096

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-29-node.js-dev-dependencies
Open

chore(dev-deps): Update dependency jsdom to v29#1096
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-29-node.js-dev-dependencies

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
jsdom ^28.0.0^29.0.0 age confidence

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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)

🚦 Automerge: Enabled.

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

@renovate renovate Bot added dependencies Pull requests that update a dependency file node npm labels Mar 15, 2026
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch from 8d1bebd to 4c50050 Compare March 20, 2026 04:52
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch 3 times, most recently from 7705172 to 3743379 Compare April 8, 2026 18:56
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch 2 times, most recently from edae173 to b546da4 Compare April 30, 2026 11:53
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch 2 times, most recently from 089eb7e to 0d12d95 Compare May 18, 2026 11:12
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch 2 times, most recently from 8fa0e4d to 5719522 Compare June 1, 2026 18:04
@renovate renovate Bot changed the title chore(dev-deps): Update dependency jsdom to v29 chore(dev-deps): Update Node.js Dev Dependencies to v29 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch from 5719522 to 737783f Compare June 11, 2026 18:01
@renovate renovate Bot changed the title chore(dev-deps): Update Node.js Dev Dependencies to v29 chore(dev-deps): Update Node.js Dev Dependencies (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(dev-deps): Update Node.js Dev Dependencies (major) chore(dev-deps): Update dependency jsdom to v29 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-29-node.js-dev-dependencies branch from 737783f to 31f9a18 Compare July 12, 2026 13:02
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 node npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants