Skip to content

chore(deps): update dependency @vercel/functions to v3#6

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

chore(deps): update dependency @vercel/functions to v3#6
renovate[bot] wants to merge 1 commit intodevfrom
renovate/vercel-functions-3.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 3, 2025

This PR contains the following updates:

Package Change Age Confidence
@vercel/functions (source) ^1.5.2^3.0.0 age confidence

Release Notes

vercel/vercel (@​vercel/functions)

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

v2.2.13

Compare Source

Patch Changes

v2.2.12

Compare Source

Patch Changes

v2.2.11

Compare Source

Patch Changes

v2.2.8

Compare Source

Patch Changes
  • Declare attachDatabasePool stable (#​13673)

v2.2.7

Compare Source

Patch Changes
  • Make DB pool inert in local dev (#​13647)

v2.2.6

Compare Source

Patch Changes
  • Introduce attachDatabasePool function (#​13632)

v2.2.5

Compare Source

Patch Changes

v2.2.4

Compare Source

Patch Changes
  • Only warn runtime cache unavailable once (#​13560)

  • Reverting support for preferredRegion (#​13566)

v2.2.3

Compare Source

Patch Changes
  • Update runtime cache api to support usage during builds (#​13426)

v2.2.2

Compare Source

Patch Changes
  • Add warning when calling getCache to indicate that in-memory cache is being used. (#​13455)

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
  • Introduce getVercelOidcTokenSync (#​13429)

v2.1.0

Compare Source

Minor Changes
  • Change the load order of the OIDC token (#​13337)
Patch Changes
  • Rename getRuntimeCache to getCache (#​13325)

v2.0.3

Compare Source

Patch Changes
  • Rename FunctionCache / getFunctionCache to RuntimeCache / getRuntimeCache (#​13296)

v2.0.2

Compare Source

Patch Changes
  • Update in memory cache to use a singleton instance (#​13288)

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
  • [cli] Remove support for node@​16 (#​12857)

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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from a013e9a to 7c55404 Compare September 11, 2025 08:11
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch 2 times, most recently from 293bbdc to 61f9aa9 Compare October 8, 2025 23:34
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from 61f9aa9 to e8655a2 Compare October 16, 2025 23:56
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from e8655a2 to 171bdd0 Compare November 9, 2025 04:01
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch 2 times, most recently from 88f8934 to 10d6e0e Compare November 19, 2025 20:13
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from 10d6e0e to 13dad47 Compare November 25, 2025 23:24
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from 13dad47 to a7a868b Compare January 6, 2026 00:12
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from a7a868b to bc7ee31 Compare January 15, 2026 08:08
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from bc7ee31 to 1ae2b0f Compare January 28, 2026 00:12
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from 1ae2b0f to e1922c1 Compare February 4, 2026 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants