dwmkerr / gameboard

GameBoard is an app for keeping track of board game scores.
0 stars 1 forks source link

An in-range update of react-native-google-signin is breaking the build 🚨 #101

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

The dependency react-native-google-signin was updated from 1.0.0-rc6 to 1.0.0-rc7.

🚨 View failing branch.

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

react-native-google-signin 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: build:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/dwmkerr/gameboard/955?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: ios:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/dwmkerr/gameboard/956?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for v1.0.0-rc7

Improvements

iosClientId configuration option is back

The option was removed in v1.0.0-rc4 in favor of reading this value from GoogleService-Info.plist. In this release, you can manually pass the value to the configure call and if this value is provided, it will take precedence over the clientID specified in GoogleService-Info.plist.

iosClientId: '<FROM DEVELOPER CONSOLE>', // [iOS] optional, if you want to specify the client ID of type iOS (otherwise, it is taken from GoogleService-Info.plist)

Error messages provide more debugging information

Previously, the library would provide generic error messages that did not give a lot of information about what went wrong. This release adds better error messages for runtime errors as well as for the case when the native module is not correctly linked.

Commits

The new version differs by 5 commits.

  • 2933bf1 1.0.0-rc7
  • 99915be show better error if module is not linked (#549)
  • 2f832b3 add more context to error messages (#533)
  • aee8c44 [iOS] Add the possibility to specify iosClientId in configure() options (#547)
  • 3e9a6b7 Update ios-guide.md (#538)

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 6 years ago

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

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.0-rc8

With this RC, we're finally getting close to releasing v1 proper.

This release fixes a long-standing technical debt on iOS: previously, as can be seen here we were storing the google sign in SDK in the repo and distributing it in the npm package, and referring to it in the installation instructions.

In this release we have rewritten the installation instructions for iOS and made sure that we depend only on the SDK that you get via pods or manually, if you do not use pods.

How to migrate

  • on iOS, we now require that you use Google Sign In SDK >= 4.3.0

We recommend that you remove Google Sign In-related dependencies from your project and install anew. Namely, remove AddressBook.framework, SafariServices.framework, SystemConfiguration.framework, libz.tbd, GoogleUtilities.framework, GoogleAuthUtilities.framework, GoogleNetworkingUtilities.framework, GoogleSignIn.bundle, GoogleSignIn.framework, GoogleSymbolUtilities.framework, GoogleUtilities.framework from the linked libraries / framework group in Xcode. Also remove RNGoogleSignin.xcodeproj from Libraries group.

Then follow the new installation guide for ios here.

If you run into any problems, please open a new issue with detailed description of the problem.

Thanks to everybody using and contribution to the library!

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.0

🎉 version 1 is finally here 🎉

Breaking Changes

rename googlePlayServicesVersion to googlePlayServicesAuthVersion (#562)

Update android/build.gradle with:

+ googlePlayServicesAuthVersion = "your version"
- googlePlayServicesVersion = "your version"

More details in the android guide.

New features

Improvements

  • we made several improvements to the docs
  • updated podpec

full list of commits here

Thanks everyone using and contributing to the lib!

Commits

The new version differs by 10 commits.

  • 6c6d60c 1.0.0
  • ae5fc61 rename googlePlayServicesVersion to googlePlayServicesAuthVersion (#562)
  • 52f6ddb Adding support for login hint [iOS] (#551)
  • 919b35e feat(static-types): expose types for Flow and TypeScript (#554)
  • 7a11eda Update android-guide.md (#565)
  • 5711988 Update how-cocoapods.md (#558)
  • 62baf7b remove old images (#557)
  • 2840448 Update android-guide.md (#556)
  • 9b224fc Merge pull request #555 from react-native-community/enable-static-framework-support
  • 24062f1 Update RNGoogleSignin.podspec

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.1
  • fixes a problem with TS typings (fixes #572)
  • added loginHint to flow and TS typings
Commits

The new version differs by 8 commits.

  • b448990 1.0.1
  • 90f2a68 Merge pull request #573 from react-native-community/@andrei/remove-ts-types
  • 3776410 Update ios-guide.md
  • 674f191 feat(types): udpate with loginHit
  • 46e2322 fix(types): add types back and copy from DT
  • 395bab4 fix(types): remove TS types rely on definitely typed
  • a427539 Update ios-guide.md
  • 4654f46 Update ios-guide.md

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.0.2

This is a maintenance release that upgrades android build tools

Thanks everyone for using this library and contributing in any way! 👍

Commits

The new version differs by 4 commits.

  • ab30c22 1.0.2
  • cf6eec1 Upgrade dependencies version, added google maven repository (#588)
  • e5bb65f improve guides (#590)
  • e069d43 add contributor guide (#579)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.1.0

This release adds

  • getCurrentUser through #616

As always, thanks for using the library, reporting issues and contributing! 💯

Commits

The new version differs by 11 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.0

This release adds two new functions through #619

  • clearCachedToken(tokenString)
  • getTokens()
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.2
  • fixes TS typings issue #637 through #635

There are also small improvements to docs.

Thanks everyone for using the library, reporting issues and contributing!

Commits

The new version differs by 6 commits.

  • ef95763 1.2.2
  • 0f94458 fix typings since typescript 3.1.1 (#635)
  • 924b152 specify GoogleSignIn version in podspec file (#634)
  • f34f0cd Corrects which certificate to get from Play Store (#631)
  • 5867755 add RNGoogleSignin pod to cocoapods example (#630)
  • 544538c Updated the path to get RNGoogleSignin.xcodeproj (#627)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.2.3
  • this release improves integration with non-cocoapods installations by including an extra header search path, fixing things like GoogleSignIn/GoogleSignIn.h file not found
Commits

The new version differs by 7 commits.

  • ee4aaf3 1.2.3
  • c8a0c9d make framework search paths more explicit (#648)
  • 4208f33 iOS fix: GoogleSignin framework location for 'Without Cocoapods' inst… (#643)
  • 87d6837 make promise handling more streamlined (#647)
  • b9d3b84 check clearCachedToken argument (#646)
  • 75f8f44 Update Custom.md
  • 435b42e Update Custom.md

See the full diff