Skip to content

fix(deps): update dependency @vercel/functions to v3.4.3#133

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@vercel/functions (source) 3.3.43.4.3 age confidence

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

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.


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

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

@vercel
Copy link

vercel bot commented Jan 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
thirukkural-api Ready Ready Preview, Comment Feb 24, 2026 8:06pm

@renovate renovate bot changed the title fix(deps): update dependency @vercel/functions to v3.3.5 fix(deps): update dependency @vercel/functions to v3.3.6 Jan 14, 2026
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from c75d1c1 to f49d505 Compare January 14, 2026 18:02
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from f49d505 to 12d714d Compare January 27, 2026 20:25
@renovate renovate bot changed the title fix(deps): update dependency @vercel/functions to v3.3.6 fix(deps): update dependency @vercel/functions to v3.4.0 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from 12d714d to a708bcb Compare February 2, 2026 07:49
@renovate renovate bot changed the title fix(deps): update dependency @vercel/functions to v3.4.0 fix(deps): update dependency @vercel/functions to v3.4.1 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from a708bcb to f080895 Compare February 4, 2026 01:39
@renovate renovate bot changed the title fix(deps): update dependency @vercel/functions to v3.4.1 fix(deps): update dependency @vercel/functions to v3.4.2 Feb 11, 2026
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from f080895 to e099e37 Compare February 11, 2026 04:54
@renovate renovate bot force-pushed the renovate/vercel-functions-3.x branch from e099e37 to ad2f2ee Compare February 24, 2026 20:05
@renovate renovate bot changed the title fix(deps): update dependency @vercel/functions to v3.4.2 fix(deps): update dependency @vercel/functions to v3.4.3 Feb 24, 2026
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