fix(deps): update dependency @vercel/functions to v3 - #1079
Open
descope[bot] wants to merge 1 commit into
Open
Conversation
|
Your Vercel team Allen Zhou is not permitted to deploy from this git repository. Contact an administrator to add github organization descope as a Protected Git Scope in Allen Zhou on Vercel. Once added, commit again to see your changes. Learn more: https://vercel.com/docs/security/protected-git-scopes |
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
from
February 17, 2026 19:19
1bf2234 to
4e27a0c
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
from
February 24, 2026 22:56
4e27a0c to
c4e1a65
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
from
March 4, 2026 04:57
c4e1a65 to
89af0e1
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
from
March 17, 2026 18:04
89af0e1 to
44b805f
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
from
May 13, 2026 01:09
44b805f to
02f023e
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
3 times, most recently
from
May 21, 2026 23:16
a90d9ae to
48a2b12
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
2 times, most recently
from
June 5, 2026 19:12
60b3037 to
366295d
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
2 times, most recently
from
June 24, 2026 19:39
10a0106 to
2b12fbc
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
3 times, most recently
from
July 2, 2026 15:35
ea3ebeb to
3cea6e9
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
3 times, most recently
from
July 17, 2026 20:07
863c53f to
c146da2
Compare
descope
Bot
force-pushed
the
renovate/vercel-functions-3.x
branch
from
July 22, 2026 15:25
c146da2 to
310b88f
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:
2.2.13→3.7.53.9.2(+5)Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
vercel/vercel (@vercel/functions)
v3.7.5Compare Source
Patch Changes
d29a8f9]v3.7.4Compare Source
Patch Changes
fb93ff6]v3.7.3Compare Source
Patch Changes
415fde0]v3.7.2Compare Source
Patch Changes
071569d: Add amaxPayloadoption toexperimental_upgradeWebSocket(), defaulting to 256 KiB.v3.7.1Compare Source
Patch Changes
a7f1f7c: Makewsan optional peer dependencyv3.7.0Compare Source
Minor Changes
3f3ef14: Addexperimental_upgradeWebSocket()APIv3.6.3Compare Source
Patch Changes
01cf6c2]v3.6.2Compare Source
Patch Changes
fddeb55]v3.6.1Compare Source
Patch Changes
5a700dc]v3.6.0Compare Source
Minor Changes
102f82b:getCache().set()now defaultsoptions.nameto the providedkeywhen omitted, so cache entries get a human-readable label in o11y by default. Passname: ''to suppress this behavior and use the hashed key.v3.5.1Compare Source
Patch Changes
ae20217: Upgrade to TypeScript 5.9ae20217]v3.5.0Compare Source
Minor Changes
c56f851: Upgrade to TypeScript 5.9Patch Changes
c56f851]v3.4.6Compare Source
Patch Changes
bf07448]v3.4.5Compare Source
Patch Changes
56c9f89: add missing prettier dev dependency24686d0]56c9f89]v3.4.4Compare Source
Patch Changes
Pin
typedoc-plugin-markdownto3.15.2andtypedoc-plugin-mdn-linksto3.0.3to match the version used by@vercel/edge. The previous4.1.2version requirestypedoc@0.26.xas a peer dependency but was paired withtypedoc@0.24.6, which caused CI failures whenever pnpm hoisted the 4.x plugin (the plugin callsapp.internationalization.addTranslations, which does not exist in typedoc 0.24). The choice of which plugin version got hoisted was non-deterministic, which is why the failure appeared as flakyBuild @​vercel/<pkg>steps in CI. (#16072)Updated dependencies [
2aa78415831fe89d1b21dd89704706bd1ad5e78d]:v3.4.3Compare Source
Patch Changes
v3.4.2Compare Source
Patch Changes
3760ea1e97fdc45dae36c64138023e1b1a075467]: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]:Configuration
📅 Schedule: (in timezone Asia/Jerusalem)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.