chore(deps): update dependency @vercel/functions to v3#6
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update dependency @vercel/functions to v3#6renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
a013e9a to
7c55404
Compare
293bbdc to
61f9aa9
Compare
61f9aa9 to
e8655a2
Compare
e8655a2 to
171bdd0
Compare
88f8934 to
10d6e0e
Compare
10d6e0e to
13dad47
Compare
13dad47 to
a7a868b
Compare
a7a868b to
bc7ee31
Compare
bc7ee31 to
1ae2b0f
Compare
1ae2b0f to
e1922c1
Compare
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.
This PR contains the following updates:
^1.5.2→^3.0.0Release Notes
vercel/vercel (@vercel/functions)
v3.4.1Compare Source
Patch Changes
Fix InMemoryCache to use JSON serialization for consistency with RuntimeCache (#14751)
InMemoryCache now serializes values with
JSON.stringify()on set and deserializes withJSON.parse()on get, matching the behavior of RuntimeCache. This ensures consistent behavior when switching between cache implementations (e.g., in-memory for development, remote for production), particularly for types that don't survive JSON round-trips likeDate,Map,Set, andundefined.v3.4.0Compare Source
Minor Changes
encodeURIComponent. This (#14749)ensures tags like
"my tag"or"category,item"are correctly handled when setting cache entries or expiring tags.v3.3.6Compare Source
Patch Changes
TimeoutNegativeWarningin Node.js v24 when process runs longer than 15 minutes by ensuring minimum wait time of 100ms (#14491)v3.3.5Compare Source
Patch Changes
abdec3599b6897da76b90f2348a33e3c6c188353,b9eae1d7c9f618355c6179eb58afb3c54318a046]:v3.3.4Compare Source
Patch Changes
v3.3.3Compare Source
Patch Changes
77f5410794f22afb5fe3e4c204555f238c2850b3]:v3.3.2Compare Source
Patch Changes
addCacheTag()which was previously not working (no-op). (#14241)v3.3.1Compare Source
Patch Changes
4221033be06182c11c9fe153a58810a2a393c3ce]:v3.3.0Compare Source
Minor Changes
v3.2.0Compare Source
Minor Changes
v3.1.4Compare Source
Patch Changes
bcf9c18da437d9566eeff1fdaedb11abb00c080c]:v3.1.3Compare Source
Patch Changes
29c2da6ff0118254bf9f6a5aa436cf95267d2d0a]:v3.1.2Compare Source
Patch Changes
Add configurable timeout to RuntimeCache with sensible default to fail faster on gateway timeouts (#14036)
The RuntimeCache client now includes a configurable timeout (default 500ms) for all fetch requests to prevent indefinite hangs on 502/504 gateway timeouts.
The timeout can be configured at build time via the
RUNTIME_CACHE_TIMEOUTenvironment variable. When a timeout occurs, the request is aborted and theerror is logged via the onError callback.
v3.1.1Compare Source
Patch Changes
Stronger detection of Vercel Runtime to reduce warnings (#13776)
Updated dependencies [
da6ca6d80915221b7f60cd711e4fada41a828e4c,da6ca6d80915221b7f60cd711e4fada41a828e4c,da6ca6d80915221b7f60cd711e4fada41a828e4c]:v3.1.0Compare Source
Minor Changes
v3.0.0Compare Source
Major Changes
Patch Changes
d1ca3ed3ac1b9830403dc9dc3520e963ef8bec8e]:v2.2.13Compare Source
Patch Changes
821e4b8e8eded000b3d4e864594730e8741ef522]:v2.2.12Compare Source
Patch Changes
Fix package versions for oidc-aws-credentials-provider, vercel/functions, and publish the next version of vercel/oidc (#13765)
Updated dependencies [
2f5244647dc7d2c81bb688035952d4d45b6d707e]:v2.2.11Compare Source
Patch Changes
v2.2.8Compare Source
Patch Changes
v2.2.7Compare Source
Patch Changes
v2.2.6Compare Source
Patch Changes
v2.2.5Compare Source
Patch Changes
extract oidc and aws oidc credential helpers from @vercel/functions into @vercel/oidc and @vercel/oidc-aws-credentials-provider. @vercel/functions re-exports the new functions as deprecated to maintain backwards compatibility. (#13548)
Updated dependencies [
fa8d4c76ea50c4844031f56209b21845818212fc]:v2.2.4Compare Source
Patch Changes
Only warn runtime cache unavailable once (#13560)
Reverting support for
preferredRegion(#13566)v2.2.3Compare Source
Patch Changes
v2.2.2Compare Source
Patch Changes
v2.2.1Compare Source
Patch Changes
821e4b8e8eded000b3d4e864594730e8741ef522]:v2.2.0Compare Source
Minor Changes
getVercelOidcTokenSync(#13429)v2.1.0Compare Source
Minor Changes
Patch Changes
v2.0.3Compare Source
Patch Changes
v2.0.2Compare Source
Patch Changes
v2.0.1Compare Source
Patch Changes
v2.0.0Compare Source
Major Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.