dependabot[bot] opened a new pull request, #2954: URL: https://github.com/apache/jena/pull/2954
Bumps [jsdom](https://github.com/jsdom/jsdom) from 25.0.1 to 26.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 26.0.0</h2> <p>Breaking change: <a href="https://www.npmjs.com/package/canvas"><code>canvas</code></a> peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)</p> <p>Other changes:</p> <ul> <li>Added <code>AbortSignal.any()</code>. (jdbevan)</li> <li>Added initial support for form-associated custom elements, in particular making them labelable and supporting the <code>ElementInternals</code> <code>labels</code> property. The form-associated callbacks are not yet supported. (hesxenon)</li> <li>Updated <code>whatwg-url</code>, adding support for <code>URL.parse()</code>.</li> <li>Updated <code>cssstyle</code> and <code>rrweb-cssom</code>, to improve CSS parsing capabilities.</li> <li>Updated <code>nwsapi</code>, improving CSS selector matching.</li> <li>Updated <code>parse5</code>, fixing a bug around <code><noframes></code> elements and HTML entity decoding.</li> <li>Fixed <code>JSDOM.fromURL()</code> to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.</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>26.0.0</h2> <p>Breaking change: <a href="https://www.npmjs.com/package/canvas"><code>canvas</code></a> peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)</p> <p>Other changes:</p> <ul> <li>Added <code>AbortSignal.any()</code>. (jdbevan)</li> <li>Added initial support for form-associated custom elements, in particular making them labelable and supporting the <code>ElementInternals</code> <code>labels</code> property. The form-associated callbacks are not yet supported. (hesxenon)</li> <li>Updated <code>whatwg-url</code>, adding support for <code>URL.parse()</code>.</li> <li>Updated <code>cssstyle</code> and <code>rrweb-cssom</code>, to improve CSS parsing capabilities.</li> <li>Updated <code>nwsapi</code>, improving CSS selector matching.</li> <li>Updated <code>parse5</code>, fixing a bug around <code><noframes></code> elements and HTML entity decoding.</li> <li>Fixed <code>JSDOM.fromURL()</code> to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/3644055464a85f0a63ae33a47fb3f4d555399a83"><code>3644055</code></a> Version 26.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/8ebaee90d8a2872b18fff7b7664513be9e0a65cc"><code>8ebaee9</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/5984ace133a968b4ff37d5da60ba262ab637ab94"><code>5984ace</code></a> Catch invalid redirect URLs</li> <li><a href="https://github.com/jsdom/jsdom/commit/d5abcd1f8a1dce83551b814944045b4f7295ef74"><code>d5abcd1</code></a> Make querySelectorAll follow the always-impl rule</li> <li><a href="https://github.com/jsdom/jsdom/commit/56f27c2d8bcb2486957de81ce899dde0e1618fd8"><code>56f27c2</code></a> Add support for ElementInternals's labels property</li> <li><a href="https://github.com/jsdom/jsdom/commit/854ae1bebf6e3591ef5b2e5626848d6a67d35787"><code>854ae1b</code></a> Implement AbortSignal.any()</li> <li><a href="https://github.com/jsdom/jsdom/commit/7cc3500a2a3b93cf90079e0da40e151334893503"><code>7cc3500</code></a> Update optional peer dependency canvas to v3</li> <li><a href="https://github.com/jsdom/jsdom/commit/8955c9945b5083472c753094cd8539798e5b4f7c"><code>8955c99</code></a> Add support for canvas v3</li> <li><a href="https://github.com/jsdom/jsdom/commit/8dfe288c3992a8d182a8a6f47b1467cac1fed4e7"><code>8dfe288</code></a> Add Node 22 to CI test matrix</li> <li>See full diff in <a href="https://github.com/jsdom/jsdom/compare/25.0.1...26.0.0">compare view</a></li> </ul> </details> <br /> [](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: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org