You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
PR-Codex overview
This PR focuses on updating the versions of various dependencies across the package.json files and pnpm-lock.yaml, particularly upgrading @vercel/functions from 2.2.2 to 3.4.3 and other related libraries to ensure compatibility and improvements.
Detailed summary
Updated @vercel/functions from 2.2.2 to 3.4.3 in apps/nebula/package.json and apps/dashboard/package.json.
Updated @noble/curves from 1.9.0 to 1.9.1 and then to 1.9.7.
Various dependency versions updated in pnpm-lock.yaml to ensure consistency and compatibility.
Minor version updates for libraries like @babel and @emotion.
The following files were skipped due to too many changes: pnpm-lock.yaml
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
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
DashboardInvolves changes to the Dashboard.DependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript codeStale
0 participants
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.
Bumps @vercel/functions from 2.2.2 to 3.4.3.
Release notes
Sourced from
@vercel/functions's releases.Changelog
Sourced from
@vercel/functions's changelog.... (truncated)
Commits
522f8ccVersion Packages (#15225)feafcb7Revert "[functions] URL encode cache tags" (#15213)36179b3Version Packages (#14978)3760ea1feat(oidc): add optional argumentgetVercelOidcToken({ team, project })(#1...c082323Version Packages (#14813)22e856f[functions] use JSON serialization in InMemoryCache for RuntimeCache consiste...ff17033Version Packages (#14753)81336d6[functions] URL encode cache tags (#14749)6942596Version Packages (#14611)08d8df9[@vercel/functions] FixTimeoutNegativeWarning(#14491)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)PR-Codex overview
This PR focuses on updating the versions of various dependencies across the
package.jsonfiles andpnpm-lock.yaml, particularly upgrading@vercel/functionsfrom2.2.2to3.4.3and other related libraries to ensure compatibility and improvements.Detailed summary
@vercel/functionsfrom2.2.2to3.4.3inapps/nebula/package.jsonandapps/dashboard/package.json.@noble/curvesfrom1.9.0to1.9.1and then to1.9.7.pnpm-lock.yamlto ensure consistency and compatibility.@babeland@emotion.