Skip to content

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

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

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

Conversation

@descope
Copy link
Contributor

@descope descope bot commented Feb 12, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
@vercel/functions (source) dependencies major 2.2.13 -> 3.4.3 OpenSSF Scorecard

Release Notes

vercel/vercel (@​vercel/functions)

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: 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 Renovate Bot.

@descope descope bot added the renovate label Feb 12, 2026
@vercel
Copy link

vercel bot commented Feb 12, 2026

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
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