Skip to content

fix(deps): update dependency @vercel/functions to v3 - #1079

Open
descope[bot] wants to merge 1 commit into
mainfrom
renovate/vercel-functions-3.x
Open

fix(deps): update dependency @vercel/functions to v3#1079
descope[bot] wants to merge 1 commit into
mainfrom
renovate/vercel-functions-3.x

Conversation

@descope

@descope descope Bot commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending OpenSSF
@vercel/functions (source) dependencies major 2.2.133.7.5 3.9.2 (+5) OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vercel/vercel (@​vercel/functions)

v3.7.5

Compare Source

Patch Changes

v3.7.4

Compare Source

Patch Changes

v3.7.3

Compare Source

Patch Changes

v3.7.2

Compare Source

Patch Changes
  • 071569d: Add a maxPayload option to experimental_upgradeWebSocket(), defaulting to 256 KiB.

v3.7.1

Compare Source

Patch Changes
  • a7f1f7c: Make ws an optional peer dependency

v3.7.0

Compare Source

Minor Changes
  • 3f3ef14: Add experimental_upgradeWebSocket() API

v3.6.3

Compare Source

Patch Changes

v3.6.2

Compare Source

Patch Changes

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes
  • 102f82b: getCache().set() now defaults options.name to the provided key when omitted, so cache entries get a human-readable label in o11y by default. Pass name: '' to suppress this behavior and use the hashed key.

v3.5.1

Compare Source

Patch Changes

v3.5.0

Compare Source

Minor Changes
  • c56f851: Upgrade to TypeScript 5.9
Patch Changes

v3.4.6

Compare Source

Patch Changes

v3.4.5

Compare Source

Patch Changes

v3.4.4

Compare Source

Patch Changes
  • Pin typedoc-plugin-markdown to 3.15.2 and typedoc-plugin-mdn-links to 3.0.3 to match the version used by @vercel/edge. The previous 4.1.2 version requires typedoc@0.26.x as a peer dependency but was paired with typedoc@0.24.6, which caused CI failures whenever pnpm hoisted the 4.x plugin (the plugin calls app.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 flaky Build @&#8203;vercel/<pkg> steps in CI. (#​16072)

  • Updated dependencies [2aa78415831fe89d1b21dd89704706bd1ad5e78d]:

v3.4.3

Compare Source

Patch Changes
  • [functions] Revert "[functions] URL encode cache tags" (#​15213)

v3.4.2

Compare Source

Patch Changes

v3.4.1

Compare 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 with JSON.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 like Date, Map, Set, and undefined.

v3.4.0

Compare Source

Minor Changes
  • Fix cache tags to be URL encoded before being sent to the cache API. Tags containing special characters (spaces, commas, ampersands, etc.) are now properly encoded using encodeURIComponent. This (#​14749)
    ensures tags like "my tag" or "category,item" are correctly handled when setting cache entries or expiring tags.

v3.3.6

Compare Source

Patch Changes
  • Fix TimeoutNegativeWarning in Node.js v24 when process runs longer than 15 minutes by ensuring minimum wait time of 100ms (#​14491)

v3.3.5

Compare Source

Patch Changes

v3.3.4

Compare Source

Patch Changes
  • [functions] update link to docs (#​14350)

v3.3.3

Compare Source

Patch Changes

v3.3.2

Compare Source

Patch Changes
  • Fix addCacheTag() which was previously not working (no-op). (#​14241)

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • Introduce Vercel AddCacheTag API: addCacheTag (#​14096)

v3.2.0

Compare Source

Minor Changes
  • Add new API for invalidateBySrcImage and dangerouslyDeleteBySrcImage (#​14111)

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare 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_TIMEOUT environment variable. When a timeout occurs, the request is aborted and the
    error is logged via the onError callback.

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
  • Introduces Vercel Purge APIs: invalidateByTag, dangerouslyDeleteByTag (#​13867)

v3.0.0

Compare Source

Major Changes
  • Drop Node.js 18, bump minimum to Node.js 20 (#​13856)
Patch Changes

Configuration

📅 Schedule: (in timezone Asia/Jerusalem)

  • 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: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@descope descope Bot added the renovate label Feb 12, 2026
@vercel

vercel Bot commented Feb 12, 2026

Copy link
Copy Markdown

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
descope Bot force-pushed the renovate/vercel-functions-3.x branch from 1bf2234 to 4e27a0c Compare February 17, 2026 19:19
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch from 4e27a0c to c4e1a65 Compare February 24, 2026 22:56
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch from c4e1a65 to 89af0e1 Compare March 4, 2026 04:57
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch from 89af0e1 to 44b805f Compare March 17, 2026 18:04
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch from 44b805f to 02f023e Compare May 13, 2026 01:09
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch 3 times, most recently from a90d9ae to 48a2b12 Compare May 21, 2026 23:16
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch 2 times, most recently from 60b3037 to 366295d Compare June 5, 2026 19:12
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch 2 times, most recently from 10a0106 to 2b12fbc Compare June 24, 2026 19:39
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch 3 times, most recently from ea3ebeb to 3cea6e9 Compare July 2, 2026 15:35
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch 3 times, most recently from 863c53f to c146da2 Compare July 17, 2026 20:07
@descope
descope Bot force-pushed the renovate/vercel-functions-3.x branch from c146da2 to 310b88f Compare July 22, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants