Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of react-router-dom is breaking the build 🚨 #4

Open
greenkeeper bot opened this issue Mar 16, 2019 · 6 comments
Open

An in-range update of react-router-dom is breaking the build 🚨 #4

greenkeeper bot opened this issue Mar 16, 2019 · 6 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Mar 16, 2019

The dependency react-router-dom was updated from 4.3.1 to 4.4.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
  • WhiteSource Security Check: The Security Check found 1 vulnerabilities.

Severity CVSS Score CVE GitHub Issue
Medium 5.0 WS-2019-0019 #1

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 16, 2019

After pinning to 4.3.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 4, 2019

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 24, 2019

Your tests are still failing with this version. Compare changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 28, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v5.1.1

List of commits

Bugfixes

  • Fix issue with useParams reading from null object (#6940)
  • Fix regression passing ref to functional components in React <= 16.2 (#6934)
  • Fix regression passing empty string to matchPath (#6941)
Commits

The new version differs by 16 commits.

  • fbb6358 v5.1.1
  • 7e09c7b Remove babel-plugin-size-snapshot
  • 6039477 Revert "v5.1.1"
  • 0ae358b Don't specify "dev" dependencies for website
  • 3195480 v5.1.1
  • e577744 Update size snapshots
  • 30e211d Build all packages together before publish
  • 0d3dfb4 Revert "v5.1.1"
  • 29e02a3 fix regression to allow for empty-string paths (#6942)
  • a32f779 fix(useParams): fix issue with useParams reading from null object (#6940)
  • d8904fa v5.1.1
  • 375f320 Do not pass ref to functional components w/out forwardRef
  • 55695fa Update DOM quick start guide and primary components doc
  • 298b50f Bump font sizes
  • fd6f9b2 Get rid of unneeded eslint-ignore

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2019

Your tests are still failing with this version. Compare changes

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.

  • f31bb27 v5.1.2
  • 7f63ffe Fix ref in React 15.6.2
  • e4e44ae Fix deploy script
  • 34667d8 Create a support issue template
  • 9876cc7 Move Issue template. Update test case link.
  • bb9b4fd Fix typo: useMatch -> useRouteMatch (#6948)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 11, 2020

Your tests are still failing with this version. Compare changes

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants