Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

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

Open
greenkeeper bot opened this issue Jun 4, 2019 · 4 comments
Open

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

greenkeeper bot opened this issue Jun 4, 2019 · 4 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 4, 2019

The dependency react-router-dom was updated from 5.0.0 to 5.0.1.

🚨 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
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

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

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 Jun 4, 2019

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.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 24, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v5.1.0

Changes

Features

  • Added useParams, useLocation, useHistory, and useRouteMatch hooks (d6224d6)
  • Added support for forwardRef in <Link> (b5528ed)

Bugfixes

  • Don't render <Route children> elements when the <Route> does not match (9665659)
Commits

The new version differs by 49 commits.

  • 0c058ad v5.1.0
  • ce2fdc7 Update size snapshots
  • 01ac3d7 Update build step to use yarn instead of npm
  • 8f49b02 Remove docs on context.router
  • 51325d8 Update export style
  • 3debcd4 Add hooks to documentation website
  • 0721144 Update React to 16.8
  • 0f29d23 Update import/export style
  • 443126b Remove react-router-dom shim from website
  • c4a89e1 Use react-app ESLint config and fix a few issues
  • 6372049 Add some docs about hooks
  • 9c784be Rename useMatch => useRouteMatch
  • a5dd83f Fixed up testing doc from #6903
  • d6224d6 Add some hooks for React 16.8 users
  • 19835fb remove clever example in testing guide (#6903)

There are 49 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 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

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

No branches or pull requests

0 participants