Skip to content

chore(deps): bump @vercel/functions from 2.2.13 to 3.4.3#155

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel/functions-3.4.3
Open

chore(deps): bump @vercel/functions from 2.2.13 to 3.4.3#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vercel/functions-3.4.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 27, 2026

Copy link
Copy Markdown
Contributor

Bumps @vercel/functions from 2.2.13 to 3.4.3.

Release notes

Sourced from @​vercel/functions's releases.

@​vercel/functions@​3.4.3

Patch Changes

  • [functions] Revert "[functions] URL encode cache tags" (#15213)
Changelog

Sourced from @​vercel/functions's changelog.

3.4.3

Patch Changes

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

3.4.2

Patch Changes

3.4.1

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.

3.4.0

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.

3.3.6

Patch Changes

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

3.3.5

Patch Changes

3.3.4

Patch Changes

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

3.3.3

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) from 2.2.13 to 3.4.3.
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/functions@3.4.3/packages/functions)

---
updated-dependencies:
- dependency-name: "@vercel/functions"
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant