generated from ecomplus/storefront-starter
-
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
fix(deps): update dependency firebase-functions to v4 - autoclosed #52
Closed
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
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
October 25, 2022 11:22
fe62c71
to
716f765
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
November 1, 2022 21:49
716f765
to
c58fa05
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
November 17, 2022 20:45
c58fa05
to
f934e02
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
December 12, 2022 22:30
f934e02
to
cdfad79
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
3 times, most recently
from
January 26, 2023 12:00
fb47ffe
to
1aab915
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
2 times, most recently
from
February 9, 2023 14:09
e138020
to
024d9de
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
February 15, 2023 11:21
024d9de
to
9b2d8bc
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
2 times, most recently
from
April 20, 2023 18:15
0b3aeac
to
0751e63
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
May 8, 2023 20:10
0751e63
to
1fa05e0
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
June 12, 2023 22:30
1fa05e0
to
3c83c4d
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
August 9, 2023 13:39
3c83c4d
to
2175290
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
November 2, 2023 18:41
2175290
to
0248ee1
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: .functions/package-lock.json
|
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
January 4, 2024 00:23
0248ee1
to
790f833
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
February 7, 2024 18:50
790f833
to
d0ddf2b
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
March 8, 2024 01:22
d0ddf2b
to
dc9d5d9
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
March 19, 2024 18:23
dc9d5d9
to
352e46e
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
March 29, 2024 16:58
352e46e
to
cbb9604
Compare
renovate
bot
force-pushed
the
renovate/firebase-functions-4.x
branch
from
April 4, 2024 22:48
cbb9604
to
a1f7169
Compare
renovate
bot
changed the title
fix(deps): update dependency firebase-functions to v4
fix(deps): update dependency firebase-functions to v4 - autoclosed
May 1, 2024
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.
This PR contains the following updates:
^3.24.1
->^4.9.0
Release Notes
firebase/firebase-functions (firebase-functions)
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 6am and before 10am on monday" (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 has been generated by Mend Renovate. View repository job log here.