Skip to content

Commit

Permalink
build(deps-dev): Bump jsdom from 25.0.1 to 26.0.0 (#1562)
Browse files Browse the repository at this point in the history
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>&lt;noframes&gt;</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>&lt;noframes&gt;</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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsdom&package-manager=npm_and_yarn&previous-version=25.0.1&new-version=26.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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent f275744 commit a322891
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 96 deletions.
2 changes: 1 addition & 1 deletion easy-ui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react": "^4.3.4",
"glob": "^10.2.5",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.83.1",
Expand Down
Loading

0 comments on commit a322891

Please sign in to comment.