Update dependency react-redux to v5.1.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| react-redux | 5.0.7 -> 5.1.2 |
Release Notes
reduxjs/react-redux
v5.1.2
- Bump up hoist-non-react-statics version (@timdorr)
- Avoid warnings in React >=16.3 (#1410 by @samkline)
- Use UNSAFE_ lifecycle event names where supported (#1383 by @elyobo)
v5.1.1
- Upgrade hoist-non-react-statics to deal with contextType (by @timdorr)
- Treat
nullas a valid plain object prototype inisPlainObject()(#1075 by @rgrove)
v5.1.0
The biggest fix is for connect() being used with React's newer forwardRef, memo, and lazy APIs.
We also have begun a complete rewrite of our docs for React Redux. Check them out! Many thanks to those who contributed: @markerikson, @sveinpg, @wgao19, @BTMPL, @pyliaorachel, @dagstuan, @Kerumen, and @carloluis (sorry if I forgot someone!). Docs are a great way to get started contributing to open source, so open a PR today! Check #1001 to see what else needs to be done.
We're also looking at overhauling Redux's documentation. Check out reduxjs/redux#2590 for the latest there.
Changes
- Simplify object check and eliminate lodash dependency (#936 by @matthargett)
- Remove subkey arg (#945 by @theJian)
- Switch our test suite to Jest (@timdorr)
- Implement testing in React 0.14, 15, and 16.x (#984 by @cellog)
- Convert tests to use react-testing-library instead of Enzyme (#998 by @cellog and @markerikson)
- Add unpkg field to package.json (#1003 by @nickmccurdy)
- Set up basic docusaurus structure (#1032 by @sveinpg)
- Add nodejs version 10 for ci (#1058 by @noelyoo)
- Upgrade to babel@7 (#1043 @Andarist)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #468 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #468 +/- ##
=======================================
Coverage 71.13% 71.13%
=======================================
Files 240 240
Lines 4320 4320
Branches 902 932 +30
=======================================
Hits 3073 3073
Misses 1124 1124
Partials 123 123
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update edc7cc6...89d48cd. Read the comment docs.
Codecov Report
Merging #468 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #468 +/- ##
=======================================
Coverage 71.19% 71.19%
=======================================
Files 239 239
Lines 4239 4239
Branches 897 897
=======================================
Hits 3018 3018
Misses 1098 1098
Partials 123 123
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update a40b56f...3d29830. Read the comment docs.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.