Skip to content

Commit c7429a3

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency firebase/firebase-ios-sdk to from: "12.6.0" (#1923)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [firebase/firebase-ios-sdk](https://redirect.github.com/firebase/firebase-ios-sdk) | minor | `from: "12.5.0"` -> `from: "12.6.0"` | --- ### Release Notes <details> <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary> ### [`v12.6.0`](https://redirect.github.com/firebase/firebase-ios-sdk/releases/tag/12.6.0): Firebase Apple 12.6.0 [Compare Source](https://redirect.github.com/firebase/firebase-ios-sdk/compare/12.5.0...12.6.0) The Firebase Apple SDK (12.6.0) is now available. For more details, see the [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#12.6.0) To install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup) #### What's Changed - \[Release] Update `Unreleased` changelog entries by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15436](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15436) - \[Firebase AI] Fix Google AI `useLimitedUseAppCheckTokens` config by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15423](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15423) - \[Firebase AI] Add internal JSON Schema support in `GenerationConfig` by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15404](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15404) - Fix typos by [@&#8203;paulb777](https://redirect.github.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/15445](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15445) - Fix typo in SecureTokenService comment by [@&#8203;gibachan](https://redirect.github.com/gibachan) in [https://github.com/firebase/firebase-ios-sdk/pull/15448](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15448) - \[Release] Update Carthage artifacts for 12.5.0 by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15452](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15452) - \[Release] Update Carthage README for FirebaseAILogicBinary by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15453](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15453) - \[Release] Update versions for 12.6.0 by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15458](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15458) - remove func from codebase by [@&#8203;themiswang](https://redirect.github.com/themiswang) in [https://github.com/firebase/firebase-ios-sdk/pull/15456](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15456) - \[AI] Server Prompt Templates by [@&#8203;paulb777](https://redirect.github.com/paulb777) in [https://github.com/firebase/firebase-ios-sdk/pull/15402](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15402) - Prevent stale configuration data after iOS device restore by [@&#8203;tusharkhandelwal8](https://redirect.github.com/tusharkhandelwal8) in [https://github.com/firebase/firebase-ios-sdk/pull/15442](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15442) #### New Contributors - [@&#8203;gibachan](https://redirect.github.com/gibachan) made their first contribution in [https://github.com/firebase/firebase-ios-sdk/pull/15448](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15448) **Full Changelog**: firebase/firebase-ios-sdk@12.5.0...12.6.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4wLjAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 5484c18 commit c7429a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/firebase_example/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/firebase_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
dependencies: [
88
.package(
99
url: "https://github.com/firebase/firebase-ios-sdk",
10-
.upToNextMajor(from: "12.5.0")
10+
.upToNextMajor(from: "12.6.0")
1111
),
1212
// Used by crashlytics example
1313
.package(

0 commit comments

Comments
 (0)