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

   Bumps 
[react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) from 
18.3.1 to 19.2.8.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/react/react/releases";>react-dom's 
releases</a>.</em></p>
   <blockquote>
   <h2>19.2.8 (July 21st, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Performance improvements when decoding
   (<a href="https://redirect.github.com/facebook/react/pull/37087";>#37087</a> 
by <a href="https://github.com/eps1lon";><code>@​eps1lon</code></a>)</li>
   </ul>
   <h2>19.2.7 (June 1st, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Fixed missing <code>FormData</code> entries in Server Actions which 
regressed in 19.2.6
   (<a href="https://redirect.github.com/facebook/react/pull/36566";>#36566</a> 
by <a href="https://github.com/unstubbable";><code>@​unstubbable</code></a>)</li>
   </ul>
   <h2>19.2.6 (May 6th, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Type hardening and performance improvements
   (<a href="https://redirect.github.com/facebook/react/pull/36425";>#36425</a> 
by <a href="https://github.com/eps1lon";><code>@​eps1lon</code></a> and <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a>)</li>
   </ul>
   <h2>19.2.5 (April 8th, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Add more cycle protections (<a 
href="https://redirect.github.com/facebook/react/pull/36236";>#36236</a> by <a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> and <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a>)</li>
   </ul>
   <h2>19.2.4 (January 26th, 2026)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Add more DoS mitigations to Server Actions, and harden Server Components 
(<a href="https://redirect.github.com/facebook/react/pull/35632";>#35632</a> by 
<a href="https://github.com/gnoff";><code>@​gnoff</code></a>, <a 
href="https://github.com/lubieowoce";><code>@​lubieowoce</code></a>, <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a>)</li>
   </ul>
   <h2>19.2.3 (December 11th, 2025)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Add extra loop protection to React Server Functions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35351";>#35351</a>)</li>
   </ul>
   <h2>19.2.2 (December 11th, 2025)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Move <code>react-server-dom-webpack/*.unbundled</code> to private 
<code>react-server-dom-unbundled</code> (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35290";>facebook/react#35290</a>)</li>
   <li>Patch Promise cycles and toString on Server Functions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35289";>#35289</a>, <a 
href="https://redirect.github.com/facebook/react/pull/35345";>#35345</a>)</li>
   </ul>
   <h2>19.2.1 (December 3rd, 2025)</h2>
   <h2>React Server Components</h2>
   <ul>
   <li>Bring React Server Component fixes to Server Actions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35277";>#35277</a>)</li>
   </ul>
   <h2>19.2.0 (Oct 1, 2025)</h2>
   <p>Below is a list of all new features, APIs, and bug fixes.</p>
   <p>Read the <a href="https://react.dev/blog/2025/10/01/react-19-2";>React 
19.2 release post</a> for more information.</p>
   <h2>New React Features</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/react/react/blob/main/CHANGELOG.md";>react-dom's 
changelog</a>.</em></p>
   <blockquote>
   <h2>19.2.7 (June 1, 2026)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Fixed missing <code>FormData</code> entries in Server Actions which 
regressed in 19.2.6 (<a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/36566";>#36566</a>)</li>
   </ul>
   <h2>19.2.6 (May 6, 2026)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Type hardening and performance improvements (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/36425";>#36425</a>)</li>
   </ul>
   <h2>19.2.5 (March 18, 2026)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Add more cycle protections (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/36236";>#36236</a>)</li>
   </ul>
   <h2>19.2.4 (Jan 26, 2026)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Add more DoS mitigations to Server Actions, and harden Server Components 
(<a href="https://github.com/gnoff";><code>@​gnoff</code></a>, <a 
href="https://github.com/lubieowoce";><code>@​lubieowoce</code></a>, <a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35632";>#35632</a>)</li>
   </ul>
   <h2>19.2.3 (Dec 11, 2025)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Add extra loop protection to React Server Functions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35351";>#35351</a>)</li>
   </ul>
   <h2>19.2.2 (Dec 11, 2025)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Move <code>react-server-dom-webpack/*.unbundled</code> to private 
<code>react-server-dom-unbundled</code> (<a 
href="https://github.com/eps1lon";><code>@​eps1lon</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35290";>#35290</a>)</li>
   <li>Patch Promise cycles and toString on Server Functions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a>, <a 
href="https://github.com/unstubbable";><code>@​unstubbable</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35289";>#35289</a>, <a 
href="https://redirect.github.com/facebook/react/pull/35345";>#35345</a>)</li>
   </ul>
   <h2>19.2.1 (Dec 3, 2025)</h2>
   <h3>React Server Components</h3>
   <ul>
   <li>Bring React Server Component fixes to Server Actions (<a 
href="https://github.com/sebmarkbage";><code>@​sebmarkbage</code></a> <a 
href="https://redirect.github.com/facebook/react/pull/35277";>#35277</a>)</li>
   </ul>
   <h2>19.2.0 (October 1st, 2025)</h2>
   <p>Below is a list of all new features, APIs, and bug fixes.</p>
   <p>Read the <a href="https://react.dev/blog/2025/10/01/react-19-2";>React 
19.2 release post</a> for more information.</p>
   <h3>New React Features</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/react/react/commit/1dd4ecbdabf826f527fc9a58c05ea70375b7d170";><code>1dd4ecb</code></a>
 [FlightReply] Performance improvements when decoding (<a 
href="https://github.com/react/react/tree/HEAD/packages/react-dom/issues/37087";>#37087</a>)</li>
   <li><a 
href="https://github.com/react/react/commit/b0d2fdb78bdfae075a7fa02ddcebbf25f90952c2";><code>b0d2fdb</code></a>
 [19.2.x] Update required references to GitHub repo (<a 
href="https://github.com/react/react/tree/HEAD/packages/react-dom/issues/36753";>#36753</a>)</li>
   <li><a 
href="https://github.com/react/react/commit/6117d7cca4906492c51fe6a03381e35adfd86e7d";><code>6117d7c</code></a>
 Version 19.2.7 (<a 
href="https://github.com/react/react/tree/HEAD/packages/react-dom/issues/36591";>#36591</a>)</li>
   <li><a 
href="https://github.com/react/react/commit/eaf3e95ca92be7a23d3c9cc8ffd6f199a40be401";><code>eaf3e95</code></a>
 Version 19.2.6</li>
   <li><a 
href="https://github.com/react/react/commit/23f4f9f30da9e9af2108c18bb197bae75ab584ea";><code>23f4f9f</code></a>
 19.2.5</li>
   <li><a 
href="https://github.com/react/react/commit/90ab3f89f4824ac763b6f877c6f711200d1338d2";><code>90ab3f8</code></a>
 Version 19.2.4</li>
   <li><a 
href="https://github.com/react/react/commit/612e371fb215498edde4c853bd1e0c8e9203808f";><code>612e371</code></a>
 Version 19.2.3</li>
   <li><a 
href="https://github.com/react/react/commit/b910fc15e38d4fa80003819ddb7a928a3c3dca5d";><code>b910fc1</code></a>
 Version 19.2.2</li>
   <li><a 
href="https://github.com/react/react/commit/053df4e8561ef4caecef31c330f4178ac25e255b";><code>053df4e</code></a>
 Version 19.2.1</li>
   <li><a 
href="https://github.com/react/react/commit/861811347b8fa936b4a114fc022db9b8253b3d86";><code>8618113</code></a>
 Bump scheduler version (<a 
href="https://github.com/react/react/tree/HEAD/packages/react-dom/issues/34671";>#34671</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/react/react/commits/v19.2.8/packages/react-dom";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new 
releaser for react-dom since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-dom&package-manager=npm_and_yarn&previous-version=18.3.1&new-version=19.2.8)](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