rucken / todo-ionic

Admin UI for Ionic4 with Angular7+ mobile todo application
https://rucken.github.io/todo-ionic
MIT License
0 stars 1 forks source link

An in-range update of cordova-plugin-ionic-webview is breaking the build 🚨 #48

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency cordova-plugin-ionic-webview was updated from 4.1.1 to 4.1.2.

🚨 View failing branch.

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

cordova-plugin-ionic-webview 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 passed ([Details](https://travis-ci.org/rucken/todo-ionic/builds/589410155?utm_source=github_status&utm_medium=notification)). - ❌ **Tidelift:** Failed dependency checks ([Details](https://tidelift.com/scans/4863a5a6-4a51-411e-a250-3a59bbdf82ac)).

Release Notes for v4.1.2

4.1.2 (2019-09-25)

Bug Fixes

  • android: allow schemes that start by https (#437) (fab9d1f)
  • Android: return proper mimeType for wasm files (0eb8a37)
  • ios: make programmatically focus work on iOS 13 (#438) (7a514b0), closes #435
Commits

The new version differs by 7 commits.

  • 55a8e82 chore(release): 4.1.2 [skip ci]
  • 7a514b0 fix(ios): make programmatically focus work on iOS 13 (#438)
  • e5bcaa0 chore(deps-dev): update commitizen requirement from ^3.0.2 to ^4.0.3 (#406)
  • 10ec0b2 chore(deps-dev): update cz-conventional-changelog requirement (#405)
  • fab9d1f fix(android): allow schemes that start by https (#437)
  • 2746dd0 docs(README): Document ScrollEnabled preference (#422)
  • 0eb8a37 fix(Android): return proper mimeType for wasm files

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 4.1.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 passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v4.1.3

4.1.3 (2019-10-30)

Bug Fixes

  • android: return proper mimeType for .mjs files (#455) (173a313)
  • ios: mitigate media memory usage (#459) (cbd526d)
  • ios: remove itms-services private scheme (#464) (d7d2600)
Commits

The new version differs by 4 commits.

  • d93f4e4 chore(release): 4.1.3 [skip ci]
  • d7d2600 fix(ios): remove itms-services private scheme (#464)
  • cbd526d fix(ios): mitigate media memory usage (#459)
  • 173a313 fix(android): return proper mimeType for .mjs files (#455)

See the full diff