chore(deps): bump jsdom from 29.1.1 to 30.0.1 in /frontend - #1586
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump jsdom from 29.1.1 to 30.0.1 in /frontend#1586dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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
Bot
force-pushed
the
dependabot/bun/frontend/jsdom-30.0.1
branch
from
August 4, 2026 07:21
1f300d3 to
10bd10e
Compare
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>
Contributor
Author
|
Looks like jsdom is up-to-date now, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jsdom from 29.1.1 to 30.0.1.
Release notes
Sourced from jsdom's releases.
Commits
658448530.0.10c51df6Update dependencies and dev dependencies32adb34Bump@asamuzakjp/dom-selector70f014aSpeed up range operations on large documents250d7eePartially fix getComputedStyle with calc()20a01fc30.0.08c8e583Precompute WPT expectation matchesf32245cBump Node.js floor and dependencies03ef23bAdd background-position longhandsded056fTest CSS.escape() with numeric IDs