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

[Snyk] Upgrade firebase-functions from 3.2.0 to 3.5.0 #7

Merged
merged 1 commit into from
Jun 27, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade firebase-functions from 3.2.0 to 3.5.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-03-20.
Release notes
Package name: firebase-functions
  • 3.5.0 - 2020-03-20
    • Adds support for defining max number of instances for a function. Example:

      functions.runWith({
        maxInstances: 10
      }).https.onRequest(...);
      

      Learn more about max instances in the Google Cloud documentation.

    • Fixes TypeScript build error when package-lock.json is present by updating dependencies (Issue #637).

  • 3.4.0 - 2020-03-19
    • Adds support for writing scheduled functions under handler namespace.
  • 3.3.0 - 2019-10-10
    • Add a helper function for the Firebase Emulator suite.
  • 3.2.0 - 2019-07-24
    • Adds support for Test Lab triggered functions with functions.testLab.
    • Upgrade lodash dependency to resolve security vulnerability CVE-2019-10744.
from firebase-functions GitHub release notes
Commit messages
Package name: firebase-functions
  • 1ed7345 3.5.0
  • 15bf0da Update CHANGELOG (#639)
  • df543dc Update dependencies to fix TS build issue (#638)
  • 9e05b7f Add entry for maxInstances (#636)
  • bf52fa3 add support for maxInstances in RuntimeOptions (#624)
  • 76bfc9c [firebase-release] Removed change log and reset repo after 3.4.0 release
  • f41bdaa 3.4.0
  • 6873662 New Publish Path (#231)
  • 2940a4b Use process.env.PWD for finding .runtimeconfig.json (#634)
  • ff852c5 Merge branch 'master' of github.com:FirebasePrivate/firebase-functions
  • d9fc8a6 Revert "Allow specifying failure policies" (#623)
  • ae90279 Update type to fix tests (#620)
  • 9df27f4 adding scheduled function to handler builder (#230)
  • 8039e02 Allow specifying failure policies (#482)
  • edcb35d Porting in minimal content for functions.config() reference (#582)
  • dd6cde1 Update typescript in integration tests (#581)
  • fd04eec I persist in trying to fix links. (#577)
  • c5d3a7b Linking to external types - docgen (#549)
  • 3018b60 [firebase-release] Removed change log and reset repo after 3.3.0 release
  • bf5f3b5 [firebase-release] Updated SDK for Cloud Functions to 3.3.0
  • a001a85 Add emulator app override function (#565)
  • 8057d11 Remove chenky from codeowners
  • 381c733 Fix sed command that breaks on linux (#545)
  • e32e8cc Update CODEOWNERS

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@sniperadmin sniperadmin merged commit 4e05014 into master Jun 27, 2020
@sniperadmin sniperadmin deleted the snyk-upgrade-f933bec3610e7844404da2dd2abfb5f9 branch June 27, 2020 14:43
@github-actions
Copy link

🎉 This PR is included in version 0.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants