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

chore(deps): update dependency vuefire to v3.2.1 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vuefire 3.0.1 -> 3.2.1 age adoption passing confidence

Release Notes

vuejs/vuefire (vuefire)

v3.2.1

Compare Source

Features
  • support latest firebase (062c044)

v3.2.0

Compare Source

Bug Fixes

3.1.24 (2024-07-13)

  • Update firebase peer dependencies

3.1.23 (2024-02-23)

Bug Fixes

3.1.22 (2024-01-05)

Bug Fixes

3.1.21 (2024-01-03)

  • fixed an issue when installing the package

3.1.20 (2024-01-03)

Bug Fixes
  • types: infer type from target RTDB (fece76e)
  • types: infer type from target firestore (8814646)
Features
  • auth: allow directly passing the auth instance (d5d5e1b), closes #​1459

3.1.19 (2023-12-01)

Bug Fixes

IMPORTANT NOTE: if you were using multiple apps and passing a name argument to useFirebaseAuth(), this will be a breaking change. You will have a warning in the console explaining how to fix it.

Features
  • auth: expose internal utils for SSR (486b415)

3.1.18 (2023-11-08)

This release contain no changes

3.1.17 (2023-09-13)

Bug Fixes
  • options: run with context for bind (d988f13)
Features
  • allow getters to functions (8b8b26e)

3.1.16 (2023-09-06)

This version includes fixes in the package.json file for TypeScript users.

Features

3.1.15 (2023-08-16)

Bug Fixes
  • rtdb: use ssrKey if given (c40d517)

3.1.14 (2023-08-13)

There are no changes in this release.

3.1.13 (2023-08-01)

Bug Fixes

3.1.12 (2023-07-25)

Features
  • app-check: automatically pick up env variable (ea864a6)

3.1.11 (2023-07-20)

Features

3.1.10 (2023-07-20)

This release contains no code changes.

3.1.9 (2023-07-20)

Features
  • expose devalue transformers (7c1ce18)
  • logs: use consola for logs (f802558)
  • logs: use debug instead of info (56eabc8)

3.1.8 (2023-07-16)

Features
  • use const name for admin apps (6f539d4)

3.1.7 (2023-07-13)

  • Deprecated undocumented decodeUserToken() in favor of decodeSessionCookie()

3.1.6 (2023-07-13)

Bug Fixes
  • auth: correct verification of token id (fd2050b)
  • ssr: create user only with auth activated (078c3ac)
Features

3.1.5 (2023-07-13)

Features
  • ssr: extra logs for debugging (042973b)

3.1.4 (2023-07-13)

Bug Fixes

3.1.3 (2023-07-12)

This release contains no changes.

3.1.2 (2023-07-10)

Bug Fixes
  • server: catch expired tokens (310b146)

3.1.1 (2023-07-07)

Bug Fixes
  • use value of currentUser ref in useIsCurrentUserLoaded (#​1344) (d1196d6)

v3.1.24

Compare Source

  • Update firebase peer dependencies

v3.1.23

Compare Source

Bug Fixes

v3.1.22

Compare Source

Bug Fixes

v3.1.21

Compare Source

  • fixed an issue when installing the package

v3.1.20

Compare Source

Bug Fixes
  • types: infer type from target RTDB (fece76e)
  • types: infer type from target firestore (8814646)
Features
  • auth: allow directly passing the auth instance (d5d5e1b), closes #​1459

v3.1.19

Compare Source

Bug Fixes

IMPORTANT NOTE: if you were using multiple apps and passing a name argument to useFirebaseAuth(), this will be a breaking change. You will have a warning in the console explaining how to fix it.

Features
  • auth: expose internal utils for SSR (486b415)

v3.1.18

Compare Source

This release contain no changes

v3.1.17

Compare Source

Bug Fixes
  • options: run with context for bind (d988f13)
Features
  • allow getters to functions (8b8b26e)

v3.1.16

Compare Source

This version includes fixes in the package.json file for TypeScript users.

Features

v3.1.15

Compare Source

Bug Fixes
  • rtdb: use ssrKey if given (c40d517)

v3.1.14

Compare Source

There are no changes in this release.

v3.1.13

Compare Source

Bug Fixes

v3.1.12

Compare Source

Features
  • app-check: automatically pick up env variable (ea864a6)

v3.1.11

Compare Source

Features

v3.1.10

Compare Source

This release contains no code changes.

v3.1.9

Compare Source

Features
  • expose devalue transformers (7c1ce18)
  • logs: use consola for logs (f802558)
  • logs: use debug instead of info (56eabc8)

v3.1.8

Compare Source

Features
  • use const name for admin apps (6f539d4)

v3.1.7

Compare Source

  • Deprecated undocumented decodeUserToken() in favor of decodeSessionCookie()

v3.1.6

Compare Source

Bug Fixes
  • auth: correct verification of token id (fd2050b)
  • ssr: create user only with auth activated (078c3ac)
Features

v3.1.5

Compare Source

Features
  • ssr: extra logs for debugging (042973b)

v3.1.4

Compare Source

Bug Fixes

v3.1.3

Compare Source

This release contains no changes.

v3.1.2

Compare Source

  • Update firebase peer dependencies

v3.1.1

Compare Source

Bug Fixes

IMPORTANT NOTE: if you were using multiple apps and passing a name argument to useFirebaseAuth(), this will be a breaking change. You will have a warning in the console explaining how to fix it.

Features
  • auth: expose internal utils for SSR (486b415)

v3.1.0

Compare Source

Bug Fixes
  • avoid uncaught firebase error (9b20cfc)
  • database: pending for lists (ee25d06)
  • firestore: pending value for collections (3186afb), closes #​1314
  • storage: propagate the error (438ee3e)
Features

3.0.1 (2023-01-06)

Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Feb 26, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
buku ❌ Failed (Inspect) Dec 18, 2024 5:52pm

@renovate renovate bot requested a review from officialpiyush February 26, 2023 17:02
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 37af0dc to 16bef54 Compare July 7, 2023 11:51
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.0 chore(deps): update dependency vuefire to v3.1.1 Jul 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.1 chore(deps): update dependency vuefire to v3.1.2 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 16bef54 to cd8907a Compare July 10, 2023 16:39
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from cd8907a to 32460bb Compare July 12, 2023 15:43
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.2 chore(deps): update dependency vuefire to v3.1.3 Jul 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.3 chore(deps): update dependency vuefire to v3.1.4 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 32460bb to 27d6a9e Compare July 13, 2023 14:04
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 27d6a9e to f4569f3 Compare July 13, 2023 17:32
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.4 chore(deps): update dependency vuefire to v3.1.5 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from f4569f3 to 35d5e9f Compare July 13, 2023 21:39
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.5 chore(deps): update dependency vuefire to v3.1.6 Jul 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.6 chore(deps): update dependency vuefire to v3.1.7 Jul 14, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 35d5e9f to 37c5424 Compare July 14, 2023 00:49
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 37c5424 to 1636dfe Compare July 16, 2023 10:22
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.7 chore(deps): update dependency vuefire to v3.1.8 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 1636dfe to e16a7fa Compare July 20, 2023 13:18
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.8 chore(deps): update dependency vuefire to v3.1.9 Jul 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.16 chore(deps): update dependency vuefire to v3.1.17 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 2e2ecd8 to 67c4188 Compare November 8, 2023 10:54
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.17 chore(deps): update dependency vuefire to v3.1.18 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 67c4188 to 62fd896 Compare December 1, 2023 16:47
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.18 chore(deps): update dependency vuefire to v3.1.19 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 62fd896 to f655dc7 Compare January 3, 2024 10:42
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.19 chore(deps): update dependency vuefire to v3.1.20 Jan 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.20 chore(deps): update dependency vuefire to v3.1.21 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from f655dc7 to ae95dfe Compare January 3, 2024 16:22
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from ae95dfe to 3f6721a Compare January 5, 2024 13:32
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.21 chore(deps): update dependency vuefire to v3.1.22 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 3f6721a to b620d82 Compare February 23, 2024 10:42
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.22 chore(deps): update dependency vuefire to v3.1.23 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from b620d82 to e186db1 Compare July 13, 2024 14:38
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.23 chore(deps): update dependency vuefire to v3.1.24 Jul 13, 2024
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from e186db1 to 0078299 Compare August 16, 2024 16:13
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.1.24 chore(deps): update dependency vuefire to v3.2.0 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/vuefire-3.x branch from 0078299 to 4ffa1b8 Compare December 18, 2024 17:52
@renovate renovate bot changed the title chore(deps): update dependency vuefire to v3.2.0 chore(deps): update dependency vuefire to v3.2.1 Dec 18, 2024
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