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

Update dependency firebase_auth to v4 - autoclosed #46

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
firebase_auth (source) dependencies major ^3.7.0 -> ^4.0.0

Release Notes

firebase/flutterfire (firebase_auth)

v4.17.7

Compare Source

  • Update a dependency to the latest release.

v4.17.6

Compare Source

  • Update a dependency to the latest release.

v4.17.5

Compare Source

  • Update a dependency to the latest release.

v4.17.4

Compare Source

  • Update a dependency to the latest release.

v4.17.3

  • Update a dependency to the latest release.

v4.17.2

v4.17.1

Compare Source

  • Update a dependency to the latest release.

v4.17.0

Compare Source

v4.16.0

Compare Source

  • FIX(auth,windows): fix a parsing issue of the Pigeon message on Windows for sendPasswordResetEmail (#​12082). (17c4ab12)
  • FEAT: allow users to disable automatic host mapping (#​11962). (13c1ce33)

v4.15.3

Compare Source

  • FIX(auth): return email address if one is returned by the auth exception (#​11978). (ceee304d)

v4.15.2

Compare Source

  • Update a dependency to the latest release.

v4.15.1

Compare Source

  • Update a dependency to the latest release.

v4.15.0

Compare Source

v4.14.1

Compare Source

  • FIX(auth,apple): need to cache AuthCredential on native in case Dart exception passes AuthCredential back to user for sign-in (#​11889). (9c09f224)
  • FIX(auth,web): use the device language when using setLanguageCode with null (#​11905). (f9322b6f)
  • FIX(auth): add proper error message when trying to access the multifactor object on an unsupported platform (#​11894). (27d1c47d)

v4.14.0

Compare Source

v4.13.0

Compare Source

  • FEAT(firebase_auth): export AuthProvider from firebase_auth_interface (#​11470). (39881e7e)
  • FEAT(windows): add platform logging for core, auth, firestore and storage (#​11790). (e7d428d1)

v4.12.1

Compare Source

  • Update a dependency to the latest release.

v4.12.0

Compare Source

v4.11.1

Compare Source

  • FIX(ios): fix clashing filenames between Auth and Firestore (#​11731). (8770cafc)

v4.11.0

Compare Source

v4.10.1

Compare Source

  • Update a dependency to the latest release.

v4.10.0

Compare Source

v4.9.0

Compare Source

  • FEAT(auth): TOTP (time-based one-time password) support for multi-factor authentication (#​11420). (3cc1243c)

v4.8.0

Compare Source

  • FEAT(auth): revokeTokenWithAuthorizationCode() implementation for revoking Apple sign-in token (#​11454). (92de98c9)

v4.7.3

Compare Source

  • FIX(auth): rename import header to "firebase_auth_messages.g.h". (#​11472). (693a6f3c)
  • FIX(firebase_auth): Fix forceRefresh parameter conversion before calling native API (#​11464). (86639876)
  • FIX(auth): set the tenant id on iOS FIRAuth instance (#​11427). (15f3cf5d)
  • FIX(firebase_auth,android): Remove implicit default locale used in error message (#​11321). (3a20f41c)

v4.7.2

Compare Source

  • FIX(auth): fix MFA issue where the error wouldn't be properly catched (#​11370). (72fef03f)
  • FIX(auth,android): getIdToken() IllegalStateException crash fix (#​11362). (e925b4c9)
  • FIX(auth,apple): pass in Firebase auth instance for correct app when using Provider sign in (#​11284). (1cffae79)

v4.7.1

Compare Source

  • FIX(auth,android): Fix crash on Android where detaching from engine (#​11296). (d0a37332)
  • FIX(auth,ios): fix scoping of import for message.g.h, could cause incompatibility with other packages (#​11300). (91ccc57d)

v4.7.0

Compare Source

v4.6.3

Compare Source

  • Update a dependency to the latest release.

v4.6.2

Compare Source

  • Update a dependency to the latest release.

v4.6.1

Compare Source

  • Update a dependency to the latest release.

v4.6.0

Compare Source

  • FEAT: update dependency constraints to sdk: '>=2.18.0 <4.0.0' flutter: '>=3.3.0' (#​10946). (2772d10f)
  • FEAT: update librairies to be compatible with Flutter 3.10.0 (#​10944). (e1f5a5ea)

v4.5.0

Compare Source

v4.4.2

Compare Source

  • Update a dependency to the latest release.

v4.4.1

Compare Source

  • Update a dependency to the latest release.

v4.4.0

Compare Source

v4.3.0

Compare Source

  • FIX(auth): fix an issue where unenroll would not throw a FirebaseException (#​10572). (8dba33e1)
  • FEAT(auth): improve error handling when Email enumeration feature is on (#​10591). (ff083025)

v4.2.10

Compare Source

  • FIX(auth,web): fix currentUser being null when using emulator or named instance (#​10565). (11e8644d)

v4.2.9

Compare Source

  • Update a dependency to the latest release.

v4.2.8

Compare Source

  • Update a dependency to the latest release.

v4.2.7

Compare Source

  • Update a dependency to the latest release.

v4.2.6

Compare Source

  • REFACTOR: upgrade project to remove warnings from Flutter 3.7 (#​10344). (e0087c84)

v4.2.5

Compare Source

  • FIX: fix a null pointer exception that could occur when removing an even listener (#​10210). (72d2e973)

v4.2.4

Compare Source

  • Update a dependency to the latest release.

v4.2.3

Compare Source

  • Update a dependency to the latest release.

v4.2.2

Compare Source

  • Update a dependency to the latest release.

v4.2.1

Compare Source

  • FIX(auth,web): fix currentUser being null when using emulator or named instance (#​10565). (11e8644d)

v4.2.0

Compare Source

  • FEAT: improve error message when user cancels a sign in with a provider (#​10060). (6631da6b)

v4.1.5

Compare Source

  • FIX: Apple Sign In on a secondary app doesnt sign in the correct Firebase Auth instance (#​10018). (f746d5da)

v4.1.4

Compare Source

  • FIX: tentative fix for null pointer exception in parseUserInfoList (#​9960). (dad17407)

v4.1.3

Compare Source

  • FIX: fix reauthenticateWithProvider on iOS with Sign In With Apple that would throw a linked exception (#​9919). (7318a8f3)

v4.1.2

Compare Source

  • Update a dependency to the latest release.

v4.1.1

Compare Source

  • Update a dependency to the latest release.

v4.1.0

Compare Source

  • REFACTOR: add verify to QueryPlatform and change internal verifyToken API to verify (#​9711). (c99a842f)
  • FIX: properly propagate the FirebaseAuthMultiFactorException for all reauthenticate and link methods (#​9700). (9ad97c82)
  • FEAT: expose reauthenticateWithRedirect and reauthenticateWithPopup (#​9696). (2a1f910f)

v4.0.2

Compare Source

  • Update a dependency to the latest release.

v4.0.1

Compare Source

  • Update a dependency to the latest release.

v4.0.0

Compare Source

Note: This release has breaking changes.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/firebase_auth-4.x branch from 33aae13 to 45d1a0a Compare March 17, 2023 12:15
@renovate
Copy link
Contributor Author

renovate bot commented Mar 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pubspec.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/yashrajjain726/bechdal_app":"/mnt/renovate/gh/yashrajjain726/bechdal_app" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/yashrajjain726/bechdal_app" docker.io/containerbase/sidecar bash -l -c "install-tool flutter 3.7.7 && flutter pub upgrade firebase_auth"
    Because firebase_auth_web >=5.0.0 <5.1.0 depends on firebase_core_web ^2.0.0 and firebase_auth_web >=5.1.0 <5.2.0 depends on firebase_core_web ^2.0.1, firebase_auth_web >=5.0.0 <5.2.0 requires firebase_core_web ^2.0.0.
    And because firebase_auth_web >=5.2.0 <5.2.4 depends on firebase_core_web ^2.0.2 and firebase_auth_web >=5.2.4 <5.2.5 depends on firebase_core_web ^2.1.0, firebase_auth_web >=5.0.0 <5.2.5 requires firebase_core_web ^2.0.0.
    And because firebase_auth_web >=5.2.5 <5.2.6 depends on firebase_core_web ^2.1.1 and firebase_auth_web >=5.2.6 <5.2.7 depends on firebase_core_web ^2.2.0, firebase_auth_web >=5.0.0 <5.2.7 requires firebase_core_web ^2.0.0.
    And because firebase_auth_web >=5.2.7 <5.2.9 depends on firebase_core_web ^2.2.1 and firebase_auth_web >=5.2.9 depends on firebase_core_web ^2.2.2, firebase_auth_web >=5.0.0 requires firebase_core_web ^2.0.0.
    Because firebase_core ^1.24.0 depends on firebase_core_web ^1.7.3 and firebase_core >=1.21.1 <1.24.0 depends on firebase_core_web ^1.7.2, firebase_core ^1.21.1 requires firebase_core_web ^1.7.2.
(1) Thus, firebase_core ^1.21.1 is incompatible with firebase_auth_web >=5.0.0.

    Because firebase_auth >=4.1.0 <4.1.2 depends on firebase_core ^2.1.1 and firebase_auth >=4.1.2 <4.1.3 depends on firebase_core ^2.2.0, firebase_auth >=4.1.0 <4.1.3 requires firebase_core ^2.1.1.
    And because firebase_auth >=4.1.3 <4.2.0 depends on firebase_core ^2.3.0 and firebase_auth >=4.2.0 <4.2.4 depends on firebase_core ^2.4.0, firebase_auth >=4.1.0 <4.2.4 requires firebase_core ^2.1.1.
    And because firebase_auth >=4.2.6 <4.2.7 depends on firebase_core ^2.5.0 and firebase_auth >=4.2.7 <4.2.8 depends on firebase_core ^2.6.0, firebase_auth >=4.1.0 <4.2.4-∞ or >=4.2.6 <4.2.8-∞ requires firebase_core ^2.1.1.
    And because firebase_auth >=4.2.8 <4.2.9 depends on firebase_core ^2.6.1 and firebase_auth >=4.2.9 <4.2.10 depends on firebase_core ^2.7.0, firebase_auth >=4.1.0 <4.2.4-∞ or >=4.2.6 <4.2.10-∞ requires firebase_core ^2.1.1.
    And because firebase_auth >=4.2.10 <4.3.0 depends on firebase_core ^2.7.1 and firebase_auth >=4.3.0 depends on firebase_auth_web ^5.2.10, firebase_auth >=4.1.0 <4.2.4-∞ or >=4.2.6 requires firebase_core ^2.1.1 or firebase_auth_web ^5.2.10.
    And because firebase_auth >=4.2.4 <4.2.6 depends on firebase_auth_web ^5.2.4 and firebase_auth >=4.0.2 <4.1.0 depends on firebase_auth_web ^5.0.2, firebase_auth >=4.0.2 requires firebase_core ^2.1.1 or firebase_auth_web ^5.0.2.
    And because firebase_auth >=4.0.1 <4.0.2 depends on firebase_auth_web ^5.0.1 and firebase_auth >=4.0.0 <4.0.1 depends on firebase_auth_web ^5.0.0, firebase_auth >=4.0.0 requires firebase_core ^2.1.1 or firebase_auth_web ^5.0.0.
    And because firebase_core ^1.21.1 is incompatible with firebase_auth_web >=5.0.0 (1), firebase_core ^1.21.1 is incompatible with firebase_auth >=4.0.0.
    So, because bechdal_app depends on both firebase_core ^1.21.1 and firebase_auth ^4.0.0, version solving failed.
pub finished with exit code 1

@renovate renovate bot changed the title Update dependency firebase_auth to v4 Update dependency firebase_auth to v4 - autoclosed Jun 4, 2024
@renovate renovate bot closed this Jun 4, 2024
@renovate renovate bot deleted the renovate/firebase_auth-4.x branch June 4, 2024 14:53
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