Skip to content

Commit

Permalink
Bump firebase_core from 3.8.1 to 3.10.0 in /dashboard (#4155)
Browse files Browse the repository at this point in the history
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) from 3.8.1 to 3.10.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/firebase/flutterfire/commit/a53d5c6f3ff14b81275b8e2aa9d99ac277ad4d59"><code>a53d5c6</code></a> chore(release): publish packages</li>
<li><a href="https://github.com/firebase/flutterfire/commit/6a42a2d801f7674992de1c1d9557cb800ead9963"><code>6a42a2d</code></a> feat: bump firebase iOS SDK to <code>v11.6.0</code> (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16858">#16858</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/c6865e477c1b84e8aabef6d5a099eea89c66b427"><code>c6865e4</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16897">#16897</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/71e1f21e9ad1559df67dcb78392f3adb0e6838c0"><code>71e1f21</code></a> feat: bump JS SDK to version 11.1.0 (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16895">#16895</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/4a190da0c353d295ff7fb9fea73119218a365687"><code>4a190da</code></a> fix(core, macos): update path to firebase sdk version for SPM (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16890">#16890</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/0048bd138f67102ff7cfa0539c244819b4ce8c7d"><code>0048bd1</code></a> feat: bump Firebase android BOM to <code>v33.7.0</code> (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16857">#16857</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/a8a22b172657ba2568d2cce5a54db4da3189efa0"><code>a8a22b1</code></a> fix(core, macos): exclude files pulled in from remote dependency. SPM integra...</li>
<li><a href="https://github.com/firebase/flutterfire/commit/cf270400f55ce65bcc61413c2ad9977b1b12f7f8"><code>cf27040</code></a> chore(release): publish packages (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16820">#16820</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/ba5f2414c86f3fe200df07671f6ad84087646c86"><code>ba5f241</code></a> fix(core): auth Swift support requires <code>FLTFirebaseCorePlugin</code> &amp; <code>messages</code> t...</li>
<li><a href="https://github.com/firebase/flutterfire/commit/a80a2ef9d5da94a9a1f9e3d311a1a651b9cafab4"><code>a80a2ef</code></a> fix(firebase_core_platform_interface): move test APIs to test.dart (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_core/issues/16672">#16672</a>)</li>
<li>See full diff in <a href="https://github.com/firebase/flutterfire/commits/firebase_core-v3.10.0/packages/firebase_core">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_core&package-manager=pub&previous-version=3.8.1&new-version=3.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent dc436f8 commit 2bb635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
sdk: flutter
collection: any # Match Flutter SDK
firebase_crashlytics: 4.2.0 # Rolled by dependabot
firebase_core: 3.8.1 # Rolled by dependabot
firebase_core: 3.10.0 # Rolled by dependabot
fixnum: 1.1.1 # Rolled by dependabot
flutter_app_icons: 0.1.1 # Rolled by dependabot
google_sign_in: 6.2.2 # Rolled by dependabot
Expand Down

0 comments on commit 2bb635c

Please sign in to comment.