Snyk has created this PR to upgrade react-redux from 9.1.1 to 9.1.2.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version.
- The recommended version was released on **23 days ago**.
Release notes Package name: react-redux
This bugfix release removes the no-longer-necessary peer dependency on react-native, and tweaks a few TS types for compat with the upcoming React 19 release.
Changes
React Native Peer Dependency Removed
We've always had an awkward peer dependency on both ReactDOM and React Native, because of the need to import the unstable_batchedUpdates API directly from each reconciler. That's part of what led to the sequence of 9.x patch releases to deal with RN compat.
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 react-native.
Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 0.74 still requires React 18.2.
This caused NPM users to have installation failures when trying to use React-Redux:
React-Redux has a peer dep on RN
RN has a peer dep on React 18.2
But the latest React, 18.3 would get installed in the app
NPM errors with a peer dep mismatch
We no longer need to list RN as a peer dep, and dropping that also fixes the NPM installation issues as well.
What's Changed
Fix useRef usages to be called with an explicit argument of undefined. by @ aryaemami59 in #2164
Replace usage of deprecated JSX global namespace with React.JSX by @ aryaemami59 in #2163
</li>
<li>
<b>9.1.1</b> - <a href="https://github.com/reduxjs/react-redux/releases/tag/v9.1.1">2024-04-14</a></br><p>This bugfix release fixes an issue with <code>connect</code> and React Native caused by changes to our bundling setup in v9. Nested <code>connect</code> calls should work correctly now.</p>
This PR was automatically created by Snyk using the credentials of a real user.
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
Snyk has created this PR to upgrade react-redux from 9.1.1 to 9.1.2.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.- The recommended version is **1 version** ahead of your current version. - The recommended version was released on **23 days ago**.
Release notes
Package name: react-redux
This bugfix release removes the no-longer-necessary peer dependency on
react-native
, and tweaks a few TS types for compat with the upcoming React 19 release.Changes
React Native Peer Dependency Removed
We've always had an awkward peer dependency on both ReactDOM and React Native, because of the need to import the
unstable_batchedUpdates
API directly from each reconciler. That's part of what led to the sequence of 9.x patch releases to deal with RN compat.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
react-native
.Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 0.74 still requires React 18.2.
This caused NPM users to have installation failures when trying to use React-Redux:
We no longer need to list RN as a peer dep, and dropping that also fixes the NPM installation issues as well.
What's Changed
useRef
usages to be called with an explicit argument ofundefined
. by @ aryaemami59 in #2164JSX
global namespace withReact.JSX
by @ aryaemami59 in #2163Full Changelog: v9.1.1...v9.1.2
What's Changed
Equals
constraint into an intersection type. by @ DanielRosenwasser in #2123useIsomorphicLayoutEffect
usage in React Native environments by @ aryaemami59 in #2156Full Changelog: v9.1.0...v9.1.1
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: