dooboolab-community / dooboo-native-ts

Complete boilerplate for react-native app. Contains, typescript, react-hook, context-api, ts-jest, localization, navigation and etc.
https://medium.com/dooboolab/announcing-dooboo-cli-v3-5c9fceeb2ac4
MIT License
81 stars 27 forks source link

An in-range update of react-navigation-stack is breaking the build 🚨 #89

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency react-navigation-stack was updated from 1.8.0 to 1.8.1.

🚨 View failing branch.

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

react-navigation-stack 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 - βœ… **ci/circleci: node:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/dooboolab/dooboo-native-ts/723?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: android:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/dooboolab/dooboo-native-ts/724?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for Release 1.8.1

1.8.1 (2019-09-21)

Bug Fixes

  • set proper type for screenProps in ScreenComponent (d8155b0)
Commits

The new version differs by 2 commits.

  • 679aadd chore: release 1.8.1
  • d8155b0 fix: set proper type for screenProps in ScreenComponent

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 1.8.0 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 Release 1.9.0

1.9.0 (2019-09-23)

Bug Fixes

  • accept functions instead of component for header elements (3702f17), closes #225
Commits

The new version differs by 2 commits.

  • 43ffc55 chore: release 1.9.0
  • 3702f17 fix: accept functions instead of component for header elements

See the full diff