Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump firebase_auth, firebase_core and cloud_firestore in /experimental/web_dashboard #62

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2024

Bumps firebase_auth, firebase_core and cloud_firestore. These dependencies needed to be updated together.
Updates firebase_auth from 4.20.0 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

Updates firebase_core from 2.32.0 to 3.4.0

Changelog

Sourced from firebase_core's changelog.

firebase_auth - v3.4.0

  • FIX: Web recaptcha hover removed after use. (#8812). (790e450e)
  • FIX: java.util.ConcurrentModificationException (#8967). (dc6c04ae)
  • FEAT: update GitHub sign in implementation (#8976). (ffd3b019)

firebase_auth_platform_interface - v6.3.0

firebase_auth_web - v3.3.18

  • FIX: Web recaptcha hover removed after use. (#8812). (790e450e)

firebase_core - v1.19.0

firebase_dynamic_links - v4.3.0

firebase_ml_model_downloader - v0.1.1

firebase_performance - v0.8.1

firebase_storage - v10.3.0

flutterfire_ui - v0.4.2+1

2022-06-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • 7b2ac65 chore(release): prepare for release (#9009)
  • 7961016 feat: Bump Firebase iOS SDK to 9.2.0 (#8594)
  • 159def6 improvement: update format CI step to match local melos format (#8993)
  • ea03c6b feat(firebase-core): pigeon setup (#8921)
  • fe10b5b chore(release): prepare for release (#8924)
  • 796f1e7 feat: bump Firebase Android SDK to 30.1.0 (#8847)
  • 5bda8c9 docs: point to "firebase.google" domain for hyperlinks in the usage section o...
  • 63137f3 Add note on that deleting the default Firebase app is not possible. (#8889)
  • 3dfc099 refactor: migrate from hash* to Object.hash* (#8797)
  • d90b835 refactor: use "firebase" instead of "FirebaseExtended" as organisation in all...
  • Additional commits viewable in compare view

Updates cloud_firestore from 4.17.5 to 5.3.0

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 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 <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)

Bumps [firebase_auth](https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth), [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) and [cloud_firestore](https://github.com/firebase/flutterfire/tree/main/packages/cloud_firestore). These dependencies needed to be updated together.

Updates `firebase_auth` from 4.20.0 to 5.2.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/firebase_auth_web-v5.2.0/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth_web-v5.2.0/packages/firebase_auth)

Updates `firebase_core` from 2.32.0 to 3.4.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/firebase_auth-v3.4.0/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth-v3.4.0/packages/firebase_core)

Updates `cloud_firestore` from 4.17.5 to 5.3.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_firestore_platform_interface-v5.3.0/packages/cloud_firestore)

---
updated-dependencies:
- dependency-name: firebase_auth
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2024

The following labels could not be found: autosubmit.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2024

Superseded by #70.

@dependabot dependabot bot closed this Sep 3, 2024
@dependabot dependabot bot deleted the dependabot/pub/experimental/web_dashboard/multi-847ea28239 branch September 3, 2024 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants