This version is covered by your current version range and after updating it in your project the build failed.
react-router-dom is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **Travis CI - Branch:** The build **failed**.
Release Notes for v5.2.0
This release includes a notable performance boost by separating the "Router" context from the "History" context internally. We also allow every element type for Link's component prop and support a sensitive prop on NavLink for control over case sensitive matching.
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).
After pinning to 5.1.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
The dependency react-router-dom was updated from
5.1.2
to5.2.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
react-router-dom is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **Travis CI - Branch:** The build **failed**.Release Notes for v5.2.0
This release includes a notable performance boost by separating the "Router" context from the "History" context internally. We also allow every element type for
Link
'scomponent
prop and support asensitive
prop on NavLink for control over case sensitive matching.Enjoy!
Changes
sensitive
prop on NavLink (#7251 by @caseywebdev)component
prop type check (#7276 by @ypyakymiv)mini-create-react-context
(#7288 by @patricksmms)history
to its own context (#7103 by @illuminist)Commits
The new version differs by 76 commits.
21a62e5
v5.2.0
742f035
Revert "chore: Replace deprecated "componentWillMount" with "componentDidMount" (#7259)" (#7329)
7d64842
Revert "perf: Use PureComponent to avoid useless re-renders (#7258)" (#7328)
fc53733
Separate history object to its own context (#7103)
973cf52
chore(package): update mini-create-react-context to v0.4.0 (#7288)
ce6f59c
missing tag (#7284)
65bbc09
Clearly describe API of callback in code (#7279)
e632747
Fixed Link component prop type check (#7276)
8439fdd
update the docs for browserrouter in the example of basename. (#7277)
26aa871
Fixes #7272 (#7274)
c0b8ce4
chore: Replace deprecated "componentWillMount" with "componentDidMount" (#7259)
bfe0d2b
perf: Use PureComponent to avoid useless re-renders (#7258)
291bfd0
Support
sensitive
matchPath option in NavLink (#7251)402ecab
Update links to history docs (#7228)
926d7a4
Update docs to reference useRouteMatch (#7193)
There are 76 commits in total.
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: