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-native-modal is breaking the build 🚨 #19

Open
greenkeeper bot opened this issue Nov 1, 2019 · 7 comments
Open

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Nov 1, 2019

The dependency react-native-modal was updated from 11.4.0 to 11.5.0.

🚨 View failing branch.

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

react-native-modal 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 failed (Details).

Release Notes for v11.5.0

11.5.0 (2019-11-01)

Features

  • Migrate react-native-modal to TypeScript (#362) (edcb228)
Commits

The new version differs by 8 commits.

  • b440778 chore(release): 11.5.0 [skip ci]
  • edcb228 feat: Migrate react-native-modal to TypeScript (#362)
  • 401f340 added prettier, fixed eslint
  • ace8366 Merge pull request #361 from react-native-community/feat/devenv
  • 3c34f10 fixed package
  • 180b462 refactored development environment
  • bc37dae chore: bumped to RN 0.61 and React 16.9
  • 0a1170f chore: Update example to react-native to 0.60.5 (#352)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2019

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v11.5.1

11.5.1 (2019-11-01)

Bug Fixes

  • Update files array in package.json to work with new dist directory (#367) (e4a9a3b)
Commits

The new version differs by 2 commits.

  • 55e533e chore(release): 11.5.1 [skip ci]
  • e4a9a3b fix: Update files array in package.json to work with new dist directory (#367)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 7, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v11.5.2

11.5.2 (2019-11-07)

Bug Fixes

  • Improve compatibility of tsconfig.json (#371) (7ef447e)
Commits

The new version differs by 2 commits.

  • f8bd31c chore(release): 11.5.2 [skip ci]
  • 7ef447e fix: Improve compatibility of tsconfig.json (#371)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v11.5.3

11.5.3 (2019-11-08)

Bug Fixes

  • Further Improve compatibility of tsconfig.json (#372) (6b8b8ef)
Commits

The new version differs by 2 commits.

  • bfd9552 chore(release): 11.5.3 [skip ci]
  • 6b8b8ef fix: Further Improve compatibility of tsconfig.json (#372)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 17, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v11.5.4

11.5.4 (2020-02-17)

Bug Fixes

  • make ModalProps extend from ViewProps (86efd47)
Commits

The new version differs by 19 commits.

  • 2c801c1 chore(release): 11.5.4 [skip ci]
  • c315c40 Merge pull request #400 from reime005/modal-ts
  • 86efd47 fix: make ModalProps extend from ViewProps
  • 6069169 Fixed known issue (#374)
  • 89177fb Merge pull request #373 from react-native-community/refactor/example
  • c34106f refactored utils.ts a tiny bit
  • 544ad52 fixed tiny prettier bug
  • 2f7a654 chore: removed screens from lock file + removed contributing from root
  • 98b8e63 removed unwanted dep
  • 6f4bf9b removed old App file
  • 3e775dd fixed tests
  • ad504cb refactored example folder to better fit detox testing
  • 0c27cb6 added contributing
  • f60be6e fixed config
  • 84481c8 Merge branch 'master' into feat/detox

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 20, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v11.5.5

11.5.5 (2020-03-20)

Bug Fixes

  • using screen dimensions instead of window to handle soft bar in android (6911ffb)
Commits

The new version differs by 16 commits.

  • 6ca092f chore(release): 11.5.5 [skip ci]
  • 6911ffb fix: using screen dimensions instead of window to handle soft bar in android
  • 919c16c refactor: example app
  • c139c93 refactor: animated import
  • 3b7128f Merge pull request #380 from rabelium/master
  • 7c7fd81 Merge pull request #408 from lucianomlima/master
  • d4d80b2 Merge pull request #411 from dsznajder/patch-1
  • 8dfc5b7 Merge pull request #403 from react-native-community/dependabot/npm_and_yarn/npm-6.13.7
  • 9f1128a Merge pull request #413 from react-native-community/dependabot/npm_and_yarn/example/acorn-5.7.4
  • e316d19 Merge pull request #412 from react-native-community/dependabot/npm_and_yarn/acorn-5.7.4
  • 6a4f205 chore(deps): bump acorn from 5.7.3 to 5.7.4 in /example
  • c30eb48 chore(deps): bump acorn from 5.7.3 to 5.7.4
  • e70651e Add required props to Animated.
  • 36da72b docs: update documentation links to reactnative.dev
  • 76fe16c chore(deps): bump npm from 6.13.0 to 6.13.7

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 21, 2020

Your tests are still failing with this version. Compare changes

Release Notes for v11.5.6

11.5.6 (2020-03-21)

Bug Fixes

  • improving scroll behavior when using scrollview/flatlist inside a modal (14ae684)
Commits

The new version differs by 3 commits.

  • 0fc1360 chore(release): 11.5.6 [skip ci]
  • 11d6223 Merge pull request #401 from reime005/fix-scroll-content
  • 14ae684 fix: improving scroll behavior when using scrollview/flatlist inside a modal

See the full diff

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