From 4fa43138eb147215e3f437dd26edb2d2e0b2fe0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:42:34 +1000 Subject: [PATCH] Bump firebase_core, cloud_firestore and firebase_auth in /experimental/web_dashboard (#2325) Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core), [cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore) and [firebase_auth](https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth). These dependencies needed to be updated together. Updates `firebase_core` from 2.32.0 to 3.1.0
Changelog

Sourced from firebase_core's changelog.

firebase_core - v3.1.0

firebase_core_platform_interface - v5.1.0

firebase_core_web - v2.17.2

firebase_database_web - v0.2.5+9

firebase_storage_web - v3.9.9

firebase_vertexai - v0.2.2

2024-06-06

Changes


Packages with breaking changes:

Packages with other changes:


firebase_vertexai - v0.2.1

2024-06-04 - BoM 2.0.0

Changes

... (truncated)

Commits

Updates `cloud_firestore` from 4.17.5 to 5.0.1
Changelog

Sourced from cloud_firestore's changelog.

cloud_firestore - v5.0.1

cloud_firestore_web - v4.0.1

firebase_app_check - v0.3.0+1

firebase_app_check_web - v0.1.2+9

firebase_auth - v5.1.0

firebase_auth_platform_interface - v7.4.0

firebase_auth_web - v5.12.2

firebase_core - v3.1.0

firebase_core_platform_interface - v5.1.0

firebase_core_web - v2.17.2

firebase_database_web - v0.2.5+9

firebase_storage_web - v3.9.9

... (truncated)

Commits

Updates `firebase_auth` from 4.20.0 to 5.1.0
Changelog

Sourced from firebase_auth's changelog.

firebase_auth - v5.1.0

firebase_auth_platform_interface - v7.4.0

firebase_auth_web - v5.12.2

firebase_core - v3.1.0

firebase_core_platform_interface - v5.1.0

firebase_core_web - v2.17.2

firebase_database_web - v0.2.5+9

firebase_storage_web - v3.9.9

firebase_vertexai - v0.2.2

2024-06-06

Changes


Packages with breaking changes:

Packages with other changes:

... (truncated)

Commits

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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimental/web_dashboard/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experimental/web_dashboard/pubspec.yaml b/experimental/web_dashboard/pubspec.yaml index cf1989c8b73..d95c6b8b487 100644 --- a/experimental/web_dashboard/pubspec.yaml +++ b/experimental/web_dashboard/pubspec.yaml @@ -7,12 +7,12 @@ environment: sdk: ^3.4.0-0 dependencies: - cloud_firestore: ^4.15.6 + cloud_firestore: ^5.0.1 collection: ^1.16.0 community_charts_flutter: ^1.0.2 cupertino_icons: ^1.0.0 - firebase_auth: ^4.0.1 - firebase_core: ^2.25.5 + firebase_auth: ^5.1.0 + firebase_core: ^3.1.0 flutter: sdk: flutter google_sign_in: ^6.0.0