droidconKE / flutterconKEApp

https://play.google.com/store/apps/details?id=dev.flutterconke.app
14 stars 25 forks source link

Bump firebase_auth from 5.1.4 to 5.2.0 #118

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps firebase_auth from 5.1.4 to 5.2.0.

Changelog

Sourced from firebase_auth's changelog.

firebase_auth_web - v5.2.0

  • FIX: properly cast the PlatformException to FirebaseAuthException (#10058). (6c8f9515)
  • FIX: currentUser is now populated right at the start of the application without needing to wait for authStateChange (#10028). (2bd0dbff)
  • FEAT: add SAMLProvider support to Web (#10075). (d4c27da1)

firebase_core - v2.4.0

firebase_core_web - v2.0.2

  • FIX: currentUser is now populated right at the start of the application without needing to wait for authStateChange (#10028). (2bd0dbff)

firebase_ui_auth - v1.1.2

  • FIX: automatically upgrade anonymous accounts (#10071). (7b7e82d0)
  • FIX: allow to pass actions to the RegisterScreen (#10025). (3f5ca800)
  • FIX: currentUser is now populated right at the start of the application without needing to wait for authStateChange (#10028). (2bd0dbff)

2022-12-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • firebase_ui_oauth_apple - v1.0.8

... (truncated)

Commits
  • b574ae3 chore(release): prepare for release (#10078)
  • d4c27da feat(auth, web): add SAMLProvider support to Web (#10075)
  • 6c8f951 fix(auth): properly cast the PlatformException to FirebaseAuthException (#10058)
  • 6631da6 feat(auth): improve error message when user cancels a sign in with a provider...
  • c0d38cf chore(auth): move example app to "flutterfire-e2e-tests" Firebase project (#1...
  • 2bd0dbf fix(auth, web): currentUser is now populated right at the start of the appl...
  • 8e9f6b4 chore(release): prepare for release (#10032)
  • f746d5d fix(auth, ios): Apple Sign In on a secondary app doesnt sign in the correct F...
  • 26087bb chore(release): prepare for release (#9989)
  • dad1740 fix(auth, android): tentative fix for null pointer exception in paruseUserInf...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 3 months ago

Looks like firebase_auth is up-to-date now, so this is no longer needed.