An in-range update of react-router-dom is breaking the build π¨
The dependency react-router-dom was updated from 5.1.1 to 5.1.2.
π¨ 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
- β workflow: * build - Failed
Release Notes for v5.1.2
List of commits
Bugfixes
- Fix lingering
<Link ref>error on React 15 (#6954)
Commits
The new version differs by 6 commits.
f31bb27v5.1.27f63ffeFix ref in React 15.6.2e4e44aeFix deploy script34667d8Create a support issue template9876cc7Move Issue template. Update test case link.bb9b4fdFix typo: useMatch -> useRouteMatch (#6948)
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 :palm_tree:
After pinning to 5.1.1 your tests are passing again. Downgrade this dependency π.
- The
dependencyreact-router-dom was updated from5.1.2to5.2.0.
Your tests are passing again with this update. Explicitly upgrade to this version π
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.
Enjoy!
Changes
- Add
sensitiveprop on NavLink (#7251 by @caseywebdev) - Fix Link
componentprop type check (#7276 by @ypyakymiv) - Update
mini-create-react-context(#7288 by @patricksmms) - Separate
historyto its own context (#7103 by @illuminist)
Commits
The new version differs by 76 commits.
21a62e5v5.2.0742f035Revert "chore: Replace deprecated "componentWillMount" with "componentDidMount" (#7259)" (#7329)7d64842Revert "perf: Use PureComponent to avoid useless re-renders (#7258)" (#7328)fc53733Separate history object to its own context (#7103)973cf52chore(package): update mini-create-react-context to v0.4.0 (#7288)ce6f59cmissing tag (#7284)65bbc09Clearly describe API of callback in code (#7279)e632747Fixed Link component prop type check (#7276)8439fddupdate the docs for browserrouter in the example of basename. (#7277)26aa871Fixes #7272 (#7274)c0b8ce4chore: Replace deprecated "componentWillMount" with "componentDidMount" (#7259)bfe0d2bperf: Use PureComponent to avoid useless re-renders (#7258)291bfd0SupportsensitivematchPath option in NavLink (#7251)402ecabUpdate links to history docs (#7228)926d7a4Update docs to reference useRouteMatch (#7193)
There are 76 commits in total.
See the full diff