philschatz / gh-board

:octocat: "Serverless" Kanban for GitHub Issues using gh-pages

Home Page:http://philschatz.github.io/gh-board/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments

Version 3.0.1 of react-router just got published.

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

This version is covered by your current version range and after updating it in your project the build failed.

As react-router 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
Commits

The new version differs by 8 commits .

  • df77bd9 3.0.1
  • f24ddcc Yarn it!
  • f31a58a Adding support for escaped parentheses in Route Paths (#4202)
  • bc66a96 bugfix #4292 (#4295)
  • e06190e 'to' maybe undefined (#4216)
  • cbd1a95 fix index routes inside async pathless routes (#4147)
  • 70a4272 fix: Pass transition hook's arguments correctly (#4123)
  • 32728be Remove warning about this being the next branch (#4091)

See the full diff.

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 🌴

After pinning to 3.0.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

Closing because the failure was transient