Skip to content

chore(deps): bump jsdom from 29.1.1 to 30.0.1 in /frontend - #1586

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/frontend/jsdom-30.0.1
Closed

chore(deps): bump jsdom from 29.1.1 to 30.0.1 in /frontend#1586
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/frontend/jsdom-30.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps jsdom from 29.1.1 to 30.0.1.

Release notes

Sourced from jsdom's releases.

v30.0.1

  • Fixed getComputedStyle() with calc() and other functions throwing an exception, which regressed in v30.0.0. (@​asamuzaK)
  • Sped up up range operations on large documents (@​leonidaz)

v30.0.0

Breaking changes:

  • Node.js minimum version raised to ^22.22.2 || ^24.15.0 || >=26.0.0.

Other changes:

  • Added CSS.escape() and CSS.supports() functions. (@​asamuzaK)
  • Added 'background-position-x' and 'background-position-y' CSS properties. (@​olagokemills)
  • Fixed getComputedStyle() to convert length values into pixels. (@​asamuzaK)
  • Fixed CSS function serialization, e.g., in the return value of getPropertyValue(). (@​asamuzaK)
  • Fixed the type of error thrown by document.evaluate() (@​dokson)
Commits
  • 6584485 30.0.1
  • 0c51df6 Update dependencies and dev dependencies
  • 32adb34 Bump @​asamuzakjp/dom-selector
  • 70f014a Speed up range operations on large documents
  • 250d7ee Partially fix getComputedStyle with calc()
  • 20a01fc 30.0.0
  • 8c8e583 Precompute WPT expectation matches
  • f32245c Bump Node.js floor and dependencies
  • 03ef23b Add background-position longhands
  • ded056f Test CSS.escape() with numeric IDs
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file frontend Frontend code and dependency changes labels Aug 3, 2026
Bumps [jsdom](https://github.com/jsdom/jsdom) from 29.1.1 to 30.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Commits](jsdom/jsdom@v29.1.1...v30.0.1)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 30.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bun/frontend/jsdom-30.0.1 branch from 1f300d3 to 10bd10e Compare August 4, 2026 07:21
Soju06 added a commit that referenced this pull request Aug 4, 2026
Bumps jsdom from 29.1.1 to 30.0.1 in /frontend, together with the 7
test-assertion updates that the dependabot bump (#1586) cannot carry.
Supersedes dependabot's blocked bump; dependabot will auto-close/rebase
once main is on 30.0.1.

jsdom 30 intentionally changed CSS serialization (see #1514 discussion):
- calc() is simplified before serialization, even for inline styles,
  so authored expressions like calc(5 * 1.75rem) now serialize as
  calc(8.75rem)
- getComputedStyle() converts length values to pixels, so ch-unit
  expectations via toHaveStyle no longer match

The affected assertions now check the raw inline style property
(element.style.X) instead of routing through getComputedStyle:
simplified calc forms for the 5 maxHeight assertions, and authored
ch values (preserved on the inline style) for the 2 minWidth ones.
Component code is unchanged.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

Looks like jsdom is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 4, 2026
@dependabot
dependabot Bot deleted the dependabot/bun/frontend/jsdom-30.0.1 branch August 4, 2026 10:49
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 frontend Frontend code and dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants