Skip to content

Commit

Permalink
Bump firebase_analytics from 11.3.6 to 11.4.0 (#37)
Browse files Browse the repository at this point in the history
Bumps
[firebase_analytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics)
from 11.3.6 to 11.4.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/8c7f57c4a181b8cae3b0d2ba564682ad7d68f484"><code>8c7f57c</code></a>
fix: Remove dart:io imports for analytics, auth and app check (<a
href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics/issues/16827">#16827</a>)</li>
<li><a
href="https://github.com/firebase/flutterfire/commit/56051cf8570a4b7d3ebc86d4d1cae484f4b116a5"><code>56051cf</code></a>
feat(analytics): Swift Package Manager support (<a
href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics/issues/13205">#13205</a>)
(<a
href="https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics/issues/16790">#16790</a>)</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_analytics/issues/16820">#16820</a>)</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_analytics/issues/16672">#16672</a>)</li>
<li>See full diff in <a
href="https://github.com/firebase/flutterfire/commits/firebase_analytics-v11.4.0/packages/firebase_analytics">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=firebase_analytics&package-manager=pub&previous-version=11.3.6&new-version=11.4.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`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<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
rochi88 authored Jan 8, 2025
2 parents b9b853c + 483d062 commit 8234840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -474,26 +474,26 @@ packages:
dependency: "direct main"
description:
name: firebase_analytics
sha256: "366140abb55418ea23060b779893fa997c2d8e1974a4d1cc4d9590933b65c5fd"
sha256: "498c6cb8468e348a556709c745d92a52173ab3a9b906aa0593393f0787f201ea"
url: "https://pub.dev"
source: hosted
version: "11.3.6"
version: "11.4.0"
firebase_analytics_platform_interface:
dependency: transitive
description:
name: firebase_analytics_platform_interface
sha256: "8e987cf977c0c8f4ad02d9950a9b25b1a9606899f37b66a322a43af05be0246b"
sha256: ccbb350554e98afdb4b59852689292d194d31232a2647b5012a66622b3711df9
url: "https://pub.dev"
source: hosted
version: "4.2.8"
version: "4.3.0"
firebase_analytics_web:
dependency: transitive
description:
name: firebase_analytics_web
sha256: "0b64ef9060d394bba3d3b4777f49ee098efeeea7b0afb04663c956de6a3da170"
sha256: "68e1f18fc16482c211c658e739c25f015b202a260d9ad8249c6d3d7963b8105f"
url: "https://pub.dev"
source: hosted
version: "0.5.10+5"
version: "0.5.10+6"
firebase_cached_image:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies:
intl: ^0.19.0

# Firebase
firebase_analytics: ^11.3.6
firebase_analytics: ^11.4.0
firebase_core: ^3.9.0
firebase_crashlytics: ^4.2.0
firebase_performance: ^0.10.1
Expand Down

0 comments on commit 8234840

Please sign in to comment.