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

   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 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