Skip to content

Commit

Permalink
chore(deps): update dependency firebase/firebase-ios-sdk to from: "10…
Browse files Browse the repository at this point in the history
….21.0" (#904)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[firebase/firebase-ios-sdk](https://togithub.com/firebase/firebase-ios-sdk)
| minor | `from: "10.20.0"` -> `from: "10.21.0"` |

---

### Release Notes

<details>
<summary>firebase/firebase-ios-sdk (firebase/firebase-ios-sdk)</summary>

###
[`v10.21.0`](https://togithub.com/firebase/firebase-ios-sdk/releases/tag/10.21.0):
Firebase Apple 10.21.0

[Compare
Source](https://togithub.com/firebase/firebase-ios-sdk/compare/10.20.0...10.21.0)

The Firebase Apple SDK (10.21.0) is now available. For more details, see
the [Firebase Apple SDK release
notes.](https://firebase.google.com/support/release-notes/ios#10.21.0)

To install this SDK, see [Add Firebase to your
project.](https://firebase.google.com/docs/ios/setup)

</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://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Feb 7, 2024
1 parent 487b679 commit 624c620
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 33 deletions.
134 changes: 110 additions & 24 deletions examples/firebase_example/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/firebase_example/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/firebase/firebase-ios-sdk",
"state" : {
"revision" : "b880ec8ec927a838c51c12862c6222c30d7097d7",
"version" : "10.20.0"
"revision" : "f91c8167141d0279726c6f6d9d4a47c026785cbc",
"version" : "10.21.0"
}
},
{
"identity" : "googleappmeasurement",
"kind" : "remoteSourceControl",
"location" : "https://github.com/google/GoogleAppMeasurement.git",
"state" : {
"revision" : "ceec9f28dea12b7cf3dabf18b5ed7621c88fd4aa",
"version" : "10.20.0"
"revision" : "cb8617fab75d181270a1d8f763f26b15c73e2e1e",
"version" : "10.21.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/firebase_example/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "firebase_example",
dependencies: [
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.20.0")),
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.21.0")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.0")),
]
Expand Down
8 changes: 4 additions & 4 deletions examples/firebase_example/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1665,9 +1665,9 @@
"name": "swiftpkg_firebase_ios_sdk",
"identity": "firebase-ios-sdk",
"remote": {
"commit": "b880ec8ec927a838c51c12862c6222c30d7097d7",
"commit": "f91c8167141d0279726c6f6d9d4a47c026785cbc",
"remote": "https://github.com/firebase/firebase-ios-sdk",
"version": "10.20.0"
"version": "10.21.0"
},
"cLanguageStandard": "c99",
"cxxLanguageStandard": "gnu++14"
Expand All @@ -1676,9 +1676,9 @@
"name": "swiftpkg_googleappmeasurement",
"identity": "googleappmeasurement",
"remote": {
"commit": "ceec9f28dea12b7cf3dabf18b5ed7621c88fd4aa",
"commit": "cb8617fab75d181270a1d8f763f26b15c73e2e1e",
"remote": "https://github.com/google/GoogleAppMeasurement.git",
"version": "10.20.0"
"version": "10.21.0"
},
"cLanguageStandard": "c99",
"cxxLanguageStandard": "gnu++14"
Expand Down

0 comments on commit 624c620

Please sign in to comment.