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
….29.0" (#1153)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

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

#### What's Changed

- \[Messaging] Rename initWithFileName internal method by
[@&#8203;paulb777](https://togithub.com/paulb777) in
[firebase/firebase-ios-sdk#13139
- Revert "Add SIGTERM support
([#&#8203;12881](https://togithub.com/firebase/firebase-ios-sdk/issues/12881))"
by [@&#8203;themiswang](https://togithub.com/themiswang) in
[firebase/firebase-ios-sdk#13162
- \[MLModelDownloader] Use `FirebaseLogger` instead of
`GULLoggerWrapper` by
[@&#8203;andrewheard](https://togithub.com/andrewheard) in
[firebase/firebase-ios-sdk#13160
- \[Messaging] Fix APS Environment entitlement key on visionOS by
[@&#8203;andrewheard](https://togithub.com/andrewheard) in
[firebase/firebase-ios-sdk#13176
- \[Messaging] Update `TARGET_OS_*` conditionals by
[@&#8203;andrewheard](https://togithub.com/andrewheard) in
[firebase/firebase-ios-sdk#13184
- VertexAI: use shared repository for test golden files by
[@&#8203;tanzimfh](https://togithub.com/tanzimfh) in
[firebase/firebase-ios-sdk#13186
- Update FPRDataUtils.m by
[@&#8203;Kyle-Ye](https://togithub.com/Kyle-Ye) in
[firebase/firebase-ios-sdk#13200
- \[Vertex AI] Add support for compiling on watchOS by
[@&#8203;andrewheard](https://togithub.com/andrewheard) in
[firebase/firebase-ios-sdk#13215

#### New Contributors

- [@&#8203;tanzimfh](https://togithub.com/tanzimfh) made their first
contribution in
[firebase/firebase-ios-sdk#13152
- [@&#8203;totoro642](https://togithub.com/totoro642) made their first
contribution in
[firebase/firebase-ios-sdk#13179
- [@&#8203;Kyle-Ye](https://togithub.com/Kyle-Ye) made their first
contribution in
[firebase/firebase-ios-sdk#13200

**Full Changelog**:
firebase/firebase-ios-sdk@10.28.1...10.29.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://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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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 committed Jul 9, 2024
1 parent e7f1c9b commit b647dff
Showing 1 changed file with 1 addition and 1 deletion.
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.28.1")),
.package(url: "https://github.com/firebase/firebase-ios-sdk", .upToNextMajor(from: "10.29.0")),
// Used by crashlytics example
.package(url: "https://github.com/ashleymills/Reachability.swift.git", .upToNextMajor(from: "5.2.3")),
]
Expand Down

0 comments on commit b647dff

Please sign in to comment.