OpenSign
OpenSign copied to clipboard
build(deps): bump react-redux from 9.1.0 to 9.1.2 in /apps/OpenSign
Bumps react-redux from 9.1.0 to 9.1.2.
Release notes
Sourced from react-redux's releases.
v9.1.2
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_batchedUpdatesAPI 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
useRefusages to be called with an explicit argument ofundefined. by@​aryaemami59in reduxjs/react-redux#2164- Replace usage of deprecated
JSXglobal namespace withReact.JSXby@​aryaemami59in reduxjs/react-redux#2163- Drop now-unneeded RN peer dep by
@​markeriksonin reduxjs/react-redux#2167- Fix remaining React 19 types issues by
@​markeriksonin reduxjs/react-redux#2168Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.1.1...v9.1.2
v9.1.1
This bugfix release fixes an issue with
connectand React Native caused by changes to our bundling setup in v9. Nestedconnectcalls should work correctly now.What's Changed
- Remove unused isProcessingDispatch by
@​Connormihain reduxjs/react-redux#2122- Move
Equalsconstraint into an intersection type. by@​DanielRosenwasserin reduxjs/react-redux#2123- Fix
useIsomorphicLayoutEffectusage in React Native environments by@​aryaemami59in reduxjs/react-redux#2156Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1
Commits
1af75b3Release 9.1.2eec5f9bMerge pull request #2168 from reduxjs/feature/react-19-typesa752cc6Fix remaining React 19 types compat issues23c0c22Add explicit@​types/prop-typesdepbfa3c36Merge pull request #2167 from reduxjs/bugfix/remove-rn-peerdep427791bDrop now-unneeded RN peer depf404f82Replace usage of deprecatedJSXglobal namespace withReact.JSX(#2163)5ec7970FixuseRefusages to be called with an explicit argument ofundefined. (#...d44ff74Release 9.1.10396da3Merge pull request #2156 from aryaemami59/fix-RN-useIsomorphicLayoutEffect-issue- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| open-sign | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 13, 2024 2:10pm |
Looks like react-redux is up-to-date now, so this is no longer needed.