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 dependency cloud_firestore to ^4.12.2 #200

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change Pending
cloud_firestore (source) dependencies minor ^4.0.0 -> ^4.12.2 4.13.1 (+1)

Release Notes

firebase/flutterfire (cloud_firestore)

v4.12.2

Compare Source

  • FIX(firestore,android): cacheSizeBytes value cannot be null when setting persistenceEnabled (#​11794). (a10399eb)

v4.12.1

Compare Source

  • FIX(firestore,ios): fix freeze when doing a get in transactions when auth is also installed (#​11773). (180c0918)
  • FIX(firestore,android): fix hot reload freezing the app on Android (#​11776). (bd1ab457)

v4.12.0

Compare Source

v4.11.0

Compare Source

v4.10.0

Compare Source

v4.9.3

Compare Source

  • Update a dependency to the latest release.

v4.9.2

Compare Source

  • FIX(firestore): allow DocumentReference to be used to in Filter queries (#​11593). (3f570c6d)
  • FIX(firestore): Correct static property getter serverTimestampMap (#​11570). (251d15e9)

v4.9.1

Compare Source

v4.9.0

Compare Source

  • FEAT(firestore): add support for multiple database instances (#​11310). (ce6efcc1)

v4.8.5

Compare Source

  • FIX(firestore): allow FieldPath.documentId as a field argument in queries (#​11443). (4e01a9d8)

v4.8.4

Compare Source

  • FIX(firestore): remove assertion for arrayContainsAny & whereIn query combined (#​11342). (199e1fc4)

v4.8.3

Compare Source

  • FIX(firestore): allow 30 conjunctive & disjunctive queries for "in" & "array-contains-any" via where() API (#​11265). (f5477b1a)
  • FIX: null check error when using withConverter and returning null from fromFirestore (#​11224). (4dd0f3f0)
  • FIX(firestore): allow up to 30 Filter queries within Filter.or() & Filter.and() (#​11140). (e1f0064d)

v4.8.2

Compare Source

  • FIX(firestore,apple): issue where setting persistence caused a crash. kFIRFirestoreCacheSizeUnlimited no longer usable. (#​11174). (536cbf07)

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.1

Compare Source

  • FIX(firestore): fix emulator reload on Flutter 3.10 (#​10965). (f099eb0b)
  • FIX(firestore,ios): tentative fix for a crash that could occur during Snapshot serialization (#​10728). (2f4ba33a)

v4.7.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.6.0

Compare Source

v4.5.3

Compare Source

  • FIX(firestore,ios): clean up event listeners on engine detach only (#​10579). (0ac13b6f)

v4.5.2

Compare Source

  • Update a dependency to the latest release.

v4.5.1

Compare Source

  • FIX(firestore): ensure all index URLs are captured and passed to the user (#​10674). (9800435a)

v4.5.0

Compare Source

v4.4.5

Compare Source

  • Update a dependency to the latest release.

v4.4.4

Compare Source

  • Update a dependency to the latest release.

v4.4.3

Compare Source

  • Update a dependency to the latest release.

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.2

Compare Source

  • REFACTOR: upgrade project to remove warnings from Flutter 3.7 (#​10344). (e0087c84)
  • FIX: fix an issue when removing a value that didn't exist in ServerTimestampBehavior map (#​10391). (2929ac9d)
  • FIX: fix an issue when removing a value that didn't exist in ServerTimestampBehavior map (#​10370). (6da87036)
  • FIX: startAfterDocument could throw when used with a DocumentReference (#​10339). (8224acbe)

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

  • FEAT: setIndexConfigurationFromJSON() API. Allow users to pass JSON string (#​10029). (be4b42b1)

v4.1.0

Compare Source

v4.0.5

Compare Source

  • Update a dependency to the latest release.

v4.0.4

Compare Source

  • FIX: fix aggregated count to use the current query and not only the collection on Web (#​9824). (ada39355)

v4.0.3

Compare Source

  • REFACTOR: add verify to QueryPlatform and change internal verifyToken API to verify (#​9711). (c99a842f)

v4.0.2

Compare Source

  • Update a dependency to the latest release.

v4.0.1

Compare Source

  • Update a dependency to the latest release.

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.

🔕 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 enabled auto-merge (squash) November 16, 2023 12:06
@renovate renovate bot force-pushed the renovate/firebase-dependencies branch from 0e75129 to 383474c Compare November 16, 2023 12:07
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8609f3f) 100.00% compared to head (383474c) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #200   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           31        31           
=========================================
  Hits            31        31           

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

@renovate renovate bot merged commit a51ab56 into main Nov 16, 2023
10 checks passed
@renovate renovate bot deleted the renovate/firebase-dependencies branch November 16, 2023 12:09
zeshuaro pushed a commit that referenced this pull request Nov 16, 2023
## [2.4.0](v2.3.1...v2.4.0) (2023-11-16)

### Features

* **dart:** update dependency dart to >=2.19.6 <3.0.0 ([#199](#199)) ([0c170be](0c170be))

### Bug Fixes

* **deps:** update dependency cloud_firestore to ^4.12.2 ([#200](#200)) ([a51ab56](a51ab56))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#172](#172)) ([1f6ebf1](1f6ebf1))
* **deps:** lock file maintenance ([#174](#174)) ([fdd243c](fdd243c))
* **deps:** lock file maintenance ([#180](#180)) ([a33009c](a33009c))
* **deps:** lock file maintenance ([#184](#184)) ([f77d536](f77d536))
* **deps:** lock file maintenance ([#188](#188)) ([b30c00a](b30c00a))
* **deps:** lock file maintenance ([#192](#192)) ([3ea7f43](3ea7f43))
* **deps:** lock file maintenance ([#195](#195)) ([5c9c305](5c9c305))
* **deps:** update dependency flutter_lints to v3 ([#187](#187)) ([a0a9c97](a0a9c97))
* **deps:** update dependency flutter_lints to v3.0.1 ([#194](#194)) ([524339e](524339e))
* **deps:** update dependency mocktail to v1.0.1 ([#173](#173)) ([8e45113](8e45113))
* **deps:** update dependency semantic-release to v22.0.4 ([#170](#170)) ([1d41ac6](1d41ac6))
* **deps:** update dependency semantic-release to v22.0.5 ([#171](#171)) ([977dc60](977dc60))
* **deps:** update dependency semantic-release to v22.0.6 ([#191](#191)) ([6593761](6593761))
* **deps:** update dependency semantic-release to v22.0.7 ([#193](#193)) ([b29e6a7](b29e6a7))
* **deps:** update dependency semantic-release-pub to v0.3.2 ([#176](#176)) ([d1c57c7](d1c57c7))
* **deps:** update dependency semantic-release-pub to v0.3.3 ([#182](#182)) ([158ca26](158ca26))
* **node:** update dependency node to v20 ([#185](#185)) ([b29d3d4](b29d3d4))
* **node:** update node.js to >=18.18.1 ([#179](#179)) ([9641769](9641769))
* pin node to 18.18.0 in `.nvmrc` ([#196](#196)) ([b0314a8](b0314a8))

### Continuous Integration

* **deps:** update actions/checkout digest to b4ffde6 ([#183](#183)) ([f0936d1](f0936d1))
* **deps:** update actions/setup-node action to v4 ([#186](#186)) ([ded64ca](ded64ca))
* **deps:** update subosito/flutter-action action to v2.11.0 ([#177](#177)) ([bd42950](bd42950))
* **deps:** update subosito/flutter-action action to v2.12.0 ([#189](#189)) ([0f48620](0f48620))
* **deps:** update zeshuaro/github-actions-workflows digest to 4acc72d ([#197](#197)) ([3254ec9](3254ec9))
* **deps:** update zeshuaro/github-actions-workflows digest to 68a82af ([#175](#175)) ([513bdc1](513bdc1))
* **deps:** update zeshuaro/github-actions-workflows digest to a7f44cd ([#178](#178)) ([33b5b03](33b5b03))
* **deps:** update zeshuaro/github-actions-workflows digest to cba152d ([#190](#190)) ([98d9bbc](98d9bbc))
* **renovate:** add `flutterVersion` preset ([#198](#198)) ([8609f3f](8609f3f))
@zeshuaro
Copy link
Owner

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 24, 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.

None yet

1 participant