Skip to content

Commit 1b41e5b

Browse files
build(deps-dev): bump jsdom from 27.4.0 to 28.0.0 (#875)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [jsdom](https://github.com/jsdom/jsdom) from 27.4.0 to 28.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 28.0.0</h2> <ul> <li>Overhauled resource loading customization. See <a href="https://github.com/jsdom/jsdom/blob/2b65c6a80af2c899e32933c5e0cb842164852149/README.md#loading-subresources">the new README</a> for details on the new API.</li> <li>Added MIME type sniffing to <code>&lt;iframe&gt;</code> and <code>&lt;frame&gt;</code> loads.</li> <li>Regression: <code>WebSocket</code>s are no longer correctly throttled to one connection per origin. This is a result of the bug at <a href="https://redirect.github.com/nodejs/undici/issues/4743">nodejs/undici#4743</a>.</li> <li>Fixed decoding of the query components of <code>&lt;a&gt;</code> and <code>&lt;area&gt;</code> elements in non-UTF-8 documents.</li> <li>Fixed <code>XMLHttpRequest</code> fetches and <code>WebSocket</code> upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous <code>XMLHttpRequest</code>s.)</li> <li>Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.</li> <li>Fixed correctness bugs when passing <code>ArrayBuffer</code>s or typed arrays to various APIs, where they would not correctly snapshot the data.</li> <li>Fixed <code>require(&quot;url&quot;).parse()</code> deprecation warning when using <code>WebSocket</code>s.</li> <li>Fixed <code>&lt;iframe&gt;</code>, <code>&lt;frame&gt;</code>, and <code>&lt;img&gt;</code> (when <code>canvas</code> is installed) to fire <code>load</code> events, not <code>error</code> events, on non-OK HTTP responses.</li> <li>Fixed many small issues in <code>XMLHttpRequest</code>.</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>28.0.0</h2> <ul> <li>Overhauled resource loading customization. See <a href="https://github.com/jsdom/jsdom/blob/2b65c6a80af2c899e32933c5e0cb842164852149/README.md#loading-subresources">the new README</a> for details on the new API.</li> <li>Added MIME type sniffing to <code>&lt;iframe&gt;</code> and <code>&lt;frame&gt;</code> loads.</li> <li>Regression: <code>WebSocket</code>s are no longer correctly throttled to one connection per origin. This is a result of the bug at <a href="https://redirect.github.com/nodejs/undici/issues/4743">nodejs/undici#4743</a>.</li> <li>Fixed decoding of the query components of <code>&lt;a&gt;</code> and <code>&lt;area&gt;</code> elements in non-UTF-8 documents.</li> <li>Fixed <code>XMLHttpRequest</code> fetches and <code>WebSocket</code> upgrade requests to be interceptable by the new customizable resource loading. (Except synchronous <code>XMLHttpRequest</code>s.)</li> <li>Fixed the referrer of a document to be set correctly when redirects are involved; it is now the initiating page, not the last hop in the redirect chain.</li> <li>Fixed correctness bugs when passing <code>ArrayBuffer</code>s or typed arrays to various APIs, where they would not correctly snapshot the data.</li> <li>Fixed <code>require(&quot;url&quot;).parse()</code> deprecation warning when using <code>WebSocket</code>s.</li> <li>Fixed <code>&lt;iframe&gt;</code>, <code>&lt;frame&gt;</code>, and <code>&lt;img&gt;</code> (when <code>canvas</code> is installed) to fire <code>load</code> events, not <code>error</code> events, on non-OK HTTP responses.</li> <li>Fixed many small issues in <code>XMLHttpRequest</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsdom/jsdom/commit/20f614d30ce1836026462e6acb129baa5f3abf3b"><code>20f614d</code></a> Version 28.0.0</li> <li><a href="https://github.com/jsdom/jsdom/commit/2b65c6a80af2c899e32933c5e0cb842164852149"><code>2b65c6a</code></a> Replace the resource loader API</li> <li><a href="https://github.com/jsdom/jsdom/commit/638bd68f8a2320b5057a9dc0aa9192c106ecca79"><code>638bd68</code></a> Decode &lt;a&gt; and &lt;area&gt; query strings using document's encoding</li> <li><a href="https://github.com/jsdom/jsdom/commit/457bd4b906cae01cf2e6f7bfb3a353a9b124ea2a"><code>457bd4b</code></a> Add AGENTS.md (and CLAUDE.md)</li> <li><a href="https://github.com/jsdom/jsdom/commit/bf1dc154252709cc2fb712eb6a9860554a8040d7"><code>bf1dc15</code></a> Mark header-values tests as fail-slow due to Node.js bug</li> <li><a href="https://github.com/jsdom/jsdom/commit/92f269efd22d280e818de1d4639d91bb294ccc85"><code>92f269e</code></a> Update dependencies and dev dependencies</li> <li><a href="https://github.com/jsdom/jsdom/commit/7d6e667dd6734fb5706f60b540cb00b495f4e801"><code>7d6e667</code></a> Improve spec alignment of Headers and header type tests</li> <li><a href="https://github.com/jsdom/jsdom/commit/2c29aed5ad5b8378d869dda6375bc70d5c1a2a20"><code>2c29aed</code></a> Fix Windows-specific task kill timeouts</li> <li><a href="https://github.com/jsdom/jsdom/commit/d941216ca3889f9d4c57ad8a2316896751497c6d"><code>d941216</code></a> Add failing regression test for animation-name case-sensitivity</li> <li><a href="https://github.com/jsdom/jsdom/commit/56a833d5819a2afe72708749e7d8341b53890a79"><code>56a833d</code></a> Update style benchmark</li> <li>Additional commits viewable in <a href="https://github.com/jsdom/jsdom/compare/27.4.0...28.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=27.4.0&new-version=28.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>
1 parent 47103c7 commit 1b41e5b

2 files changed

Lines changed: 76 additions & 82 deletions

File tree

package-lock.json

Lines changed: 75 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"eslint-plugin-react-refresh": "^0.4.26",
9898
"gh-pages": "^6.3.0",
9999
"globals": "^17.2.0",
100-
"jsdom": "^27.4.0",
100+
"jsdom": "^28.0.0",
101101
"postcss": "^8.5.3",
102102
"prettier": "^3.8.0",
103103
"react-ga": "^3.3.1",

0 commit comments

Comments
 (0)