chore(deps): update dependency jsdom to v29 - autoclosed - #549
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency jsdom to v29 - autoclosed#549renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
April 8, 2026 20:06
2550713 to
ba0812b
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
April 10, 2026 04:50
ba0812b to
34b82fc
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
April 13, 2026 23:51
34b82fc to
2278bbe
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
April 27, 2026 01:13
2278bbe to
702b373
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
April 30, 2026 06:54
702b373 to
f9c7ecf
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
May 3, 2026 09:07
f9c7ecf to
b7f5056
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
May 12, 2026 10:02
b7f5056 to
7461081
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
May 18, 2026 09:47
7461081 to
ce8a166
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
May 28, 2026 18:46
ce8a166 to
59eefed
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
June 1, 2026 16:54
59eefed to
c6fc011
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
June 11, 2026 12:04
c6fc011 to
18fab49
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
July 12, 2026 11:45
18fab49 to
a4f55f7
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
July 20, 2026 18:57
a4f55f7 to
46706ab
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
July 21, 2026 18:39
46706ab to
ef7d78c
Compare
renovate
Bot
force-pushed
the
renovate/jsdom-29.x
branch
from
July 24, 2026 16:02
ef7d78c to
6eb673e
Compare
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.
This PR contains the following updates:
27.4.0→29.1.1Release Notes
jsdom/jsdom (jsdom)
v29.1.1Compare Source
'border-radius'computed style serialization. (@asamuzaK)'background-origin'and'background-clip'CSS properties. (@asamuzaK)getComputedStyle(), before the cache warms up. (@asamuzaK)v29.1.0Compare Source
getComputedStyle()sometimes returning outdated results after CSS was modified. (@asamuzaK)v29.0.2Compare Source
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 ascurrentcolorand system colors. (@asamuzaK)'background' and'border'shorthand parsing. (@asamuzaK)v29.0.1Compare Source
'border','background', and their sub-shorthands containing keywords orvar(). (@asamuzaK)getComputedStyle()to return a more functionalCSSStyleDeclarationobject, including indexed access support, which regressed in v29.0.0.v29.0.0Compare Source
Breaking changes:
Other changes:
@acemir/cssomandcssstyledependencies with fresh internal implementations built on webidl2js wrappers and thecss-treeparser. Serialization, parsing, and API behavior is improved in various ways, especially around edge cases.CSSCounterStyleRuleandCSSNamespaceRuleto jsdomWindows.cssMediaRule.matchesandcssSupportsRule.matchesgetters.MediaList, usingcss-treeinstead of naive comma-splitting. Invalid queries become"not all"per spec.cssKeyframeRule.keyTextgetter/setter validation.cssStyleRule.selectorTextsetter validation: invalid selectors are now rejected.styleSheet.ownerNode,styleSheet.href, andstyleSheet.title.Documentinitialization performance by lazily initializing the CSS selector engine, avoiding ~0.5 ms of overhead perDocument. (@thypon)CSSStyleDeclarationmodifications to properly trigger custom element reactions.@mediarule parsing.CSSStyleSheet's "disallow modification" flag not being checked in all mutation methods.XMLHttpRequest'sresponsegetter returning parsed JSON during theLOADINGstate instead ofnull.getComputedStyle()crashing in XHTML documents when stylesheets contained at-rules such as@pageor@font-face.XMLHttpRequestcaused by a race condition with the worker thread's idle timeout.v28.1.0Compare Source
blob.text(),blob.arrayBuffer(), andblob.bytes()methods.getComputedStyle()to account for CSS specificity when multiple rules apply. (@asamuzaK)XMLHttpRequestperformance by using a persistent worker thread, avoiding ~400ms of setup overhead on every synchronous request after the first one.node.getRootNode(),node.isConnected, andevent.dispatchEvent()by caching the root node of document-connected trees.getComputedStyle()to correctly handle!importantpriority. (@asamuzaK)document.getElementById()to return the first element in tree order when multiple elements share the same ID.<svg>elements to no longer incorrectly proxy event handlers to theWindow.FileReaderevent timing andfileReader.resultstate to more closely follow the spec.XMLHttpRequestencountered dispatch errors.fetch()has been used before importing jsdom, by working around undici v6/v7 incompatibilities.v28.0.0Compare Source
<iframe>and<frame>loads.WebSockets are no longer correctly throttled to one connection per origin. This is a result of the bug at nodejs/undici#4743.<a>and<area>elements in non-UTF-8 documents.XMLHttpRequestfetches andWebSocketupgrade requests to be interceptable by the new customizable resource loading. (Except synchronousXMLHttpRequests.)ArrayBuffers or typed arrays to various APIs, where they would not correctly snapshot the data.require("url").parse()deprecation warning when usingWebSockets.<iframe>,<frame>, and<img>(whencanvasis installed) to fireloadevents, noterrorevents, on non-OK HTTP responses.XMLHttpRequest.Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.