-
Notifications
You must be signed in to change notification settings - Fork 2
An in-range update of react-redux is breaking the build 🚨 #75
Description
The devDependency react-redux was updated from 5.0.7 to 5.1.0.
This version is covered by your current version range and after updating it in your project the build failed.
react-redux is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for 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)
Commits
The new version differs by 56 commits.
b245f835.1.0307f463Rebuild lock files with npm 6.4.11b43eaa(feat): support react 16.6 (#1062)2093fbbUpgrade to babel@7 (#1043)bc7b6a9docs: enable search for docusaurus site (#1060)1e93536Add nodejs version 10 for ci (#1058)1ab1596fix log message hint for ownProps on map function (#1056)0d9325eDocs/refactor getting started (#1054)ba6b010Update docs linkdde1a0aClean-Ups aftermapState(#1042)294c42c[Docs] Fix duplicated words inmapState(#1037)05f943dFixed broked links in footer (#1041)cde9c04Fix a very small typo in mapStateToProps docs (#1040)1db16a4Fix link to getting started doc (#1039)f930a76Docs/extracting data with mapstate (#1036)
There are 56 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴