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 🚨 #35

Open
greenkeeper bot opened this issue Aug 24, 2017 · 7 comments
Open

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

greenkeeper bot opened this issue Aug 24, 2017 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Aug 24, 2017

Version 4.2.0 of react-router-dom just got published.

Branch Build failing 🚨
Dependency react-router-dom
Current Version 4.1.2
Type dependency

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 this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this 💪

Status Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes v4.2.0

Changes

Aug 23, 2017

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 24, 2017

After pinning to 4.1.2 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 25, 2017

Version 4.2.1 just got published.

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

Release Notes react-router-dom v4.2.1

This fixes a missing warning dependency if you were installing just react-router-dom. No other changes to the actual code.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 25, 2017

Version 4.2.2 just got published.

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

Release Notes react-router-dom v4.2.2

Apologies for the quick rebuild. There was a bad UMD config, which would have required you to include both the react-router and react-router-dom UMD files. You should only have to include react-router-dom now, which is the same behavior as the npm package.

OK, I'm done for a bit... 😬

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 6, 2018

Version 4.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.3.0

The major new things of this release are Redirect with params (see #5209) and the new generatePath API. We also cleaned up the code with Prettier, so browsing through it should be more enjoyable.

One other thing to mention, while I have your attention, is the deprecation of react-router-redux. It's no longer maintained and has a number of fundamental problems (particularly around time travel). Integrating Redux and the DOM History API is challenging because they don't maintain the same semantics and the resulting integration is error prone. Getting to the router context will be easier in future versions of React Router, so the main motivations for needing it will be going away. So, while I would advise against trying to integrate the two, for those that still want this functionality can turn to libraries like @supasate's connected-react-router.

Changes

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 6, 2018

Version 4.3.1 just got published.

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

Release Notes v4.3.1

Just a patch to fix an accidental move of warning from a normal dependency to a devDependency, which was causing issues with installation.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

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

Release Notes for v4.4.0-beta.5

One step closer to 4.4.0 final...

Fixes

  • Fixed <Route component> prop-type warning when using forwardRef (see #6417, thanks @frehner and @eXon)
  • Added missing file to react-router-config package (see #6415, thanks @Anomen)
  • Several docs improvements (see #6410, thanks @justsml)

Enjoy! 😅

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 16, 2019

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

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