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

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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Commits
  • 1a6c9d0 chore(release): publish packages
  • 111f5f6 fix(auth, web): ensure exact same streams are not unsubscribed (#13033)
  • 8e1c39b chore: update all dart SDK to the following constraints >=3.2.0 <4.0.0 (#13...
  • 8ef7421 docs(auth): add information about error codes for verifyBeforeUpdateEmail (...
  • a292282 fix(auth): fixing scopes and parameters that would not work for GoogleAuthPro...
  • fc1e891 chore(release): publish packages (#13000)
  • 125f820 docs: Update documentation for auth/user-not-found exception to reflect email...
  • ef0077e fix(auth, apple): bug with cached AuthCredential, hash key was producing di...
  • a100829 fix(auth, windows): fix a crash that could happen when using `sendEmailVerifi...
  • 747b0b6 chore(release): publish packages (#12942)
  • Additional commits viewable in compare view


Updates firebase_core from 2.32.0 to 3.2.0

Commits
  • 1a6c9d0 chore(release): publish packages
  • 8e1c39b chore: update all dart SDK to the following constraints >=3.2.0 <4.0.0 (#13...
  • 86ae6fe fix(core, web): do not throw if Firebase.apps called before initialising ap...
  • e7bd788 feat: bump Firebase iOS SDK to 10.28.0 (#12999)
  • fc1e891 chore(release): publish packages (#13000)
  • a100829 fix(auth, windows): fix a crash that could happen when using `sendEmailVerifi...
  • 747b0b6 chore(release): publish packages (#12942)
  • 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)
  • Additional commits viewable in compare view


Updates firebase_storage from 11.7.7 to 12.1.1

Commits
  • 1a6c9d0 chore(release): publish packages
  • 20d0002 fix(storage, web): ensure exact same streams are not unsubscribed (#13034)
  • 8e1c39b chore: update all dart SDK to the following constraints >=3.2.0 <4.0.0 (#13...
  • fc1e891 chore(release): publish packages (#13000)
  • 70a3fbc feat(storage, windows): add support for creationTime and updateTime (#12966)
  • 747b0b6 chore(release): publish packages (#12942)
  • 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)
  • Additional commits viewable in compare view


Updates cloud_firestore from 4.17.5 to 5.1.0

Commits
  • 1a6c9d0 chore(release): publish packages
  • 110dfae fix(firestore, web): ensure exact same streams are not unsubscribed (#13032)
  • 8e1c39b chore: update all dart SDK to the following constraints >=3.2.0 <4.0.0 (#13...
  • f80768a feat(firestore, windows): support multiple databases (#12998)
  • fc1e891 chore(release): publish packages (#13000)
  • 747b0b6 chore(release): publish packages (#12942)
  • 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)
  • Additional commits viewable in compare view


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 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)
dependabot[bot] commented 1 month ago

Superseded by #110.