Herobone / plannary

GNU General Public License v3.0
0 stars 0 forks source link

Bump firebase-functions from 3.13.1 to 3.19.0 in /functions #177

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps firebase-functions from 3.13.1 to 3.19.0.

Release notes

Sourced from firebase-functions's releases.

v3.19.0

  • 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

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

v3.18.0

  • Add new runtime option for setting secrets.

v3.17.2

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

v3.17.1

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

v3.17.0

  • 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

  • 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

  • Adjust acceptable runtime options values

v3.15.6

  • Add missing type annotations

v3.15.5

  • Make the minInstances feature public.

v3.15.4

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

v3.15.3

  • (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

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

v3.15.1

  • Fix bug that broke the functions emulator

... (truncated)

Commits
  • 307fe69 3.19.0
  • 0a1c7ab Fix bug where RTDB trigger for instances w/ "ref" in the db name were incorre...
  • f45e45f Migrate endpoint annotation eventTrigger.eventFilters to list of filters (#1052)
  • c09761a Fix handler typo in billing alerts (#1045)
  • 2b83e1d Add support for more instance sizes and regions (#1037)
  • 1629793 Update test command to run all tests, not a subset. (#1046)
  • 795a805 [firebase-release] Removed change log and reset repo after 3.18.1 release
  • 0345715 3.18.1
  • 069695b Add missing changelog entry for #1036. (#1041)
  • b3a549d Expose stack on functions.yaml instead of stack.yaml. (#1036)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #180.