Skip to content

Commit 46273de

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency firebase/firebase-ios-sdk to from: "12.2.0" (#1794)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [firebase/firebase-ios-sdk](https://redirect.github.com/firebase/firebase-ios-sdk) | minor | `from: "12.1.0"` -> `from: "12.2.0"` | --- ### Release Notes <details> <summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary> ### [`v12.2.0`](https://redirect.github.com/firebase/firebase-ios-sdk/releases/tag/12.2.0): Firebase Apple 12.2.0 [Compare Source](https://redirect.github.com/firebase/firebase-ios-sdk/compare/12.1.0...12.2.0) The Firebase Apple SDK (12.2.0) is now available. For more details, see the [Firebase Apple SDK release notes.](https://firebase.google.com/support/release-notes/ios#12.2.0) To install this SDK, see [Add Firebase to your project.](https://firebase.google.com/docs/ios/setup) #### What's Changed - \[Auth] TOTP support for macOS by [@&#8203;cbenhagen](https://redirect.github.com/cbenhagen) in [https://github.com/firebase/firebase-ios-sdk/pull/15112](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15112) - Add Mac Catalyst disable instructions for GoogleAdsOnDeviceConversion by [@&#8203;pcfba](https://redirect.github.com/pcfba) in [https://github.com/firebase/firebase-ios-sdk/pull/15198](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15198) - \[Firebase AI] Add support for thought summaries by [@&#8203;andrewheard](https://redirect.github.com/andrewheard) in [https://github.com/firebase/firebase-ios-sdk/pull/15096](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15096) - \[FAL] Add limited-use token support by [@&#8203;daymxn](https://redirect.github.com/daymxn) in [https://github.com/firebase/firebase-ios-sdk/pull/15099](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15099) - Analytics 12.2.0 by [@&#8203;pcfba](https://redirect.github.com/pcfba) in [https://github.com/firebase/firebase-ios-sdk/pull/15232](https://redirect.github.com/firebase/firebase-ios-sdk/pull/15232) **Full Changelog**: firebase/firebase-ios-sdk@12.1.0...12.2.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 b9e2204 commit 46273de

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/firebase_example/Package.resolved

Lines changed: 10 additions & 10 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.1.0")
10+
.upToNextMajor(from: "12.2.0")
1111
),
1212
// Used by crashlytics example
1313
.package(

0 commit comments

Comments
 (0)