Skip to content

Commit

Permalink
Bump firebase_crashlytics from 4.1.5 to 4.2.0 in /dashboard (#4091)
Browse files Browse the repository at this point in the history
Bumps [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) from 4.1.5 to 4.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/firebase/flutterfire/commit/be744251c913c80c63eff7bc4afe2cb854e1297e"><code>be74425</code></a> chore(release): publish packages</li>
<li><a href="https://github.com/firebase/flutterfire/commit/d5778f89700a910f4b96b834975f7e21e43080fc"><code>d5778f8</code></a> feat(crashlytics, android): Support deferred component crash stack trace (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/issues/16">#16</a>...</li>
<li><a href="https://github.com/firebase/flutterfire/commit/f618a3d8f9284f802dbf86526b0ea9a226ccf130"><code>f618a3d</code></a> fix(firebase_core_platform_interface): move test APIs to test.dart (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/issues/16672">#16672</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/c12f1bc45ea02f0956564ba3963940713ba0e7c3"><code>c12f1bc</code></a> style: Cleanup library directives (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/issues/16671">#16671</a>)</li>
<li><a href="https://github.com/firebase/flutterfire/commit/c8027a22e1f8d5897c12388d45620685315ea6f0"><code>c8027a2</code></a> chore(release): publish packages  (<a href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics/issues/16589">#16589</a>)</li>
<li>See full diff in <a href="https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v4.2.0/packages/firebase_crashlytics">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_crashlytics&package-manager=pub&previous-version=4.1.5&new-version=4.2.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 Dec 16, 2024
1 parent 4e3428a commit 9bd1a7e
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 @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
collection: any # Match Flutter SDK
firebase_crashlytics: 4.1.5 # Rolled by dependabot
firebase_crashlytics: 4.2.0 # Rolled by dependabot
firebase_core: 3.8.1 # Rolled by dependabot
fixnum: 1.1.1 # Rolled by dependabot
flutter_app_icons: 0.1.1 # Rolled by dependabot
Expand Down

0 comments on commit 9bd1a7e

Please sign in to comment.