posva / vuexfire

Check
https://github.com/vuejs/vuefire
MIT License
558 stars 49 forks source link

Update firebase-mock to the latest version πŸš€ #137

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.13 of firebase-mock was just published.

Dependency firebase-mock
Current Version 1.1.16
Type devDependency

The version 2.0.13 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of firebase-mock.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 33 commits.

  • 55a8aa5 Release v2.0.13
  • baecea4 Merge pull request #44 from brettatoms/firestore-query-snapshot-docs
  • 126691b add firestore.QuerySnapshot docs property
  • 85b39ab Release v2.0.12
  • 25cd141 add runTransaction method
  • ed999e3 Release v2.0.11
  • d1231f6 fix updating of doc data within collection
  • 5485a5e Release v2.0.10
  • 18fd8b8 add more tests for collection.get()
  • 214b8ad Release v2.0.9
  • eb27700 fix collection.get() not retrieving data
  • 456184e Release v2.0.8
  • 2cfbe94 remove debug log statements
  • 740085f Release v2.0.7
  • 83a1bc1 allow calling collection.doc() with empty path to generate id

There are 33 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov-io commented 6 years ago

Codecov Report

Merging #137 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #137   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         101    101           
=====================================
  Hits          101    101

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update dc0e7ae...8517b60. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 2.0.14 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 338e745 Release v2.0.14
  • b7b4335 add ref property to firestore snapshots

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.15 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.16 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.17 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • d50f1af Release v2.0.17
  • 071d8d8 update DocumentSnapshot.get to handle empty data

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.18 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.19 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • def9368 Release v2.0.19
  • eb17a42 handle case when getting data at path that leads to null value

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.20 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.21 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 19048f6 Release v2.0.21
  • ccec9cd allow null values and empty documents

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.22 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.23 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.24 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.25 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.27 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • b601cd4 Release v2.0.27
  • 7c90d59 Merge pull request #57 from smashcut/validate-data
  • 4911640 assert that the data passed in to push, set and update does not contain undefined properties
  • 4e86ac7 Update README.md
  • 20cbbd6 add integration tutorials
  • 9d59ad9 Release v2.0.26
  • 130d17f fix database.root API
  • 4ab3b9b Update README.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.28 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 6e4d981 Release v2.0.28
  • 7193f22 Merge pull request #58 from smashcut/set-should-remove-empty-array
  • 52533c3 add removeEmptyRtdbProperties to set and update tests
  • 07913f8 Update README.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.29 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • ac7b909 Release v2.0.29
  • 8bc76c1 sync branch before publishing
  • 35d1733 Merge pull request #59 from a-xin/allow-more-user-data
  • 9a55b94 allow specifying additional user attributes
  • c8162e6 Set theme jekyll-theme-cayman
  • a07a386 Set theme jekyll-theme-architect

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 2ee4b5f Release v2.1.1
  • 1c348c1 Merge pull request #62 from a-xin/add-equalto
  • f8ec60f add equalTo to firebase reference
  • 3d33f0b Update README.md

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 1926fc6 Release v2.1.3
  • ef03fed Merge remote-tracking branch 'origin/master'
  • 20bc731 update to lodash 4.17.5
  • 72403f3 support where clauses with complex paths
  • efff56d update tutorials for firebase functions
  • 29abace fix link to firestore cloud events tutorial

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • cfb9f44 Release v2.1.4
  • 662f0a2 fix issue with transactions not updating nested values
  • 5342cb2 replace full lodash library with individual modules

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • f1b6a7e Release v2.1.5
  • 3bbc528 update to latest browserify
  • 7d47212 switch to chai 3.x to fulfill peer dependencies
  • 4be8737 fix travis build
  • c2f89ed update all dependencies
  • c389530 fix transaction committed value

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • de89c7b Release v2.1.6
  • 0394b1d Merge pull request #67 from a-xin/remove-empty-props-after-transaction
  • 45f711c remove empty properties after running transactions

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.8 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • c6b50b5 Release v2.1.8
  • 4c068f4 Merge pull request #66 from lewchuk/firestore_prop
  • 378822e Add tests for exposing the firestore property
  • 98c020f Expose firestore property on query, collection and document

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.1.10 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.2.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.2.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 7c55b9b Release v2.2.2
  • 65892d2 support File.getMetadata and File.setMetadata
  • 434af3b support getFiles and deleteFiles
  • ad202a2 implement admin.auth().setCustomUserClaims()

See the full diff