[Snyk] Upgrade firebase-functions from 0.5.9 to 3.11.0#1
Open
[Snyk] Upgrade firebase-functions from 0.5.9 to 3.11.0#1
Conversation
Snyk has created this PR to upgrade firebase-functions from 0.5.9 to 3.11.0. See this package in npm: https://www.npmjs.com/package/firebase-functions See this project in Snyk: https://app.snyk.io/org/deepcode/project/886d724b-7ca1-45b5-b2d1-cb889046fe58?utm_source=github&utm_medium=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade firebase-functions from 0.5.9 to 3.11.0.
✨ Snyk has automatically assigned this pull request, set who gets assigned.
ℹ️ 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.
Warning: This is a major version upgrade, and may be a breaking change.
Release notes
Package name: firebase-functions
-
3.11.0 - 2020-08-21
- Adds support for
-
3.10.0 - 2020-08-20
- Adds support for functions failure policies (#482)
-
3.9.1 - 2020-08-12
- Updates
- Fixes logging of unexpected errors in
-
3.9.0 - 2020-07-31
- Updates HTTP callable functions to use structured logging for Node 10+ environments.
- Adds type hints for new Cloud Functions regions
- Updates type definition of
-
3.8.0 - 2020-07-14
- Fixes error when last argument to logger methods is
- Adds eight new available regions:
- No longer throw errors for unrecognized regions (deploy will error instead).
- Fixes error where
-
3.7.0 - 2020-06-09
-
-
-
-
3.6.2 - 2020-05-28
- Pin
- Firestore onCreate, onUpdate, and onDelete now receive a
- Modify return type of
-
3.6.1 - 2020-04-24
- Update TypeScript dependency to v.3.8 to fix build issues (Issue #667)
-
3.6.0 - 2020-03-31
- Adds support for europe-west3 region (e.g.
- Adds support for async HTTP functions (Issue #606).
-
3.5.0 - 2020-03-20
-
-
-
3.4.0 - 2020-03-19
-
3.3.0 - 2019-10-10
-
3.2.0 - 2019-07-24
-
3.1.0 - 2019-07-08
-
3.0.2 - 2019-06-25
-
3.0.1 - 2019-06-12
-
3.0.0 - 2019-06-12
-
2.3.1 - 2019-05-09
-
2.3.0 - 2019-04-18
-
2.2.1 - 2019-03-20
-
2.2.0 - 2019-01-31
-
2.1.0 - 2018-10-25
-
2.0.5 - 2018-08-14
-
2.0.4 - 2018-08-09
-
2.0.3 - 2018-08-09
-
2.0.2 - 2018-07-26
-
2.0.1 - 2018-07-25
-
2.0.0 - 2018-07-24
-
1.1.0 - 2018-06-20
-
1.0.4 - 2018-06-05
-
1.0.3 - 2018-05-21
-
1.0.2 - 2018-04-24
-
1.0.1 - 2018-04-06
-
1.0.0 - 2018-04-03
-
0.9.1 - 2018-03-22
-
0.9.0 - 2018-03-20
-
0.8.2 - 2018-03-13
-
0.8.1 - 2018-01-17
-
0.8.0 - 2018-01-03
-
0.7.5 - 2017-12-20
-
0.7.4 - 2017-12-18
-
0.7.3 - 2017-11-10
-
0.7.2 - 2017-10-31
-
0.7.1 - 2017-10-10
-
0.7.0 - 2017-10-03
-
0.6.3 - 2017-08-30
-
0.6.2 - 2017-08-17
-
0.6.1 - 2017-07-26
-
0.6.0 - 2017-07-19
-
0.5.9 - 2017-07-07
from firebase-functions GitHub release notesvpcConnectorandvpcConnectorEgressSettingsfields infunctions.runWith(). Must be used in conjunction with firebase-tools v8.9.0 or higher. Thanks @ pcboy! (#752)firebase-admindependency to support^9.0.0in addition to^8.0.0. Note thatfirebase-adminno longer supports Node.js 8.x as of9.0.0.https.onCall()functions.asia-northeast3,asia-south1, andasia-southeast2.https.onRequestto allow for promises (async functions).null. (#716)us-west2us-west3us-west4europe-west6asia-northeast2northamerica-northeast1southamerica-east1australia-southeast1snap.refin database functions did not work when using the Emulator Suite (#726)Adds
functions.loggerSDK to enable structured logging in the Node.js 10 runtime. For example:Adds a special require that mimics Node.js 8 runtime logging in Node.js 10 and later runtimes:
In newer runtimes, requiring this will emit text logs with multi-line support and appropriate severity. In the Node.js 8 runtime, the
compatmodule has no effect.Fixes
https.onRequesttype signature to allow Promises forasyncfunctions.@ types/expressversion to 4.17.3 to fix type definition issue (Issue #685).QueryDocumentSnapshotinstead ofDocumentSnapshot, which guarantees that data is not undefined (Issue #659).DataSnapshot.forEachtoboolean | voidmatchfirebase-adminSDK.functions.region("europe-west3")).Adds support for defining max number of instances for a function. Example:
Learn more about max instances in the Google Cloud documentation.
Fixes TypeScript build error when
package-lock.jsonis present by updating dependencies (Issue #637).Commit messages
Package name: firebase-functions
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
👩💻 Set who automatically gets assigned
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs