-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency firebase-functions to v3.24.1 #52
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/firebase-functions-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
e8f73a7
to
f1a577c
Compare
f1a577c
to
a70126e
Compare
a70126e
to
42d5b87
Compare
42d5b87
to
2a7270d
Compare
2a7270d
to
810d0d0
Compare
810d0d0
to
e8f2621
Compare
e8f2621
to
fb26e9c
Compare
fb26e9c
to
1d8654a
Compare
1d8654a
to
990b2d3
Compare
990b2d3
to
1c69db3
Compare
1c69db3
to
c108be2
Compare
c108be2
to
e70af8c
Compare
e70af8c
to
08e4921
Compare
08e4921
to
12051ba
Compare
12051ba
to
3dcf52c
Compare
3dcf52c
to
c046be3
Compare
c046be3
to
ae2111e
Compare
ae2111e
to
9aa1dc2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.2.0
->3.24.1
Release Notes
firebase/firebase-functions (firebase-functions)
v3.24.1
Compare Source
v3.24.0
Compare Source
v3.23.0
Compare Source
v3.22.0
Compare Source
v3.21.2
Compare Source
toJSON
was not defined inUserRecord
(#1125).v3.21.1
Compare Source
v3.21.0
Compare Source
[@type]
(#1088)v3.20.1
Compare Source
v3.20.0
Compare Source
v3.19.0
Compare Source
v3.18.1
Compare Source
v3.18.0
Compare Source
v3.17.2
Compare Source
v3.17.1
Compare Source
v3.17.0
Compare Source
options
property.v3.16.0
Compare Source
v3.15.7
Compare Source
v3.15.6
Compare Source
v3.15.5
Compare Source
v3.15.4
Compare Source
v3.15.3
Compare Source
v3.15.2
Compare Source
firebase emulators:start
on older CLIsv3.15.1
Compare Source
v3.15.0
Compare Source
runWith()
.toJSON
could not be logged successfully (#907).v3.14.1
Compare Source
v3.14.0
Compare Source
v3.13.3
Compare Source
v3.13.2
Compare Source
v3.13.1
Compare Source
availableMemoryMb
set to4GB
.functions.logger.log
crashes function if circular dependencies are passed inv3.13.0
Compare Source
serviceAccount
option toruntimeOptions
to specify which service account Cloud Function should use at runtime. For example:Requires [email protected] or later. Thanks @egor-miasnikov!
highlight.js
to10.4.1
to fix a vulnerability.v3.12.0
Compare Source
4GB
as amemory
option forrunWith()
.ingressSettings
viarunWith()
.v3.11.0
Compare Source
vpcConnector
andvpcConnectorEgressSettings
fields infunctions.runWith()
. Must be used in conjunction with firebase-tools v8.9.0 or higher. Thanks @pcboy! (#752)v3.10.0
Compare Source
v3.9.1
Compare Source
firebase-admin
dependency to support^9.0.0
in addition to^8.0.0
. Note thatfirebase-admin
no longer supports Node.js 8.x as of9.0.0
.https.onCall()
functions.v3.9.0
Compare Source
asia-northeast3
,asia-south1
, andasia-southeast2
.https.onRequest
to allow for promises (async functions).v3.8.0
Compare Source
null
. (#716)us-west2
us-west3
us-west4
europe-west6
asia-northeast2
northamerica-northeast1
southamerica-east1
australia-southeast1
snap.ref
in database functions did not work when using the Emulator Suite (#726)v3.7.0
Compare Source
Adds
functions.logger
SDK 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
compat
module has no effect.Fixes
https.onRequest
type signature to allow Promises forasync
functions.v3.6.2
Compare Source
@types/express
version to 4.17.3 to fix type definition issue (Issue #685).QueryDocumentSnapshot
instead ofDocumentSnapshot
, which guarantees that data is not undefined (Issue #659).DataSnapshot.forEach
toboolean | void
matchfirebase-admin
SDK.v3.6.1
Compare Source
v3.6.0
Compare Source
functions.region("europe-west3")
).v3.5.0
Compare Source
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.json
is present by updating dependencies (Issue #637).v3.4.0
Compare Source
v3.3.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.