Open greenkeeper[bot] opened 7 years ago
After pinning to 5.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 10 commits .
75658da
5.0.2
9beaa49
Upgrade deps in yarn
f8135d9
Copyright year range
8143ff2
Merge pull request #598 from jamesongamble/updateLicense
b9b27ae
Updates License
ac01d70
Fixes #582 (Nested Provider subscriptions) (#584)
aa228ce
Correct suggested version for React Native (#583)
44c456f
Merge pull request #580 from nicolo-ribaudo/docs-connectAdv
25e0fee
Add the link to connectAdvanced to docs/README.md
f4d5584
Fixes #577 (#579)
See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 28 commits .
1c714ab
5.0.3
5850e51
Upgrade deps.
4d30225
Duck-type subscription in prop checks (#628)
a7ac94f
Merge pull request #629 from reactjs/gaearon-patch-1
771cbf0
Add React 16 as a valid peer dep
573db0b
Use shallowEqual from fbjs. (#591)
e548778
Fixes subscription bug when a new store is passed as a prop. (#589)
428f8b5
Allow 2nd method to get ownProps if factory doesn't require it. Fixes #604 (#616)
0f5870e
Merge pull request #615 from rmadsen/patch-1
33ee1a2
Update API documentation
79bf2f3
Merge pull request #605 from pvorona/master
154ef48
Stringify wrong argument for easier debugging
a5aea01
Merge pull request #600 from abglassford/patch-1
d53caac
expand on "it"
2854692
Minor grammatical fix
There are 28 commits in total. See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 37 commits .
85145c2
5.0.4
fcc28ff
Handle createClass deprecations
82c20ed
Handle react-addons-test-utils deprecations
8f4deed
Update deps in Yarn
cdf1369
Fix deprecation warnings for react >= 15.5.0 (#663)
747c649
Merge pull request #662 from wbreakell/webpack-link
fb17ae6
Link to latest webpack documentation in README
db91ed9
Fixes heading formatting (#654)
ff33f0c
Enable yarn caching in .travis.yml (#639)
1c714ab
5.0.3
5850e51
Upgrade deps.
4d30225
Duck-type subscription in prop checks (#628)
a7ac94f
Merge pull request #629 from reactjs/gaearon-patch-1
771cbf0
Add React 16 as a valid peer dep
573db0b
Use shallowEqual from fbjs. (#591)
There are 37 commits in total. See the full diff.
Your tests are passing again with this version. Explicitly upgrade to this version π
The new version differs by 46 commits.
c08df41
5.0.5
ccbe621
Upgrade prop-types to fix UMD warnings
a7a11fc
Bundle umd with rollup (#681)
f472fba
Add a way to create a Provider using a specific store key (#695)
02547ee
Delete prepublish.js
189e27c
Added a new troubleshoot (#691)
73e5d2c
Remove state between connectAdvanced calls in example (#685)
e6400f3
Again, make Provider
not need to wrap root component (#675)
133e38c
Make Provider
not need to wrap root component (#674)
85145c2
5.0.4
fcc28ff
Handle createClass deprecations
82c20ed
Handle react-addons-test-utils deprecations
8f4deed
Update deps in Yarn
cdf1369
Fix deprecation warnings for react >= 15.5.0 (#663)
747c649
Merge pull request #662 from wbreakell/webpack-link
There are 46 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes π¨
The new version differs by 69 commits.
58b4da6
5.0.6
c1125c6
prepublish -> prepare
4b63817
Switch over to npm@5
6adfe29
Update hoist-non-react-statics to 2.x (#759)
a5e45d9
Persist child listeners through hot reload (#715)
9961062
Add createProvider Documentation. (#752)
a9bb9d3
Merge pull request #747 from shanky061/patch-1
e385ee7
minor typo in api.md
1a39f71
Update api.md (#741)
e915f9a
Typo
bd05362
Revert "Move ref context binding to fix object freezing middleware (#733)"
2118893
Move ref context binding to fix object freezing middleware (#733)
2726c59
Merge pull request #732 from philals/master
a95fdbc
Adds paragraph separator
9434e43
Removed explicit Provider.displayName in favor of the inferred name (#728)
There are 69 commits in total.
See the full diff
Version 5.0.1 of react-redux just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As react-redux is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you itβs very likely also breaking them. I recommend you give this issue a very high priority. Iβm sure you can resolve this :muscle:
Status Details
- β **coverage/coveralls** Coverage pending from Coveralls.io [Details](https://coveralls.io/builds/9281485) - β **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/jcoreio/crater/builds/183991582)Release Notes
v5.0.1Changes
dist/react-redux.js
anddist/react-redux.min.js
.Commits
The new version differs by 4 commits .
00f6c6b
5.0.1
6f5c993
Fix #574. Name our UMD builds correctly.
def0a9c
Fixes HMR error #513 (#567)
7d4a2ae
Adds test to verify subs are called through a blocking component. (#566)
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: