Open greenkeeper[bot] opened 5 years ago
dependency
react-router-config was updated from 4.4.0-beta.8
to 5.0.1
.Update to this version instead π
The new version differs by 37 commits.
0c9a10d
v5.0.1
b0bb959
Update package locks
8ed894f
add hooks option to scroll restoration docs (#6762)
0f5d701
Small code change in matchPath.md (#6761)
caa9950
esModule: false fix read only TypeError in expors (#6758)
bd436ce
Merge branch 'website'
a38ef04
Don't override path in NavLink component. Fixes #6613 (#6623)
97f0eee
Removing "update blocking" content (#6652)
56c829b
fix(react-router): Allow string and object refs in withRouter (#6680)
aeccaeb
Updated some devDependencies to fix audit warnings (#6741)
48a97bf
Fix build on windows. (#6740)
82ce94c
prevent reload of page if an error occurs in onClick event handler (#6711)
7bd1407
matchPath: Fixed exception thrown if path
is undefined (#6715)
67df646
use huskyrc file (#6706)
29155fc
Update matchPath docs (#6703)
There are 37 commits in total.
See the full diff
dependency
react-router-config was updated from 4.4.0-beta.8
to 5.1.0
.dependency
react-router-config was updated from 4.4.0-beta.8
to 5.1.1
.
The dependency react-router-config was updated from
4.4.0-beta.8
to5.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v5.0.0
More notes coming soon...
Just a note on the version bump: This was necessary because of how we specified versions in 4.x. In
react-router-dom
, we asked forreact-router
with the selector^4.3.1
. That was matching the temporary4.4.0
release, for users of 4.3.1 and lower. Those versions are incompatible with each other directly; you should always have the same versions ofreact-router
andreact-router-dom
. So, in order to fix this, we've bumped up the major version.Despite the major bump, this is actually a minor release. It is fully backwards compatible with any project coming from 4.x. Sorry for the convenience.π¬
Changes
Commits
The new version differs by 4 commits.
ea8eba8
v5.0.0
ae658c8
Restrict react-router deps. Upgrade rrd history.
eef79d5
v4.4.0
3a1a54e
Release from Travis CI
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: