Skip to content

fix(deps): update dependency @vercel/frameworks to v3.21.1#709

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/vercel-frameworks-3.x
Mar 17, 2026
Merged

fix(deps): update dependency @vercel/frameworks to v3.21.1#709
renovate[bot] merged 1 commit intomainfrom
renovate/vercel-frameworks-3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@vercel/frameworks (source) 3.8.43.21.1 age confidence

Release Notes

vercel/vercel (@​vercel/frameworks)

v3.21.1

Compare Source

Patch Changes
  • [go] remove experimental flag on "go" frameworks preset (#​15435)

v3.21.0

Compare Source

Minor Changes
  • Make the generic "python" framework and the Django framework not experimental (#​15429)

v3.20.0

Compare 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.1

Compare Source

Patch Changes
  • Rename fetch to nodeFetch when importing from node-fetch (#​15232)

v3.19.0

Compare Source

Minor Changes
  • Add django experimental framework. (#​15196)

v3.18.0

Compare Source

Minor Changes
  • Make experimental multi-service autodetection work with SvelteKit. (#​15040)

v3.17.1

Compare Source

Patch Changes
  • [services] remove empty detectors (#​14914)

v3.17.0

Compare Source

Minor Changes
  • Add experimental Go runtime framework preset. (#​14865)

    This adds support for deploying standalone Go HTTP servers (using package main with func main()) in addition to the existing serverless function pattern. The preset supports:

    • main.go at 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 PORT environment variable.

v3.16.1

Compare Source

Patch Changes
  • Generic node framework preset (#​14779)

  • experimental rust runtime framework preset (#​14765)

v3.16.0

Compare 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.7

Compare 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.6

Compare Source

Patch Changes
  • [frameworks] experimental framework flagging (#​14637)

v3.15.5

Compare Source

Patch Changes
  • Add zero-config support for Koa.js (#​14567)

v3.15.4

Compare Source

Patch Changes
  • Use workspace:* for workspace dependencies (#​14396)

v3.15.3

Compare Source

Patch Changes
  • Make Nitro supersede Vite in detection (#​14179)

v3.15.2

Compare Source

Patch Changes
  • [python] make flask framework detection case insensitive (#​14197)

v3.15.1

Compare Source

Patch Changes

v3.15.0

Compare Source

Minor Changes
  • Add TanStack Start framework preset (#​14175)

v3.14.1

Compare Source

Patch Changes

v3.14.0

Compare Source

Minor Changes
  • Add zero-config support for Fastify (#​14120)

v3.13.0

Compare Source

Minor Changes
  • Add root main as entrypoint for NestJS (#​14105)

v3.12.0

Compare Source

Minor Changes
  • Update nitro framework detection to detect nitro package (#​14103)
Patch Changes
  • Add support for additional entrypoints in NestJS (#​14103)

v3.11.1

Compare Source

Patch Changes

v3.11.0

Compare Source

Minor Changes
  • Add zero config support for NestJS (#​14009)

v3.10.0

Compare Source

Minor Changes
Patch Changes
  • [python] fastapi route redirects fix (#​14027)

  • [python] Use static builder for /public for FastAPI (#​14027)

v3.9.3

Compare Source

Patch Changes

v3.9.2

Compare Source

Patch Changes
  • Update info around H3 framework (#​13957)

v3.9.1

Compare Source

Patch Changes
  • [python] framework demo + removed experimental (#​13959)

v3.9.0

Compare Source

Minor Changes

v3.8.5

Compare Source

Patch Changes
  • [python] FastAPI entrypoint discovery (#​13914)

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.


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

This PR has been generated by Mend Renovate using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot added the 📦 deps label Mar 17, 2026
@renovate renovate bot requested a review from a team as a code owner March 17, 2026 05:21
@renovate renovate bot added the 🤖 bot label Mar 17, 2026
@renovate renovate bot requested review from colepeters and removed request for a team March 17, 2026 05:21
@renovate renovate bot added the 📦 deps label Mar 17, 2026
@renovate renovate bot enabled auto-merge (squash) March 17, 2026 05:21
@socket-security
Copy link

socket-security bot commented Mar 17, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​vercel/​frameworks@​3.21.11001007497100

View full report

@github-actions
Copy link

github-actions bot commented Mar 17, 2026

Coverage Delta

No covered files changed in this PR.

Overall Coverage

Metric Coverage
Statements 81.8% (±0%)
Branches 70.7% (±0%)
Functions 80.1% (±0%)
Lines 82.2% (±0%)

@renovate renovate bot force-pushed the renovate/vercel-frameworks-3.x branch from b6ff3dd to e1dc3ec Compare March 17, 2026 17:24
@binoy14
Copy link
Contributor

binoy14 commented Mar 17, 2026

@rexxars did you want this pinned or something? I remembered it from some PR or maybe thinking something else

@renovate renovate bot merged commit 17fce97 into main Mar 17, 2026
42 checks passed
@renovate renovate bot deleted the renovate/vercel-frameworks-3.x branch March 17, 2026 21:51
@squiggler-app squiggler-app bot mentioned this pull request Mar 17, 2026
@rexxars
Copy link
Member

rexxars commented Mar 17, 2026

@rexxars did you want this pinned or something? I remembered it from some PR or maybe thinking something else

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants