JimmyBeldone / reapt

A complete React Redux starterkit, configured with Webpack, stop wasting time configuring, adopt it and just code
MIT License
4 stars 1 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency connected-react-router was updated from 6.3.1 to 6.3.2.

🚨 View failing branch.

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

connected-react-router 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 - ❌ **Travis CI - Branch:** The build **failed**.

Commits

The new version differs by 5 commits.

  • 5d472b4 Bump version to 6.3.2
  • 4781828 Upgrade webpack to use optimizaiton config
  • 0d256a9 fix(actions): :bug: fix send isFirstRendering to onLocationChanged action (#264)
  • 80c8d32 prop-types: declare as a peer dependency (#265)
  • 71537ff Replace uglify option with new minimize options (#263)

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

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

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.4.0

Enhancement

Fixes

Documentation

Commits

The new version differs by 7 commits.

  • 273112d Bump version to 6.4.0
  • df89468 Move prop-types from peerDependencies into dependencies (#281)
  • d327b90 Add support for react-router@5.0.0 (#273)
  • 1743d23 Fix code rule example/typescript/src/App.tsx import {History} to import { History } (#289)
  • 8d49825 add isFirstRendering property to RouterState interface (#276)
  • a8e92e6 Address part of the confusions highlighted in #230 (#277)
  • d6502d3 Upgrade jest to fix travis error

See the full diff