chore(deps): update dependency googlesignin to v10 #4

Open
renovate-bot wants to merge 1 commit from renovate/googlesignin-10.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
GoogleSignIn from major 7.1.010.0.0

Release Notes

google/GoogleSignIn-iOS (GoogleSignIn)

v10.0.0

Compare Source

  • BREAKING: Update to AppAuth 3.0.0 and GTMAppAuth 6.0.0, which raises the minimum deployment targets to iOS 15.0 and macOS 12.0, widens the GTMSessionFetcher dependency to allow 4.x and 5.x, and renames the version-specific Swift Package Manager manifest to Package@swift-5.7.swift. Projects that must keep supporting earlier OS versions should stay on GoogleSignIn 9.2.0. (#​628)
  • Add GIDSignIn.wrapperIdentifier so SDKs that embed Google Sign-In can self-identify in Google's diagnostic logs via a new gidwrapper parameter. It is opt-in and pre-existing behavior is unchanged. (#​625)
  • Update the sign-in button icon to the gradient Google G (#​633)
  • Pin the Swift names of the GIDClaim factory methods with explicit NS_SWIFT_NAME annotations; the imported Swift names are unchanged (#​627)
  • Use NSURLComponents to properly encode tokens (#​618)
  • Fix a crash in additionalTokenRefreshParameters when emmSupport is nil (#​608)
  • Internal
    • Consolidate SDK logging parameters to prepare for new ones (#​616)
    • Fix swift-button-functional-test (#​614)
    • Fix the SignInSample import and add the sample to CI (#​632)
    • Add non-blocking Xcode 27 preview jobs to CI (#​629)
    • Raise the sample Podfile deployment targets for Xcode 27 (#​634)
    • Bump the bundler group dependencies (#​594, #​630)

v9.2.0

Compare Source

  • Expose the refresh token expiration date (#​577)
  • Support requesting the amr (Authentication Methods References) claim (#​600)
  • Remove keychain entries on a fresh install (#​567)
  • Update the AppAuth-iOS dependency minimum to 2.1.0 (#​603)
  • Fix optional bundle handling for localized strings (#​373)
  • Include all public headers unconditionally in the umbrella header (#​595)
  • Move GIDSignInButton import outside of conditional compilation (#​591)
  • Internal
    • Fix Swift Package Manager deprecation warnings (#​579)
    • Improve doc comment for GIDSignInButtonStyle (#​204)
    • Resolve unassigned child warning in the AppIcon asset catalog (#​348)
    • Refactor GitHub Actions workflow (#​580)
    • Upgrade GitHub Actions to the latest versions for Node 24 compatibility (#​592, #​593)

v9.1.0

Compare Source

v9.0.0

Compare Source

  • Allow providing a custom nonce via GSI to AppAuth (#​402, #​476)
  • Fix invalid error code in GIDSignIn (#​472)
  • Add support for GTMAppAuth 5 on macOS (#​522)
  • Fix Data Protected migration bugs (#​533)
  • Internal
    • Add AppAuthCore as explicit dependency (#​470)
    • Update iPhone simulator from 14 to 15 (#​494)
    • Fix swift button integration test (#​497)
    • Update runner to macos-13 (#​498)
    • Update scorecards.yml to use upload-artifact@v4.6.2 (#​516)
    • Update AppAuth and GTMAppAuth dependencies (#​517, #​521)
    • Fix Swift integration tests for a returning user (#​518)
    • Update .gitignore to include .build and Package.resolved (#​520)
    • Update GIDSignInTest to correctly setUp and tearDown NSUserDefaults (#​527)

v8.0.0

Compare Source

  • General release adding Firebase App Check support to establish your
    application's integrity while signing in with Google
  • Update minimum iOS support to iOS 12 (#​445)
  • Internal
    • Update AppCheckCore dependency to v11.0 (#​454)
    • Add instancetype return to test helper (#​393)
    • Remove GTMSessionFetcher modular import (#​403)
    • Bump activesupport from 5.2.5 to 5.2.8.1 in the bundler group (#​429)
    • Remove deprecated macos-11 runner (#​447)
    • Update deprecated archiving API usage in tests (#​449)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [GoogleSignIn](https://github.com/google/GoogleSignIn-iOS) | from | major | `7.1.0` → `10.0.0` | --- ### Release Notes <details> <summary>google/GoogleSignIn-iOS (GoogleSignIn)</summary> ### [`v10.0.0`](https://github.com/google/GoogleSignIn-iOS/blob/HEAD/CHANGELOG.md#1000) [Compare Source](https://github.com/google/GoogleSignIn-iOS/compare/9.2.0...10.0.0) - **BREAKING**: Update to AppAuth 3.0.0 and GTMAppAuth 6.0.0, which raises the minimum deployment targets to iOS 15.0 and macOS 12.0, widens the `GTMSessionFetcher` dependency to allow 4.x and 5.x, and renames the version-specific Swift Package Manager manifest to `Package@swift-5.7.swift`. Projects that must keep supporting earlier OS versions should stay on GoogleSignIn 9.2.0. ([#&#8203;628](https://github.com/google/GoogleSignIn-iOS/pull/628)) - Add `GIDSignIn.wrapperIdentifier` so SDKs that embed Google Sign-In can self-identify in Google's diagnostic logs via a new `gidwrapper` parameter. It is opt-in and pre-existing behavior is unchanged. ([#&#8203;625](https://github.com/google/GoogleSignIn-iOS/pull/625)) - Update the sign-in button icon to the gradient Google G ([#&#8203;633](https://github.com/google/GoogleSignIn-iOS/pull/633)) - Pin the Swift names of the `GIDClaim` factory methods with explicit `NS_SWIFT_NAME` annotations; the imported Swift names are unchanged ([#&#8203;627](https://github.com/google/GoogleSignIn-iOS/pull/627)) - Use `NSURLComponents` to properly encode tokens ([#&#8203;618](https://github.com/google/GoogleSignIn-iOS/pull/618)) - Fix a crash in `additionalTokenRefreshParameters` when `emmSupport` is `nil` ([#&#8203;608](https://github.com/google/GoogleSignIn-iOS/pull/608)) - Internal - Consolidate SDK logging parameters to prepare for new ones ([#&#8203;616](https://github.com/google/GoogleSignIn-iOS/pull/616)) - Fix `swift-button-functional-test` ([#&#8203;614](https://github.com/google/GoogleSignIn-iOS/pull/614)) - Fix the `SignInSample` import and add the sample to CI ([#&#8203;632](https://github.com/google/GoogleSignIn-iOS/pull/632)) - Add non-blocking Xcode 27 preview jobs to CI ([#&#8203;629](https://github.com/google/GoogleSignIn-iOS/pull/629)) - Raise the sample Podfile deployment targets for Xcode 27 ([#&#8203;634](https://github.com/google/GoogleSignIn-iOS/pull/634)) - Bump the bundler group dependencies ([#&#8203;594](https://github.com/google/GoogleSignIn-iOS/pull/594), [#&#8203;630](https://github.com/google/GoogleSignIn-iOS/pull/630)) ### [`v9.2.0`](https://github.com/google/GoogleSignIn-iOS/blob/HEAD/CHANGELOG.md#920) [Compare Source](https://github.com/google/GoogleSignIn-iOS/compare/9.1.0...9.2.0) - Expose the refresh token expiration date ([#&#8203;577](https://github.com/google/GoogleSignIn-iOS/pull/577)) - Support requesting the `amr` (Authentication Methods References) claim ([#&#8203;600](https://github.com/google/GoogleSignIn-iOS/pull/600)) - Remove keychain entries on a fresh install ([#&#8203;567](https://github.com/google/GoogleSignIn-iOS/pull/567)) - Update the AppAuth-iOS dependency minimum to 2.1.0 ([#&#8203;603](https://github.com/google/GoogleSignIn-iOS/pull/603)) - Fix optional bundle handling for localized strings ([#&#8203;373](https://github.com/google/GoogleSignIn-iOS/pull/373)) - Include all public headers unconditionally in the umbrella header ([#&#8203;595](https://github.com/google/GoogleSignIn-iOS/pull/595)) - Move `GIDSignInButton` import outside of conditional compilation ([#&#8203;591](https://github.com/google/GoogleSignIn-iOS/pull/591)) - Internal - Fix Swift Package Manager deprecation warnings ([#&#8203;579](https://github.com/google/GoogleSignIn-iOS/pull/579)) - Improve doc comment for `GIDSignInButtonStyle` ([#&#8203;204](https://github.com/google/GoogleSignIn-iOS/pull/204)) - Resolve unassigned child warning in the `AppIcon` asset catalog ([#&#8203;348](https://github.com/google/GoogleSignIn-iOS/pull/348)) - Refactor GitHub Actions workflow ([#&#8203;580](https://github.com/google/GoogleSignIn-iOS/pull/580)) - Upgrade GitHub Actions to the latest versions for Node 24 compatibility ([#&#8203;592](https://github.com/google/GoogleSignIn-iOS/pull/592), [#&#8203;593](https://github.com/google/GoogleSignIn-iOS/pull/593)) ### [`v9.1.0`](https://github.com/google/GoogleSignIn-iOS/blob/HEAD/CHANGELOG.md#910) [Compare Source](https://github.com/google/GoogleSignIn-iOS/compare/9.0.0...9.1.0) - Allow requesting `claims` (currently, only `auth_time`) via [Sign-in methods](https://github.com/google/GoogleSignIn-iOS/blob/gandhiakshat/update-changelog-for-9.1.0-release/GoogleSignIn/Sources/Public/GoogleSignIn/GIDSignIn.h#L240) ([#&#8203;550](https://github.com/google/GoogleSignIn-iOS/pull/550), [#&#8203;552](https://github.com/google/GoogleSignIn-iOS/pull/552), [#&#8203;553](https://github.com/google/GoogleSignIn-iOS/pull/553), [#&#8203;569](https://github.com/google/GoogleSignIn-iOS/pull/569)) - Update `addScopes:` methods in `GIDSignIn` to include previously requested `claims` ([#&#8203;557](https://github.com/google/GoogleSignIn-iOS/pull/557)) - Internal - Assign to `keychainStore` asap in initializer ([#&#8203;540](https://github.com/google/GoogleSignIn-iOS/pull/540)) - Add support for Swift 6 ([#&#8203;543](https://github.com/google/GoogleSignIn-iOS/pull/543), [#&#8203;544](https://github.com/google/GoogleSignIn-iOS/pull/544), [#&#8203;546](https://github.com/google/GoogleSignIn-iOS/pull/546)) - Update GitHub Actions workflows ([#&#8203;545](https://github.com/google/GoogleSignIn-iOS/pull/545), [#&#8203;570](https://github.com/google/GoogleSignIn-iOS/pull/570)) - Update the `DaysUntilBirthday` sample app to support `auth_time` claim ([#&#8203;555](https://github.com/google/GoogleSignIn-iOS/pull/555)) - Rename `tokenClaims` to `claims` throughout the code ([#&#8203;568](https://github.com/google/GoogleSignIn-iOS/pull/568)) ### [`v9.0.0`](https://github.com/google/GoogleSignIn-iOS/blob/HEAD/CHANGELOG.md#900) [Compare Source](https://github.com/google/GoogleSignIn-iOS/compare/8.0.0...9.0.0) - Allow providing a custom `nonce` via GSI to AppAuth ([#&#8203;402](https://github.com/google/GoogleSignIn-iOS/pull/402), [#&#8203;476](https://github.com/google/GoogleSignIn-iOS/pull/476)) - Fix invalid error code in `GIDSignIn` ([#&#8203;472](https://github.com/google/GoogleSignIn-iOS/pull/472)) - Add support for GTMAppAuth 5 on macOS ([#&#8203;522](https://github.com/google/GoogleSignIn-iOS/pull/522)) - Fix Data Protected migration bugs ([#&#8203;533](https://github.com/google/GoogleSignIn-iOS/pull/533)) - Internal - Add AppAuthCore as explicit dependency ([#&#8203;470](https://github.com/google/GoogleSignIn-iOS/pull/470)) - Update iPhone simulator from 14 to 15 ([#&#8203;494](https://github.com/google/GoogleSignIn-iOS/pull/494)) - Fix swift button integration test ([#&#8203;497](https://github.com/google/GoogleSignIn-iOS/pull/497)) - Update runner to macos-13 ([#&#8203;498](https://github.com/google/GoogleSignIn-iOS/pull/498)) - Update `scorecards.yml` to use `upload-artifact@v4.6.2` ([#&#8203;516](https://github.com/google/GoogleSignIn-iOS/pull/516)) - Update AppAuth and GTMAppAuth dependencies ([#&#8203;517](https://github.com/google/GoogleSignIn-iOS/pull/517), [#&#8203;521](https://github.com/google/GoogleSignIn-iOS/pull/521)) - Fix Swift integration tests for a returning user ([#&#8203;518](https://github.com/google/GoogleSignIn-iOS/pull/518)) - Update `.gitignore` to include .build and Package.resolved ([#&#8203;520](https://github.com/google/GoogleSignIn-iOS/pull/520)) - Update GIDSignInTest to correctly setUp and tearDown NSUserDefaults ([#&#8203;527](https://github.com/google/GoogleSignIn-iOS/pull/527)) ### [`v8.0.0`](https://github.com/google/GoogleSignIn-iOS/blob/HEAD/CHANGELOG.md#800) [Compare Source](https://github.com/google/GoogleSignIn-iOS/compare/7.1.0-fac-beta-1.1.0...8.0.0) - General release adding Firebase App Check support to establish your application's integrity while signing in with Google - Update minimum iOS support to iOS 12 ([#&#8203;445](https://github.com/google/GoogleSignIn-iOS/pull/445)) - Internal - Update AppCheckCore dependency to v11.0 ([#&#8203;454](https://github.com/google/GoogleSignIn-iOS/pull/454)) - Add instancetype return to test helper ([#&#8203;393](https://github.com/google/GoogleSignIn-iOS/pull/393)) - Remove GTMSessionFetcher modular import ([#&#8203;403](https://github.com/google/GoogleSignIn-iOS/pull/403)) - Bump activesupport from 5.2.5 to 5.2.8.1 in the bundler group ([#&#8203;429](https://github.com/google/GoogleSignIn-iOS/pull/429)) - Remove deprecated macos-11 runner ([#&#8203;447](https://github.com/google/GoogleSignIn-iOS/pull/447)) - Update deprecated archiving API usage in tests ([#&#8203;449](https://github.com/google/GoogleSignIn-iOS/pull/449)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS42IiwidXBkYXRlZEluVmVyIjoiNDQuNjEuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/googlesignin-10.x:renovate/googlesignin-10.x
git switch renovate/googlesignin-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/googlesignin-10.x
git switch renovate/googlesignin-10.x
git rebase main
git switch main
git merge --ff-only renovate/googlesignin-10.x
git switch renovate/googlesignin-10.x
git rebase main
git switch main
git merge --no-ff renovate/googlesignin-10.x
git switch main
git merge --squash renovate/googlesignin-10.x
git switch main
git merge --ff-only renovate/googlesignin-10.x
git switch main
git merge renovate/googlesignin-10.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
oss/TEMPO-UI!4
No description provided.