fix(deps): update dependency @vercel/frameworks to v3.21.1#709
Merged
renovate[bot] merged 1 commit intomainfrom Mar 17, 2026
Merged
fix(deps): update dependency @vercel/frameworks to v3.21.1#709renovate[bot] merged 1 commit intomainfrom
renovate[bot] merged 1 commit intomainfrom
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Coverage DeltaNo covered files changed in this PR. Overall Coverage
|
b6ff3dd to
e1dc3ec
Compare
Contributor
|
@rexxars did you want this pinned or something? I remembered it from some PR or maybe thinking something else |
rexxars
approved these changes
Mar 17, 2026
Member
I do want it pinned - but as long as the tests pass and we keep pinning, it should be okay. I'm just worried about how stable the API of this thing is since it seems somewhat of a vercel-internal thing. |
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.8.4→3.21.1Release Notes
vercel/vercel (@vercel/frameworks)
v3.21.1Compare Source
Patch Changes
v3.21.0Compare Source
Minor Changes
v3.20.0Compare Source
Minor Changes
Add a content filter for manage.py for django framework detection. (#15348)
Detect django framework when manage.py is found. (#15314)
v3.19.1Compare Source
Patch Changes
v3.19.0Compare Source
Minor Changes
v3.18.0Compare Source
Minor Changes
v3.17.1Compare Source
Patch Changes
v3.17.0Compare Source
Minor Changes
Add experimental Go runtime framework preset. (#14865)
This adds support for deploying standalone Go HTTP servers (using
package mainwithfunc main()) in addition to the existing serverless function pattern. The preset supports:main.goat project root (simple projects)cmd/api/main.go(API servers)cmd/server/main.go(HTTP servers)The Go application must listen on the port specified by the
PORTenvironment variable.v3.16.1Compare Source
Patch Changes
Generic node framework preset (#14779)
experimental rust runtime framework preset (#14765)
v3.16.0Compare Source
Minor Changes
[ruby] Add experimental Ruby runtime framework preset (#14762)
Also fixed a bug in the Ruby version parsing where
ruby "~> 3.3.x"in Gemfile would fail due to a trailing space not being trimmed after removing the~>prefix.v3.15.7Compare Source
Patch Changes
[experimental-services] Add "services" as experimental framework preset (#14648)
[frameworks] experimental framework flagging (#14646)
[python] experimental python runtime framework preset (#14646)
v3.15.6Compare Source
Patch Changes
v3.15.5Compare Source
Patch Changes
v3.15.4Compare Source
Patch Changes
workspace:*for workspace dependencies (#14396)v3.15.3Compare Source
Patch Changes
v3.15.2Compare Source
Patch Changes
v3.15.1Compare Source
Patch Changes
v3.15.0Compare Source
Minor Changes
v3.14.1Compare Source
Patch Changes
v3.14.0Compare Source
Minor Changes
v3.13.0Compare Source
Minor Changes
v3.12.0Compare Source
Minor Changes
Patch Changes
v3.11.1Compare Source
Patch Changes
v3.11.0Compare Source
Minor Changes
v3.10.0Compare Source
Minor Changes
Patch Changes
[python] fastapi route redirects fix (#14027)
[python] Use static builder for /public for FastAPI (#14027)
v3.9.3Compare Source
Patch Changes
v3.9.2Compare Source
Patch Changes
v3.9.1Compare Source
Patch Changes
v3.9.0Compare Source
Minor Changes
v3.8.5Compare Source
Patch Changes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here