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 firebase-functions to v3.24.1 #18

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 22, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-functions 3.13.1 -> 3.24.1 age adoption passing confidence

Release Notes

firebase/firebase-functions (firebase-functions)

v3.24.1

Compare Source

  • Fix reference docs for performance monitoring.
  • Fix bug where function configuration wil null values couldn't be deployed. (#​1246)

v3.24.0

Compare Source

  • Add performance monitoring triggers to v2 alerts (#​1223).

v3.23.0

Compare Source

  • Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions (#​1199).
  • Add v2 Schedule Triggers (#​1177).

v3.22.0

Compare Source

  • Adds RTDB Triggers for v2 functions (#​1127)
  • Adds support for Firebase Admin SDK v11 (#​1151)
  • Fixes bug where emulated task queue function required auth header (#​1154)

v3.21.2

Compare Source

  • Fixes bug where toJSON was not defined in UserRecord (#​1125).

v3.21.1

Compare Source

  • Add debug feature to enable cors option for v2 onRequest and onCall handlers. (#​1099)

v3.21.0

Compare Source

  • Adds CPU option and enhances internal data structures (#​1077)
  • Add auth blocking handlers (#​1080)
  • Add support for secrets in v2 (#​1079)
  • Update types for AlertPayloads (#​1087)
  • Update AppDistribution [@type] (#​1088)
  • Update CloudEvent types (#​1089)
  • Generate documentation with api-extractor (#​1071)
  • Change type info to be inheritance friendly. (#​1091)
  • Changes the memory options from MB to MiB and GB to GiB for greater clarity (#​1090)

v3.20.1

Compare Source

  • Improve authorization for tasks. (#​1073)

v3.20.0

Compare Source

  • Changes internal structure to be more flexible (#​1070).

v3.19.0

Compare Source

  • Add support for more regions and memory for v2 functions (#​1037).
  • Fixes bug where some RTDB instance names were incorrectly parsed (#​1056).

v3.18.1

Compare Source

  • Expose stack YAML via __/functions.yaml endpoint instead (#​1036).

v3.18.0

Compare Source

  • Add new runtime option for setting secrets.

v3.17.2

Compare Source

  • Fix issue where v2 TS users couldn't compile their code because of unexported types. (#​1033)

v3.17.1

Compare Source

  • Fix issue where TS users couldn't compile their code because of unexported types. (#​1032)

v3.17.0

Compare Source

  • Parallelizes network calls that occur when validating authorization for onCall handlers.
  • Adds new regions to V2 API
  • Fixes bug where the emulator crashed when given app without an options property.
  • Adds new alerting providers

v3.16.0

Compare Source

  • GCS Enhancement
  • Add option to allow callable functions to ignore invalid App Check tokens
  • Add firebase-admin v10 as an allowed peer dependency
  • Fix bug where onCall handler failed to encode returned value with functions

v3.15.7

Compare Source

  • Adjust acceptable runtime options values

v3.15.6

Compare Source

  • Add missing type annotations

v3.15.5

Compare Source

  • Make the minInstances feature public.

v3.15.4

Compare Source

  • Fix bug where the arg of https onCall functions sometimes deviates from the documented format.

v3.15.3

Compare Source

  • (temporarly) adds the previously accessible "lib/providers" files as exports. These will be yanked in the next major release.
  • Fixes a bug where functions.https.HttpsError could not be constructed

v3.15.2

Compare Source

  • Fix an error that broke firebase emulators:start on older CLIs

v3.15.1

Compare Source

  • Fix bug that broke the functions emulator

v3.15.0

Compare Source

  • Adds options to set access control on HTTP triggered functions.
  • Adds new regions to support list (asia-east1, asia-southeast1).
  • Adds support for setting user labels on functions via runWith().
  • Adds support for FIREBASE_CONFIG env as the name of a JSON file
  • Fixes an issue where objects that define toJSON could not be logged successfully (#​907).
  • Formalize module exports. Loggers can now be accessed at 'firebase-functions/logger' and 'firebase-functions/logger/compat'
  • Fixes an issue where Remote Config could not be emulated in Windows machines on the classic Command Prompt.

v3.14.1

Compare Source

  • Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin
  • Replaces 3.13.3 which was an inappropriately numbered version

v3.14.0

Compare Source

  • Functions may now be deployed with 8GB RAM
  • Functions may now be deployed to europe-central2 (Warsaw)
  • Add support for validating App Check tokens for Callable Functions

v3.13.3

Compare Source

  • Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin

v3.13.2

Compare Source

  • Fixes issue where DATABASE_URL and STORAGE_BUCKET_URL could not be set to undefined. (#​829)
  • Fixes a bug where ingressSettings could not be set. (#​827)

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.

@commit-lint
Copy link

commit-lint bot commented Feb 22, 2021

Bug Fixes

  • deps: update dependency firebase-functions to v3.24.1 (57d537b)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from e4bc70f to 9ec5ac4 Compare May 15, 2021 20:47
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.13.2 fix(deps): update dependency firebase-functions to v3.14.0 May 15, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 9ec5ac4 to 7baa0b0 Compare June 6, 2021 23:17
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.14.0 fix(deps): update dependency firebase-functions to v3.14.1 Jun 6, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 7baa0b0 to 781f188 Compare July 9, 2021 11:31
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 781f188 to 89cc9a2 Compare August 11, 2021 22:48
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.14.1 fix(deps): update dependency firebase-functions to v3.15.0 Aug 11, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 89cc9a2 to 7af28d7 Compare August 12, 2021 00:07
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.0 fix(deps): update dependency firebase-functions to v3.14.1 Aug 12, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 7af28d7 to 9e9a1d9 Compare August 12, 2021 00:55
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.14.1 fix(deps): update dependency firebase-functions to v3.15.1 Aug 12, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 9e9a1d9 to 7926735 Compare August 12, 2021 20:27
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.1 fix(deps): update dependency firebase-functions to v3.15.2 Aug 12, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 7926735 to 0aac289 Compare August 13, 2021 21:18
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.2 fix(deps): update dependency firebase-functions to v3.15.3 Aug 13, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 0aac289 to 96c73cc Compare August 16, 2021 22:34
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.3 fix(deps): update dependency firebase-functions to v3.15.4 Aug 16, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 96c73cc to 8f6063e Compare September 1, 2021 22:09
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.4 fix(deps): update dependency firebase-functions to v3.15.5 Sep 1, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 8f6063e to 5b26ed7 Compare October 19, 2021 01:28
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.5 fix(deps): update dependency firebase-functions to v3.15.7 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 5b26ed7 to 509b3bf Compare March 7, 2022 16:38
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.15.7 fix(deps): update dependency firebase-functions to v3.18.1 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.18.1 fix(deps): update dependency firebase-functions to v3.19.0 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 509b3bf to 76e7a1d Compare March 26, 2022 13:50
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.19.0 fix(deps): update dependency firebase-functions to v3.20.0 Apr 4, 2022
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 76e7a1d to a2b8796 Compare April 4, 2022 22:16
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.20.0 fix(deps): update dependency firebase-functions to v3.20.1 Apr 14, 2022
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from a2b8796 to af144b7 Compare April 14, 2022 18:33
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.20.1 fix(deps): update dependency firebase-functions to v3.21.0 May 5, 2022
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from af144b7 to d56f06d Compare May 5, 2022 22:22
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.21.0 fix(deps): update dependency firebase-functions to v3.21.1 May 16, 2022
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch 2 times, most recently from c6eb830 to 52c3791 Compare May 22, 2022 09:13
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.21.1 fix(deps): update dependency firebase-functions to v3.21.2 May 22, 2022
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.21.2 fix(deps): update dependency firebase-functions to v3.24.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 52c3791 to 5f66706 Compare September 25, 2022 14:39
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 5f66706 to 57d537b Compare November 20, 2022 13:27
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.24.0 fix(deps): update dependency firebase-functions to v3.24.1 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.24.1 fix(deps): update dependency firebase-functions to v3.24.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/firebase-functions-3.x branch December 8, 2024 19:03
@renovate renovate bot changed the title fix(deps): update dependency firebase-functions to v3.24.1 - autoclosed fix(deps): update dependency firebase-functions to v3.24.1 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/firebase-functions-3.x branch from 231b433 to 57d537b Compare December 9, 2024 09:03
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