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

fix(deps): update firebase dependencies #891

Merged
merged 2 commits into from
Dec 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
firebase_analytics (source) dependencies minor 10.4.5 -> 10.7.4
firebase_auth (source) dependencies minor 4.9.0 -> 4.15.2 4.15.3
firebase_core (source) dependencies minor 2.15.1 -> 2.24.2

Release Notes

firebase/flutterfire (firebase_analytics)

v10.7.4

Compare Source

  • Update a dependency to the latest release.

v10.7.3

Compare Source

  • FIX(analytics): fix the toString method on AnalyticsEventItem to print out its content (#​11977). (5fe96ece)

v10.7.2

Compare Source

  • Update a dependency to the latest release.

v10.7.1

Compare Source

  • Update a dependency to the latest release.

v10.7.0

Compare Source

  • FEAT(firebase_analytics): allow custom parameters (strings and numbers) for events and event items (#​11030). (81dfec93)

v10.6.4

Compare Source

  • Update a dependency to the latest release.

v10.6.3

Compare Source

  • Update a dependency to the latest release.

v10.6.2

Compare Source

  • Update a dependency to the latest release.

v10.6.1

Compare Source

  • Update a dependency to the latest release.

v10.6.0

Compare Source

v10.5.1

Compare Source

  • Update a dependency to the latest release.

v10.5.0

Compare Source

  • FEAT(firebase_analytics): support getSessionId for android and apple platforms (#​11478). (13aaf03d)
firebase/flutterfire (firebase_auth)

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

firebase/flutterfire (firebase_core)

v2.24.2

Compare Source

  • FIX(core,windows): fix release build of Firebase Auth, Firestore and Storage on Windows (#​11997). (12b186a8)

v2.24.1

Compare Source

  • Update a dependency to the latest release.

v2.24.0

Compare Source

v2.23.0

Compare Source

v2.22.0

Compare Source

v2.21.0

Compare Source

v2.20.0

Compare Source

v2.19.0

Compare Source

v2.18.0

Compare Source

v2.17.0

Compare Source

v2.16.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 enabled auto-merge (squash) September 25, 2023 10:18
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (63575ac) 96.49% compared to head (f7ded59) 96.49%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #891   +/-   ##
=======================================
  Coverage   96.49%   96.49%           
=======================================
  Files         113      113           
  Lines        3884     3884           
=======================================
  Hits         3748     3748           
  Misses        136      136           
Flag Coverage Δ
appainter 96.85% <ø> (ø)
appainter_builder 78.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/firebase-dependencies branch from 4ef61f4 to e010655 Compare December 6, 2023 12:24
@zeshuaro
Copy link
Owner

zeshuaro commented Dec 6, 2023

Windows integration test is failing, which is related to firebase/flutterfire#11919

@renovate renovate bot force-pushed the renovate/firebase-dependencies branch from f7ded59 to d406bb1 Compare December 17, 2023 05:05
Copy link
Contributor Author

renovate bot commented Dec 17, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@zeshuaro zeshuaro merged commit 762cd53 into main Dec 17, 2023
16 of 17 checks passed
@zeshuaro zeshuaro deleted the renovate/firebase-dependencies branch December 17, 2023 05:27
zeshuaro pushed a commit that referenced this pull request Dec 24, 2023
## [1.14.0](v1.13.0...v1.14.0) (2023-12-24)

### Features

* **sdk:** update dependency flutter to v3.16.5 ([#1003](#1003)) ([95586b6](95586b6))

### Bug Fixes

* **deps:** update dependency firebase_auth to v4.15.3 ([#1002](#1002)) ([943d2fd](943d2fd))
* **deps:** update firebase dependencies ([#891](#891)) ([762cd53](762cd53))

### Styles

* enable linter rule `require_trailing_commas` ([#1004](#1004)) ([4f8c65b](4f8c65b))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#1000](#1000)) ([f607435](f607435))
* **deps:** update dependency mocktail to v1.0.2 ([#1005](#1005)) ([5d46f01](5d46f01))
* **example/deps:** lock file maintenance ([#1001](#1001)) ([a8d468f](a8d468f))
* update typos config to exclude changelog ([#999](#999)) ([180ca7a](180ca7a))
@zeshuaro
Copy link
Owner

🎉 This PR is included in version 1.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant