Motonary / Fortuna

0 stars 0 forks source link

Update dependency react-redux to v6.0.1 #131

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
react-redux dependencies patch 6.0.0 -> 6.0.1 source

Release Notes

reduxjs/react-redux ### [`v6.0.1`](https://togithub.com/reduxjs/react-redux/releases/v6.0.1) [Compare Source](https://togithub.com/reduxjs/react-redux/compare/v6.0.0...v6.0.1) This is a minor release with support for react-hot-loader and a few small bug fixes for edge cases. While you're here, please stop by [#​1177](https://togithub.com/reduxjs/react-redux/issues/1177) to see our roadmap for the next versions of React Redux. We are aware that performance is not so hot in 6.0. Short version: We put too much traffic on React's context API, which isn't really designed for high levels of reads and writes. We're looking to reduce that load and get performance back on track in a minor release, so there won't be backwards compatibility concerns. We have [a new extensive benchmark suite](https://togithub.com/reduxjs/react-redux-benchmarks) to keep us on track and ensure we're not regressing on speed in the future. And yes, we know about Hooks. Check out [#​1179](https://togithub.com/reduxjs/react-redux/issues/1179). #### [Changes](https://togithub.com/reduxjs/react-redux/compare/v6.0.0...v6.0.1) - Fix for circular component object structures, such as Emotion styled components. ([#​1122](https://togithub.com/reduxjs/react-redux/issues/1122) by [@​Andarist](https://togithub.com/Andarist)) - Minor optimization: remove conditional ([#​1131](https://togithub.com/reduxjs/react-redux/issues/1131) by [@​ericanderson](https://togithub.com/ericanderson)) - Ensure that component `context` prop really contains a React context ([#​1134](https://togithub.com/reduxjs/react-redux/issues/1134) by [@​casdevs](https://togithub.com/casdevs)) - react-hot-loader compatibility ([#​1168](https://togithub.com/reduxjs/react-redux/issues/1168)/[#​1137](https://togithub.com/reduxjs/react-redux/issues/1137) by [@​theKashey](https://togithub.com/theKashey)) - Upgrade to react-is v16.7.0 ([#​1174](https://togithub.com/reduxjs/react-redux/issues/1174) by [@​nobezawa](https://togithub.com/nobezawa))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.