This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Update react-redux: 5.0.6 → 5.0.7 (patch) #3567
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ react-redux (5.0.6 → 5.0.7) · Repo · Changelog
Release Notes
From the Github release:
Changes
getDerivedStateFromPropsmethodNamein error message (#852 by @pwnn)Commits
See the full diff on Github. The new version differs by 17 commits:
5.0.7Remove deprecated jsnext:main entry.Support redux 4.0Upgrade dependencies and rollup configFix nyc test code coverage reporting (#850)fix: optimize invariant message (#852)Tweak mSTP noteMerge pull request #846 from tbroadley/fix-typosdocs: fix typoThe latest node 8 includes an updated npm already.Travis is currently busted with Node 9.Remove extra comma after the last property in .eslintrc json (#830)Update api.md - factory functions (#805)Add dispatch shorthand example to documentation (#804)Fix some grammar (#778)Merge pull request #762 from yenshih/patch-1Fix misspell in api.md✳️ hoist-non-react-statics (2.3.1 → 2.5.5) · Repo
Commits
See the full diff on Github. The new version differs by 20 commits:
v2.5.5Revert "Revert "Fix primary export (#50)""v2.5.4Remove module from package.jsonv2.5.3Revert "Fix primary export (#50)"v2.5.2v2.5.1Fix primary export (#50)Remove unnecessary ambient module declaration. (#49)Add documentation for blacklistFormattingPrepared build infrastructure, shipping es, cjs and umd formatsAdd registry configUpdate compatibility chart2.5.0Added getDerivedStateFromProps as React static (#43)2.4.0Provide an UMD format (#40)change hoistNonReactStatic to hoistNonReactStatics, same as the lib (#41)Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.