Update dependency @vercel/functions to v3 #1830
Open
+24
−35
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:
^2.0.0->^3.0.0Release Notes
vercel/vercel (@vercel/functions)
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]: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 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.