Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps firebase-functions from 3.11.0 to 3.14.1.

Release notes

Sourced from firebase-functions's releases.

v3.14.1

  • 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

  • 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

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

v3.13.2

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

v3.13.1

  • Fixes a bug that prevented Functions from being deployed with availableMemoryMb set to 4GB.
  • Fixes bug where functions.logger.log crashes function if circular dependencies are passed in

v3.13.0

  • Adds serviceAccount option to runtimeOptions to specify which service account Cloud Function should use at runtime. For example:
const functions = require('firebase-functions');

exports.myFunction = functions.runWith({ serviceAccount: '[email protected]' // OR // serviceAcount: 'test-sa@" // OR // serviceAccount: 'default' })

Requires [email protected] or later. Thanks @​egor-miasnikov!

  • Upgrades highlight.js to 10.4.1 to fix a vulnerability.

v3.12.0

  • Adds 4GB as a memory option for runWith().
  • Adds support for choosing ingressSettings via runWith().
Commits
  • 1c2cc9c [firebase-release] Removed change log and reset repo after 3.14.1 release
  • 242f421 Fix changelog being in the wrong location (#894)
  • 4053ee1 Prep release 3.14.1 (#893)
  • 2b3b15d [firebase-release] Removed change log and reset repo after 3.13.3 release
  • ba2cd3b Add relnotes (#892)
  • e94f1c0 Inline DecodedAppCheck definition (#891)
  • 8e4a446 Fix typo (#890)
  • f74adaa [firebase-release] Removed change log and reset repo after 3.14.0 release
  • 4ed7b76 Update release script to build packages using Node 14 (#889)
  • c29a8a5 Support verification of AppCheck token in Callable Functions (#885)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from pongsaphol as a code owner May 24, 2021 08:45
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants