Skip to content

Commit 3770bbc

Browse files
Bump firebase_core, firebase_crashlytics and firebase_auth in /dashboard (#4811)
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core), [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) and [firebase_auth](https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth). These dependencies needed to be updated together. Updates `firebase_core` from 3.15.0 to 3.15.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/flutterfire/commit/dadb0fd27bc9afe4dee4f23326a4a9ba238258ac"><code>dadb0fd</code></a> chore(release): publish packages</li> <li><a href="https://github.com/firebase/flutterfire/commit/cd8b58d053e34e9840bdbd20fd5aa3f698e5fcfa"><code>cd8b58d</code></a> fix(core): resolve iOS crash when enabling automatic data collection via `set...</li> <li><a href="https://github.com/firebase/flutterfire/commit/876885613a38e85f135f8cc369fedbab053948d0"><code>8768856</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/17486">#17486</a>)</li> <li><a href="https://github.com/firebase/flutterfire/commit/96d26632ef70afecb6b52930800983e25d6f8bc4"><code>96d2663</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/17475">#17475</a>)</li> <li>See full diff in <a href="https://github.com/firebase/flutterfire/commits/firebase_core-v3.15.2/packages/firebase_core">compare view</a></li> </ul> </details> <br /> Updates `firebase_crashlytics` from 4.3.8 to 4.3.10 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/flutterfire/commit/dadb0fd27bc9afe4dee4f23326a4a9ba238258ac"><code>dadb0fd</code></a> chore(release): publish packages</li> <li><a href="https://github.com/firebase/flutterfire/commit/876885613a38e85f135f8cc369fedbab053948d0"><code>8768856</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/issues/17486">#17486</a>)</li> <li><a href="https://github.com/firebase/flutterfire/commit/96d26632ef70afecb6b52930800983e25d6f8bc4"><code>96d2663</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/issues/17475">#17475</a>)</li> <li>See full diff in <a href="https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v4.3.10/packages/firebase_crashlytics">compare view</a></li> </ul> </details> <br /> Updates `firebase_auth` from 5.6.1 to 5.7.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/firebase/flutterfire/commit/dadb0fd27bc9afe4dee4f23326a4a9ba238258ac"><code>dadb0fd</code></a> chore(release): publish packages</li> <li><a href="https://github.com/firebase/flutterfire/commit/376bb6ea8878df3f25cc1416fe26ace2203fd793"><code>376bb6e</code></a> feat(auth,macos): add support for <code>publish</code> and <code>addApplicationDelegate</code> on m...</li> <li><a href="https://github.com/firebase/flutterfire/commit/876885613a38e85f135f8cc369fedbab053948d0"><code>8768856</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth/issues/17486">#17486</a>)</li> <li><a href="https://github.com/firebase/flutterfire/commit/96d26632ef70afecb6b52930800983e25d6f8bc4"><code>96d2663</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth/issues/17475">#17475</a>)</li> <li>See full diff in <a href="https://github.com/firebase/flutterfire/commits/firebase_auth-v5.7.0/packages/firebase_auth">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 053213e commit 3770bbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashboard/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies:
1414
cocoon_common:
1515
path: ../packages/cocoon_common
1616
collection: any # Match Flutter SDK
17-
firebase_auth: ^5.5.2
18-
firebase_core: 3.15.0 # Rolled by dependabot
19-
firebase_crashlytics: 4.3.8 # Rolled by dependabot
17+
firebase_auth: ^5.7.0
18+
firebase_core: 3.15.2 # Rolled by dependabot
19+
firebase_crashlytics: 4.3.10 # Rolled by dependabot
2020
flutter:
2121
sdk: flutter
2222
flutter_app_icons: 0.1.1 # Rolled by dependabot

0 commit comments

Comments
 (0)