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

   Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 24.0.0.
   <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>Version 24.0.0</h2>
   <p>This release reverts our selector engine back to <a 
href="https://www.npmjs.com/nwsapi";><code>nwsapi</code></a>. As discussed in <a 
href="https://redirect.github.com/jsdom/jsdom/issues/3659";>#3659</a>, the 
performance regressions from <a 
href="https://www.npmjs.com/package/@asamuzakjp/dom-selector";><code>@asamuzakjp/dom-selector</code></a>
 turned out to be higher than anticipated. In the future, we can revisit 
<code>@asamuzakjp/dom-selector</code> after it reaches <code>nwsapi</code>'s 
performance on the <a 
href="https://redirect.github.com/jsdom/jsdom/issues/3659#issuecomment-1890852609";>two
 real-world benchmarks provided by the community</a>.</p>
   <p>Since reverting to <code>nwsapi</code> causes several functionality 
regressions, e.g. removing <code>:has()</code> support, we've decided to make 
this a major version.</p>
   <p>Additionally:</p>
   <ul>
   <li>Small fixes to edge-case behavior of the following properties: 
<code>input.maxLength</code>, <code>input.minLength</code>, 
<code>input.size</code>, <code>progress.max</code>, 
<code>tableCell.colSpan</code>, <code>tableCell.rowSpan</code>, 
<code>tableCol.span</code>, <code>textArea.cols</code>, 
<code>textArea.maxLength</code>, <code>textArea.minLength</code>, 
<code>textArea.rows</code>.</li>
   </ul>
   <h2>Version 23.2.0</h2>
   <p>This release switches our CSS selector engine from <a 
href="https://www.npmjs.com/nwsapi";><code>nwsapi</code></a> to <a 
href="https://www.npmjs.com/package/@asamuzakjp/dom-selector";><code>@asamuzakjp/dom-selector</code></a>.
 The new engine is more actively maintained, and supports many new selectors: 
see <a 
href="https://github.com/asamuzaK/domSelector#supported-css-selectors";>the 
package's documentation</a> for the full list. It also works better with shadow 
trees.</p>
   <p>There is a potential of a performance regression due to this change. In 
our stress test benchmark, which runs most of <a 
href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css";>these
 273 selectors</a> against <a 
href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html";>this
 128 KiB document</a>, the new engine completes the benchmark only 0.25x as 
fast. However, we're hopeful that in more moderate usage this will not be a 
significant issue. Any help speeding up <code>@asamuzakjp/dom-selector</code> 
is appreciated, and feel free to open an issue if this has had a significant 
impact on your project.</p>
   <h2>Version 23.1.0</h2>
   <ul>
   <li>Added an initial implementation of <code>ElementInternals</code>, 
including the <code>shadowRoot</code> getter and the string-valued ARIA 
properties. (zjffun)</li>
   <li>Added the string-valued ARIA attribute-reflecting properties to 
<code>Element</code>.</li>
   <li>Fixed <code>history.pushState()</code> and 
<code>history.replaceState()</code> to follow the latest specification, notably 
with regards to how they handle empty string inputs and what new URLs are 
possible.</li>
   <li>Fixed the <code>input.valueAsANumber</code> setter to handle 
<code>NaN</code> correctly. (alexandertrefz)</li>
   <li>Updated various dependencies, including <code>cssstyle</code> which 
contains several bug fixes.</li>
   </ul>
   <h2>Version 23.0.1</h2>
   <ul>
   <li>Fixed the incorrect <code>canvas</code> peer dependency introduced in 
v23.0.0.</li>
   </ul>
   <h2>Version 23.0.0</h2>
   <ul>
   <li>Node.js v18 is now the minimum supported version.</li>
   <li>Updated various dependencies, including <code>whatwg-url</code> which 
integrates various additions to the <code>URL</code> and 
<code>URLSearchParams</code> objects.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/jsdom/jsdom/blob/main/Changelog.md";>jsdom's 
changelog</a>.</em></p>
   <blockquote>
   <h2>24.0.0</h2>
   <p>This release reverts our selector engine back to <a 
href="https://www.npmjs.com/nwsapi";><code>nwsapi</code></a>. As discussed in <a 
href="https://redirect.github.com/jsdom/jsdom/issues/3659";>#3659</a>, the 
performance regressions from <a 
href="https://www.npmjs.com/package/@asamuzakjp/dom-selector";><code>@asamuzakjp/dom-selector</code></a>
 turned out to be higher than anticipated. In the future, we can revisit 
<code>@asamuzakjp/dom-selector</code> after it reaches <code>nwsapi</code>'s 
performance on the <a 
href="https://redirect.github.com/jsdom/jsdom/issues/3659#issuecomment-1890852609";>two
 real-world benchmarks provided by the community</a>.</p>
   <p>Since reverting to <code>nwsapi</code> causes several functionality 
regressions, e.g. removing <code>:has()</code> support, we've decided to make 
this a major version.</p>
   <p>Additionally:</p>
   <ul>
   <li>Small fixes to edge-case behavior of the following properties: 
<code>input.maxLength</code>, <code>input.minLength</code>, 
<code>input.size</code>, <code>progress.max</code>, 
<code>tableCell.colSpan</code>, <code>tableCell.rowSpan</code>, 
<code>tableCol.span</code>, <code>textArea.cols</code>, 
<code>textArea.maxLength</code>, <code>textArea.minLength</code>, 
<code>textArea.rows</code>.</li>
   </ul>
   <h2>23.2.0</h2>
   <p>This release switches our CSS selector engine from <a 
href="https://www.npmjs.com/nwsapi";><code>nwsapi</code></a> to <a 
href="https://www.npmjs.com/package/@asamuzakjp/dom-selector";><code>@asamuzakjp/dom-selector</code></a>.
 The new engine is more actively maintained, and supports many new selectors: 
see <a 
href="https://github.com/asamuzaK/domSelector#supported-css-selectors";>the 
package's documentation</a> for the full list. It also works better with shadow 
trees.</p>
   <p>There is a potential of a performance regression due to this change. In 
our stress test benchmark, which runs most of <a 
href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selectors.large.css";>these
 273 selectors</a> against <a 
href="https://github.com/jsdom/jsdom/blob/908f27d4e348502a9068f0b335a8518d050ef872/benchmark/selectors/sizzle-speed/selector.html";>this
 128 KiB document</a>, the new engine completes the benchmark only 0.25x as 
fast. However, we're hopeful that in more moderate usage this will not be a 
significant issue. Any help speeding up <code>@asamuzakjp/dom-selector</code> 
is appreciated, and feel free to open an issue if this has had a significant 
impact on your project.</p>
   <h2>23.1.0</h2>
   <ul>
   <li>Added an initial implementation of <code>ElementInternals</code>, 
including the <code>shadowRoot</code> getter and the string-valued ARIA 
properties. (zjffun)</li>
   <li>Added the string-valued ARIA attribute-reflecting properties to 
<code>Element</code>.</li>
   <li>Fixed <code>history.pushState()</code> and 
<code>history.replaceState()</code> to follow the latest specification, notably 
with regards to how they handle empty string inputs and what new URLs are 
possible.</li>
   <li>Fixed the <code>input.valueAsANumber</code> setter to handle 
<code>NaN</code> correctly. (alexandertrefz)</li>
   <li>Updated various dependencies, including <code>cssstyle</code> which 
contains several bug fixes.</li>
   </ul>
   <h2>23.0.1</h2>
   <ul>
   <li>Fixed the incorrect <code>canvas</code> peer dependency introduced in 
v23.0.0.</li>
   </ul>
   <h2>23.0.0</h2>
   <ul>
   <li>Node.js v18 is now the minimum supported version.</li>
   <li>Updated various dependencies, including <code>whatwg-url</code> which 
integrates various additions to the <code>URL</code> and 
<code>URLSearchParams</code> objects.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/2f8a7302a43fff92f244d5f3426367a8eb2b8896";><code>2f8a730</code></a>
 Version 24.0.0</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/db0a4dc4f9f9077f83be20daf9a34f255bd1264b";><code>db0a4dc</code></a>
 Implement the remaining types of numeric reflection</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/c1d7005f1dfa3312e831b000464f49966b5edffe";><code>c1d7005</code></a>
 Implement full long reflection</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/ac815fff2339b0175a1eca6ee6be3298b63035a8";><code>ac815ff</code></a>
 Revert back to nwsapi</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/5b1a49e7d56bb58fec980ce7caadbf26775e95b4";><code>5b1a49e</code></a>
 Fix changelog link to dom-selector</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/cf8b707a080b15746046177e8bdb70c3c5ef295a";><code>cf8b707</code></a>
 Version 23.2.0</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/908f27d4e348502a9068f0b335a8518d050ef872";><code>908f27d</code></a>
 Update dom-selector and roll web platform tests</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/c039e5232f722be6634d21e8544a9a37f48ef673";><code>c039e52</code></a>
 Switch from nwsapi to dom-selector</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/b6776273088fcc80aa9cd6807bbbfdea4634174b";><code>b677627</code></a>
 Add new CSS selectors benchmark</li>
   <li><a 
href="https://github.com/jsdom/jsdom/commit/4b33d36dc89e184ef60f52b60ccb0c5380179c8d";><code>4b33d36</code></a>
 Enable WPT directories css/selectors and css/css-scoping</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jsdom/jsdom/compare/22.1.0...24.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=22.1.0&new-version=24.0.0)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to