xcatliu / ts-react

TypeScript React Boilerplate
6 stars 1 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency connected-react-router was updated from 6.4.0 to 6.5.0.

🚨 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 - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/xcatliu/ts-react/builds/553088503?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v6.5.0

Enhancement

Documentation

Commits

The new version differs by 5 commits.

  • aef9998 Bump version to 6.5.0
  • 2c2feaa Support for react-redux v7 (#321)
  • 980a298 Merge pull request #322 from ValentinH/patch-1
  • ed97d61 Add a more explicit note on SSR
  • 37e90d7 Update readme about version compability

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.4.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v6.5.1

Security

  • Upgraded lodash to 4.17.14 to fix its security issue.
Commits

The new version differs by 2 commits.

  • 19d8fbc Bump version 6.5.1
  • f0731e6 Bump lodash from 4.17.11 to 4.17.14 (#332)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v6.5.2

Security

  • Upgraded handlebars to fix its security issue.
  • Upgraded js-yaml to fix its security issue.
Commits

The new version differs by 5 commits.

  • 4687927 Bump version to 6.5.2
  • ef461a8 Bump js-yaml from 3.12.0 to 3.13.1 (#334)
  • d9b51fd Bump handlebars from 4.1.0 to 4.1.2 (#333)
  • 19d8fbc Bump version 6.5.1
  • f0731e6 Bump lodash from 4.17.11 to 4.17.14 (#332)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.6.0

Enhancements

Fixes

Security issues

Docs

Commits

The new version differs by 26 commits.

  • 03bda66 Bump version 6.6.0
  • f86be95 Fix WS-2017-0421 (#375)
  • ba8877c Fix CVE-2019-10747 in examples (#374)
  • 8f01829 Fix umd build command (#373)
  • afad267 Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/immutable (#372)
  • ff308c1 Bump mixin-deep from 1.3.1 to 1.3.2 (#371)
  • 91e6234 Fix README typos (#362)
  • c796978 Update FAQ for react native example (#363)
  • 06c9a10 fix(action): remove duplicate action key (#364)
  • a460dd4 Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/basic (#360)
  • f3d1470 Bump eslint-utils from 1.3.1 to 1.4.2 (#359)
  • 776c295 Injected query into location (#356)
  • afe8c22 Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/typescript (#357)
  • ed9a191 Add example for react native support (#350)
  • d3ca80a prevent POP actions to push the url into the history. (#76)

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v6.6.1

Fix

Commits

The new version differs by 3 commits.

  • b711811 Bump version to 6.6.1
  • f2719a3 Merge branch 'master' of github.com:supasate/connected-react-router
  • bf700af fix: crash outside browser environment (#377)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v6.7.0

Feature

Enhancements

Security

Commits

The new version differs by 10 commits.

  • 9b3ef9b Bump version to 6.7.0
  • 4ab43e4 Merge branch 'master' of github.com:supasate/connected-react-router
  • dec9d8b Bump handlebars from 4.1.2 to 4.5.3 (#385)
  • 4a914aa Bump handlebars from 4.2.0 to 4.5.3 in /examples/react-native (#386)
  • f5c6042 Move immutable and seamless-immutable to peer dependencies (#390)
  • 08e2440 Include location state in LOCATION_CHANGE payload (#302)
  • 7af0ed0 Implement: Windows development capability (#378)
  • b711811 Bump version to 6.6.1
  • f2719a3 Merge branch 'master' of github.com:supasate/connected-react-router
  • bf700af fix: crash outside browser environment (#377)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v6.8.0

Enhancement

  • Make initial location POP optional (@dr3 in #398)

Fix

  • lastMatch should depend on isExact (@syadykin in #402)
  • Do not override query if one already exists (@dr3 in #396)

Security

Commits

The new version differs by 17 commits.

  • adc65f8 Bump to v6.8.0
  • d2f0bb0 Add comment when lastMatch should depend on isExact
  • 444681f Bump acorn from 5.7.3 to 5.7.4 in /examples/react-native (#403)
  • 569c15c Bump acorn from 5.7.3 to 5.7.4 (#402)
  • 16d4327 lastMatch should depend on isExact as well (#345)
  • 66eda0c Do not override query if one already exists (#396)
  • 63598b0 Make initial location POP optional (#398)
  • 9b3ef9b Bump version to 6.7.0
  • 4ab43e4 Merge branch 'master' of github.com:supasate/connected-react-router
  • dec9d8b Bump handlebars from 4.1.2 to 4.5.3 (#385)
  • 4a914aa Bump handlebars from 4.2.0 to 4.5.3 in /examples/react-native (#386)
  • f5c6042 Move immutable and seamless-immutable to peer dependencies (#390)
  • 08e2440 Include location state in LOCATION_CHANGE payload (#302)
  • 7af0ed0 Implement: Windows development capability (#378)
  • b711811 Bump version to 6.6.1

There are 17 commits in total.

See the full diff