fix(deps): update dependency firebase-functions to v6 #37
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.
This PR contains the following updates:
^3.24.1
->^6.1.0
Release Notes
firebase/firebase-functions (firebase-functions)
v6.1.0
Compare Source
v6.0.1
Compare Source
v6.0.0
Compare Source
v5.1.1
Compare Source
enforceAppCheck
option for v2 onRequest trigger (#1477)v5.1.0
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
v4.9.0
Compare Source
v4.8.2
Compare Source
Fix bug with CORS options for an array of one string (#1544)
v4.8.1
Compare Source
Fix bug where 1st gen functions eventually fail with stack too deep (#1540)
Make simple CORS options static for improved debugability (#1536)
v4.8.0
Compare Source
Add onInit callback function for global variable initialization (#1531)
v4.7.0
Compare Source
v4.6.0
Compare Source
v4.5.0
Compare Source
v4.4.1
Compare Source
v4.4.0
Compare Source
consumeAppCheckToken
option for callable functions (#1374)v4.3.1
Compare Source
v4.3.0
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.2
Compare Source
defineSecret()
, were missing a.value()
method (#1281)\_\_trigger
(#1274)v4.0.1
Compare Source
Correct the function BooleanExpression#then to BooleanExpression#thenElse (#1268)
v4.0.0
Compare Source
Breaking Changes
allowInvalidAppCheckToken
option. Instead useenforceAppCheck
.functions.handler
namespace.DataSnapshot
passed to the Firebase Realtime Database trigger nowmatches the
DataSnapshot
returned by the Admin SDK, with null valuesremoved.
__trigger
object on function handlers.apps
library and removedlodash
as a runtime dependency.preserveExternalChanges
to keep existing behavior. See docs for more info.Enhancements
functions.logger
package in v2 functionsare now annotated with each request's trace ID, making it easy to correlate
log entries with the incoming request. Trace IDs are especially useful for
cases where 2nd gen's concurrency feature permits a function
to handle multiple requests at any given time. See
Correlate log entries to learn more.
functions.logger.error
now always outputs an error object and is included in Google Cloud Error Reporting.info
todebug
level.Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.