dependabot[bot] opened a new pull request, #3405:
URL: https://github.com/apache/tinkerpop/pull/3405

   Bumps [jsdom](https://github.com/jsdom/jsdom) from 26.1.0 to 29.1.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jsdom/jsdom/releases";>jsdom's releases</a>.</em></p>
   <blockquote>
   <h2>v29.1.1</h2>
   <ul>
   <li>Fixed <code>'border-radius'</code> computed style serialization. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Fixed computed style computation when using 
<code>'background-origin'</code> and <code>'background-clip'</code> CSS 
properties. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Significantly optimized initial calls to 
<code>getComputedStyle()</code>, before the cache warms up. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   </ul>
   <h2>v29.1.0</h2>
   <ul>
   <li>Added basic support for the ratio CSS type. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Fixed <code>getComputedStyle()</code> sometimes returning outdated 
results after CSS was modified. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   </ul>
   <h2>v29.0.2</h2>
   <ul>
   <li>Significantly improved and sped up <code>getComputedStyle()</code>. 
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 <code>currentcolor</code> and system colors. 
(<a href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Fixed CSS <code>'background</code>' and <code>'border'</code> shorthand 
parsing. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   </ul>
   <h2>v29.0.1</h2>
   <ul>
   <li>Fixed CSS parsing of <code>'border'</code>, <code>'background'</code>, 
and their sub-shorthands containing keywords or <code>var()</code>. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Fixed <code>getComputedStyle()</code> to return a more functional 
<code>CSSStyleDeclaration</code> object, including indexed access support, 
which regressed in v29.0.0.</li>
   </ul>
   <h2>v29.0.0</h2>
   <p>Breaking changes:</p>
   <ul>
   <li>Node.js v22.13.0+ is now the minimum supported v22 version (was 
v22.12.0+).</li>
   </ul>
   <p>Other changes:</p>
   <ul>
   <li>Overhauled the CSSOM implementation, replacing the <a 
href="https://www.npmjs.com/package/@acemir/cssom";><code>@acemir/cssom</code></a>
 and <a href="https://github.com/jsdom/cssstyle";><code>cssstyle</code></a> 
dependencies with fresh internal implementations built on webidl2js wrappers 
and the <a 
href="https://www.npmjs.com/package/css-tree";><code>css-tree</code></a> parser. 
Serialization, parsing, and API behavior is improved in various ways, 
especially around edge cases.</li>
   <li>Added <code>CSSCounterStyleRule</code> and <code>CSSNamespaceRule</code> 
to jsdom <code>Window</code>s.</li>
   <li>Added <code>cssMediaRule.matches</code> and 
<code>cssSupportsRule.matches</code> getters.</li>
   <li>Added proper media query parsing in <code>MediaList</code>, using 
<code>css-tree</code> instead of naive comma-splitting. Invalid queries become 
<code>&quot;not all&quot;</code> per spec.</li>
   <li>Added <code>cssKeyframeRule.keyText</code> getter/setter validation.</li>
   <li>Added <code>cssStyleRule.selectorText</code> setter validation: invalid 
selectors are now rejected.</li>
   <li>Added <code>styleSheet.ownerNode</code>, <code>styleSheet.href</code>, 
and <code>styleSheet.title</code>.</li>
   <li>Added bad port blocking per the <a 
href="https://fetch.spec.whatwg.org/#bad-port";>fetch specification</a>, 
preventing fetches to commonly-abused ports.</li>
   <li>Improved <code>Document</code> initialization performance by lazily 
initializing the CSS selector engine, avoiding ~0.5 ms of overhead per 
<code>Document</code>. (<a 
href="https://github.com/thypon";><code>@​thypon</code></a>)</li>
   <li>Fixed a memory leak when stylesheets were removed from the document.</li>
   <li>Fixed <code>CSSStyleDeclaration</code> modifications to properly trigger 
custom element reactions.</li>
   <li>Fixed nested <code>@media</code> rule parsing.</li>
   <li>Fixed <code>CSSStyleSheet</code>'s &quot;disallow modification&quot; 
flag not being checked in all mutation methods.</li>
   <li>Fixed <code>XMLHttpRequest</code>'s <code>response</code> getter 
returning parsed JSON during the <code>LOADING</code> state instead of 
<code>null</code>.</li>
   <li>Fixed <code>getComputedStyle()</code> crashing in XHTML documents when 
stylesheets contained at-rules such as <code>@page</code> or 
<code>@font-face</code>.</li>
   <li>Fixed a potential hang in synchronous <code>XMLHttpRequest</code> caused 
by a race condition with the worker thread's idle timeout.</li>
   </ul>
   <h2>v28.1.0</h2>
   <ul>
   <li>Added <code>blob.text()</code>, <code>blob.arrayBuffer()</code>, and 
<code>blob.bytes()</code> methods.</li>
   <li>Improved <code>getComputedStyle()</code> to account for CSS specificity 
when multiple rules apply. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Improved synchronous <code>XMLHttpRequest</code> performance by using a 
persistent worker thread, avoiding ~400ms of setup overhead on every 
synchronous request after the first one.</li>
   <li>Improved performance of <code>node.getRootNode()</code>, 
<code>node.isConnected</code>, and <code>event.dispatchEvent()</code> by 
caching the root node of document-connected trees.</li>
   <li>Fixed <code>getComputedStyle()</code> to correctly handle 
<code>!important</code> priority. (<a 
href="https://github.com/asamuzaK";><code>@​asamuzaK</code></a>)</li>
   <li>Fixed <code>document.getElementById()</code> to return the first element 
in tree order when multiple elements share the same ID.</li>
   <li>Fixed <code>&lt;svg&gt;</code> elements to no longer incorrectly proxy 
event handlers to the <code>Window</code>.</li>
   <li>Fixed <code>FileReader</code> event timing and 
<code>fileReader.result</code> state to more closely follow the spec.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/9b9ea7e10b7842cd38c61458a38774cc3b60c24c";><code>9b9ea7e</code></a>
 29.1.1</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/07efb7821c992108ec6d4d5fa603f1666e704b1a";><code>07efb78</code></a>
 Optimize computed style comparison</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/5f6632990297dddf82b1e0b369870ca27c11da90";><code>5f66329</code></a>
 Fix background-origin/background-clip in background shorthand</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/ad8af77ecc76a572ccd139770df0f27c7c06217a";><code>ad8af77</code></a>
 Fix border shorthand handling</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/5a3e88ea9b13d22457165c8296df7377ce243b24";><code>5a3e88e</code></a>
 29.1.0</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/73db2041724bb498ed55b4e863ffba7012e79675";><code>73db204</code></a>
 Update dependencies and dev dependencies</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/a7168a579d26e43e8ea5599b7beb9b8f74c7f412";><code>a7168a5</code></a>
 Support ratio CSS unit type</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/15346e055b070d4e4ed890b68e832b6dba1b9132";><code>15346e0</code></a>
 Fix style cache invalidation</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/2a1e2cdb443e276b28ca49937cf7a7d6fa0a4806";><code>2a1e2cd</code></a>
 29.0.2</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/4097d66ba188805a408b5186b4b8036bf582b40f";><code>4097d66</code></a>
 Resolve computed CSS values lazily in CSSStyleDeclaration</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jsdom/jsdom/compare/v26.1.0...v29.1.1";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for jsdom since your current version.</p>
   </details>
   <details>
   <summary>Install script changes</summary>
   <p>This version modifies <code>prepare</code> script that runs during 
installation. Review the package contents before updating.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=26.1.0&new-version=29.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to