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

Bump firebase-functions from 3.11.0 to 3.14.0 in /functions #111

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps firebase-functions from 3.11.0 to 3.14.0.

Release notes

Sourced from firebase-functions's releases.

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.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
  • 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)
  • 09120b6 Redactions (#886)
  • 29a55af Updating runWith enums (#884)
  • 98bf467 Update generate-docs to modern JS (#874)
  • a401954 Remove crashlytics from toc.yaml, and dont try to delete css.map files if the...
  • 92916aa Add tests to verify logger does not alter its parameters (#873)
  • d7d455a Stop running Node 8 tests in GitHub (#870)
  • ee793c7 Update integration test so that it works again. (#869)
  • 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 17, 2021 08:48
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 17, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #114.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/functions/firebase-functions-3.14.0 branch May 24, 2021 08:45
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