fix(deps): update dependency @vercel/functions to v3.4.3#133
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @vercel/functions to v3.4.3#133renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c75d1c1 to
f49d505
Compare
f49d505 to
12d714d
Compare
12d714d to
a708bcb
Compare
a708bcb to
f080895
Compare
f080895 to
e099e37
Compare
e099e37 to
ad2f2ee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.4→3.4.3Release Notes
vercel/vercel (@vercel/functions)
v3.4.3Compare Source
Patch Changes
v3.4.2Compare Source
Patch Changes
3760ea1e97fdc45dae36c64138023e1b1a075467]:v3.4.1Compare 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 withJSON.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 likeDate,Map,Set, andundefined.v3.4.0Compare Source
Minor Changes
encodeURIComponent. This (#14749)ensures tags like
"my tag"or"category,item"are correctly handled when setting cache entries or expiring tags.v3.3.6Compare Source
Patch Changes
TimeoutNegativeWarningin Node.js v24 when process runs longer than 15 minutes by ensuring minimum wait time of 100ms (#14491)v3.3.5Compare Source
Patch Changes
abdec3599b6897da76b90f2348a33e3c6c188353,b9eae1d7c9f618355c6179eb58afb3c54318a046]: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.
This PR was generated by Mend Renovate. View the repository job log.