Iconica-Development / flutter_chat

Add a (personal or group) chat to your Flutter-application.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

build(deps): bump firebase_storage, firebase_core, cloud_firestore and firebase_auth in /packages/flutter_chat_firebase #96

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps firebase_storage, firebase_core, cloud_firestore and firebase_auth. These dependencies needed to be updated together. Updates firebase_storage from 11.7.7 to 12.0.1

Changelog

Sourced from firebase_storage's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-06-11 - BoM 2.1.0

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • f7d4a7a chore(release): publish packages
  • 0ea7099 fix(storage, web): clean up stream handlers on "hot restart" (#12927)
  • a224a02 chore(all): migrate example web directories to new structure (#12911)
  • 1333f4a chore: topics for all FlutterFire plugins in pubspec.yaml files (#12841)
  • aba2dfa chore(storage): upgrade example gradle (#12894)
  • 1b33533 chore(release): publish packages + BoM 2.0.0 (#12895)
  • 52accfc refactor!: android plugins require minSdk 21, auth requires minSdk 23 ahe...
  • de0cea2 refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SD...
  • aaf01ac refactor(storage)!: remove deprecated API ahead of breaking change (#12863)
  • 0a89020 chore: move the Flutter Favorite image in the correct image folder (#12870)
  • Additional commits viewable in compare view


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

  • FIX(firestore,web): ensure streams are removed on "hot restart" (#12913). (c1a67e54)

firebase_database_web - v0.2.5+9

  • FIX(database,web): clean up stream handlers on "hot restart" (#12915). (e298cb4e)

firebase_storage_web - v3.9.9

  • FIX(storage,web): clean up stream handlers on "hot restart" (#12927). (0ea7099c)

firebase_vertexai - v0.2.2

  • FEAT(vertexai): add name constructor for function calling schema (#12898). (466884b6)

2024-06-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_vertexai - v0.2.1

2024-06-04 - BoM 2.0.0

Changes

... (truncated)

Commits
  • f7d4a7a chore(release): publish packages
  • c1a67e5 fix(firestore, web): ensure streams are removed on "hot restart" (#12913)
  • a224a02 chore(all): migrate example web directories to new structure (#12911)
  • 1333f4a chore: topics for all FlutterFire plugins in pubspec.yaml files (#12841)
  • 859ec1d feat: add support for demo project (#11973)
  • 1b33533 chore(release): publish packages + BoM 2.0.0 (#12895)
  • f67914c feat: bump Firebase android SDK to 33.1.0 (#12874)
  • 52accfc refactor!: android plugins require minSdk 21, auth requires minSdk 23 ahe...
  • de0cea2 refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SD...
  • fcb3c21 feat: bump Firebase iOS SDK to 10.27.0 (#12871)
  • Additional commits viewable in compare view


Updates cloud_firestore from 4.17.5 to 5.0.1

Changelog

Sourced from cloud_firestore's changelog.

cloud_firestore - v5.0.1

  • FIX(firestore,macos): add Nonull decorator to PigeonParser to remove warnings when building (#12930). (264b7643)
  • FIX(firestore,web): ensure streams are removed on "hot restart" (#12913). (c1a67e54)

cloud_firestore_web - v4.0.1

  • FIX(firestore,web): ensure streams are removed on "hot restart" (#12913). (c1a67e54)

firebase_app_check - v0.3.0+1

  • FIX(app-check,web): fixed broken onTokenChanged and ensured it is properly cleaned up. Streams are also cleaned up on "hot restart" (#12933). (093b5fef)
  • FIX(firebase_app_check,ios): Replace angles with quotes in import statement (#12929). (f2fc902b)
  • FIX(app-check,ios): update app check to stable release (#12924). (ced11684)

firebase_app_check_web - v0.1.2+9

  • FIX(app-check,web): fixed broken onTokenChanged and ensured it is properly cleaned up. Streams are also cleaned up on "hot restart" (#12933). (093b5fef)

firebase_auth - v5.1.0

  • FIX(auth,ios): fix the parsing of an error that could specifically happen when using MicrosoftProvider (#12920). (3b415e64)
  • FEAT(auth,apple): create a credential with idToken, rawNonce & appleFullPersonName (#12356). (17793080)

firebase_auth_platform_interface - v7.4.0

  • FEAT(auth,apple): create a credential with idToken, rawNonce & appleFullPersonName (#12356). (17793080)

firebase_auth_web - v5.12.2

  • FIX(auth,web): unsubscribe from stream handlers after "hot restart" (#12908). (a76c8866)
  • FIX(auth,web): stream handlers are properly cleaned up and recreated (#12903). (daaef12c)

firebase_core - v3.1.0

firebase_core_platform_interface - v5.1.0

firebase_core_web - v2.17.2

  • FIX(firestore,web): ensure streams are removed on "hot restart" (#12913). (c1a67e54)

firebase_database_web - v0.2.5+9

  • FIX(database,web): clean up stream handlers on "hot restart" (#12915). (e298cb4e)

firebase_storage_web - v3.9.9

... (truncated)

Commits
  • f7d4a7a chore(release): publish packages
  • 264b764 fix(firestore, macos): add Nonull decorator to PigeonParser to remove warning...
  • c1a67e5 fix(firestore, web): ensure streams are removed on "hot restart" (#12913)
  • a224a02 chore(all): migrate example web directories to new structure (#12911)
  • 1333f4a chore: topics for all FlutterFire plugins in pubspec.yaml files (#12841)
  • 1b33533 chore(release): publish packages + BoM 2.0.0 (#12895)
  • e6069b3 chore(cloud_firestore): upgrade gradle (#12875)
  • 52accfc refactor!: android plugins require minSdk 21, auth requires minSdk 23 ahe...
  • de0cea2 refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SD...
  • 0a89020 chore: move the Flutter Favorite image in the correct image folder (#12870)
  • Additional commits viewable in compare view


Updates firebase_auth from 4.20.0 to 5.1.0

Changelog

Sourced from firebase_auth's changelog.

firebase_auth - v5.1.0

  • FIX(auth,ios): fix the parsing of an error that could specifically happen when using MicrosoftProvider (#12920). (3b415e64)
  • FEAT(auth,apple): create a credential with idToken, rawNonce & appleFullPersonName (#12356). (17793080)

firebase_auth_platform_interface - v7.4.0

  • FEAT(auth,apple): create a credential with idToken, rawNonce & appleFullPersonName (#12356). (17793080)

firebase_auth_web - v5.12.2

  • FIX(auth,web): unsubscribe from stream handlers after "hot restart" (#12908). (a76c8866)
  • FIX(auth,web): stream handlers are properly cleaned up and recreated (#12903). (daaef12c)

firebase_core - v3.1.0

firebase_core_platform_interface - v5.1.0

firebase_core_web - v2.17.2

  • FIX(firestore,web): ensure streams are removed on "hot restart" (#12913). (c1a67e54)

firebase_database_web - v0.2.5+9

  • FIX(database,web): clean up stream handlers on "hot restart" (#12915). (e298cb4e)

firebase_storage_web - v3.9.9

  • FIX(storage,web): clean up stream handlers on "hot restart" (#12927). (0ea7099c)

firebase_vertexai - v0.2.2

  • FEAT(vertexai): add name constructor for function calling schema (#12898). (466884b6)

2024-06-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • f7d4a7a chore(release): publish packages
  • 1779308 feat(auth, apple): create a credential with idToken, rawNonce & `appleFul...
  • 3b415e6 fix(auth, ios): fix the parsing of an error that could specifically happen wh...
  • c1a67e5 fix(firestore, web): ensure streams are removed on "hot restart" (#12913)
  • a224a02 chore(all): migrate example web directories to new structure (#12911)
  • a76c886 fix(auth, web): unsubscribe from stream handlers after "hot restart" (#12908)
  • daaef12 fix(auth, web): stream handlers are properly cleaned up and recreated (#12903)
  • 1333f4a chore: topics for all FlutterFire plugins in pubspec.yaml files (#12841)
  • e522fb1 chore(auth): upgrade gradle (#12882)
  • 1b33533 chore(release): publish packages + BoM 2.0.0 (#12895)
  • Additional commits viewable in compare view


You can trigger a rebase of this PR by commenting @dependabot rebase.


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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 month ago

Superseded by #110.