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

   Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.9 to 
9.2.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/reduxjs/react-redux/releases";>react-redux's 
releases</a>.</em></p>
   <blockquote>
   <h2>v9.2.0</h2>
   <p>This <strong>feature release</strong> updates the React peer dependency 
to work with React 19, and improves treeshakeability of our build artifacts.</p>
   <h2>Changelog</h2>
   <h3>React 19 Compat</h3>
   <p><a href="https://react.dev/blog/2024/12/05/react-19";>React 19 was just 
released</a>! We've updated our peer dep to accept React 19, and updated our 
runtime and type tests to check against both React 18 and 19.</p>
   <p>Also see <a 
href="https://github.com/reduxjs/redux-toolkit/releases/tag/v2.5.0";>Redux 
Toolkit v2.5.0</a> for the same peer dep update.</p>
   <h3>Treeshaking</h3>
   <p>We've done some nitty-gritty optimization work to ensure bundlers 
correctly treeshake unused parts of the bundle.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Improve treeshakeability of build artifacts by <a 
href="https://github.com/aryaemami59";><code>@​aryaemami59</code></a> in <a 
href="https://redirect.github.com/reduxjs/react-redux/pull/2176";>reduxjs/react-redux#2176</a></li>
   <li>Migrate to React by <a 
href="https://github.com/aryaemami59";><code>@​aryaemami59</code></a> in <a 
href="https://redirect.github.com/reduxjs/react-redux/pull/2172";>reduxjs/react-redux#2172</a></li>
   <li>Migrate to React 19 (take 2) by <a 
href="https://github.com/markerikson";><code>@​markerikson</code></a> in <a 
href="https://redirect.github.com/reduxjs/react-redux/pull/2216";>reduxjs/react-redux#2216</a></li>
   <li>Clean up devdeps by <a 
href="https://github.com/markerikson";><code>@​markerikson</code></a> in <a 
href="https://redirect.github.com/reduxjs/react-redux/pull/2217";>reduxjs/react-redux#2217</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reduxjs/react-redux/compare/v9.1.2...v9.2.0";>https://github.com/reduxjs/react-redux/compare/v9.1.2...v9.2.0</a></p>
   <h2>v9.1.2</h2>
   <p>This <strong>bugfix release</strong> removes the no-longer-necessary peer 
dependency on <code>react-native</code>, and tweaks a few TS types for compat 
with the upcoming React 19 release.</p>
   <h2>Changes</h2>
   <h3>React Native Peer Dependency Removed</h3>
   <p>We've always had an awkward peer dependency on <em>both</em> ReactDOM and 
React Native, because of the need to import the 
<code>unstable_batchedUpdates</code> API directly from each reconciler. That's 
part of what led to the sequence of 9.x patch releases to deal with RN 
compat.</p>
   <p>As of 9.0.3, we dropped the batching imports completely, since React 18 
now batches by default.  That means we didn't even have any remaining imports 
from <code>react-native</code>.</p>
   <p>Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 
0.74 still requires React 18.2.</p>
   <p>This caused NPM users to have installation failures when trying to use 
React-Redux:</p>
   <ul>
   <li>React-Redux has a peer dep on RN</li>
   <li>RN has a peer dep on React 18.2</li>
   <li>But the <em>latest</em> React, 18.3 would get installed in the app</li>
   <li>NPM errors with a peer dep mismatch</li>
   </ul>
   <p>We no longer need to list RN as a peer dep, and dropping that also fixes 
the NPM installation issues as well.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix <code>useRef</code> usages to be called with an explicit argument of 
<code>undefined</code>. by <a 
href="https://github.com/aryaemami59";><code>@​aryaemami59</code></a> in <a 
href="https://redirect.github.com/reduxjs/react-redux/pull/2164";>reduxjs/react-redux#2164</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/7e2fdd4ee2021e4282e12ba9fc722f09124e30cd";><code>7e2fdd4</code></a>
 Release 9.2.0</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/8c573825bb71203dbf61039c92505acb3170acf6";><code>8c57382</code></a>
 Merge pull request <a 
href="https://redirect.github.com/reduxjs/react-redux/issues/2217";>#2217</a> 
from reduxjs/feature/react-19-devdep-cleanup</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/d23509bc00aacf8eee67215d027927dbddf51941";><code>d23509b</code></a>
 Exclude stray dist folders and website from tsconfig</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/b275a321d39b9f1a285b87ee8555a0f3ca4045df";><code>b275a32</code></a>
 Eliminate other stray React import</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/3ba9838855a5c30173742274349e6afae8469791";><code>3ba9838</code></a>
 Drop unused Babel devdeps</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/1a81c410a4d1069368016803f855adc7461a59ee";><code>1a81c41</code></a>
 Merge pull request <a 
href="https://redirect.github.com/reduxjs/react-redux/issues/2216";>#2216</a> 
from reduxjs/migrate-to-react-19</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/c58e397241579734da25199e63131809e95ccd81";><code>c58e397</code></a>
 Migrate to React 19</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/e08518ae110858ee47686059ddd6c6fefb9351a5";><code>e08518a</code></a>
 Fix <code>act</code> related issues in 
<code>test/hooks/useSelector.spec.tsx</code></li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/1cd1385fc4d6845a209123ce68247ecb881daaf0";><code>1cd1385</code></a>
 Update <code>hoist-non-react-statics</code> implementation</li>
   <li><a 
href="https://github.com/reduxjs/react-redux/commit/a1fc886593262cee75b96a8c35bbbf00a1aa1e6c";><code>a1fc886</code></a>
 Fix type of <code>innerMapStateToProps</code> in 
<code>Provider.spec.tsx</code></li>
   <li>Additional commits viewable in <a 
href="https://github.com/reduxjs/react-redux/compare/v7.2.9...v9.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-redux&package-manager=npm_and_yarn&previous-version=7.2.9&new-version=9.2.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>


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to