Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

This PR contains the following updates:

Package Change Age Confidence
vercel (source) ^42.3.0 -> ^48.12.0 age confidence

Release Notes

vercel/vercel (vercel)

v48.12.0

Compare Source

Minor Changes

v48.11.1

Compare Source

Patch Changes

v48.11.0

Compare Source

Minor Changes
  • Prompt to pull environment variables after successful project linking (#​13697)
Patch Changes
  • Enable @vercel/rust cli fs detection (#​14330)

v48.10.14

Compare Source

Patch Changes

v48.10.13

Compare Source

Patch Changes

v48.10.12

Compare Source

Patch Changes

v48.10.11

Compare Source

Patch Changes

v48.10.10

Compare Source

Patch Changes

v48.10.9

Compare Source

Patch Changes

v48.10.8

Compare Source

Patch Changes

v48.10.7

Compare Source

Patch Changes
  • Support python builder for manual routes (#​14319)

  • prefer the first production alias for vercel curl when no deployment is provided (#​14307)

v48.10.6

Compare Source

Patch Changes
  • Bugfix: stop streaming logs after successful deploy (#​14321)

v48.10.5

Compare Source

Patch Changes

v48.10.4

Compare Source

Patch Changes

v48.10.3

Compare Source

Patch Changes

v48.10.2

Compare Source

Patch Changes
  • Fix issue where manual routes was checking wrong path for routes.json (#​14266)

v48.10.1

Compare Source

Patch Changes

v48.10.0

Compare Source

Minor Changes
  • Adding in command vc open, to open project in browser (#​14237)

v48.9.2

Compare Source

Patch Changes

v48.9.1

Compare Source

Patch Changes

v48.9.0

Compare Source

Minor Changes
  • Add vercel httpstat command for HTTP timing visualization. This new command provides beautiful timing statistics for Vercel deployments, wrapping the httpstat tool with automatic deployment URL resolution and protection bypass handling. (#​14195)
Patch Changes

v48.8.2

Compare Source

Patch Changes
  • Add fastify as a direct dependency (#​14202)

v48.8.1

Compare Source

Patch Changes

v48.8.0

Compare Source

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

  • [cli] adds vc curl beta command (#​14170)

Patch Changes

v48.7.1

Compare Source

Patch Changes

v48.7.0

Compare Source

Minor Changes
  • [cli] add new commands vercel cache invalidate --srcimg (#​14169)

v48.6.7

Compare Source

Patch Changes

v48.6.6

Compare Source

Patch Changes
  • Fix regression on node 20.17 and earlier (#​14158)

v48.6.5

Compare Source

Patch Changes
  • Enable experimental backends mode (#​14155)

v48.6.4

Compare Source

Patch Changes

v48.6.3

Compare Source

Patch Changes

v48.6.2

Compare Source

Patch Changes

v48.6.0

Compare Source

Minor Changes
  • Add support for Bun through a vercel.json property (#​14130)
Patch Changes

v48.5.0

Compare Source

Minor Changes
  • Add zero-config support for Fastify (#​14120)
Patch Changes
  • Fix bug that was over-showing the local settings override log (#​14118)

v48.4.1

Compare Source

Patch Changes

v48.4.0

Compare Source

Minor Changes
Patch Changes

v48.3.0

Compare Source

Minor Changes
Patch Changes

v48.2.9

Compare Source

Patch Changes

v48.2.8

Compare Source

Patch Changes
  • Update domains commands to use the new domains APIs (#​14061)

v48.2.7

Compare Source

Patch Changes

v48.2.6

Compare Source

Patch Changes

v48.2.5

Compare Source

Patch Changes

v48.2.4

Compare Source

Patch Changes

v48.2.3

Compare Source

Patch Changes
  • Introduce --standalone flag, allowing build artifacts to be fully contained within the .vercel folder. (#​14049)

v48.2.2

Compare Source

Patch Changes

v48.2.1

Compare Source

Patch Changes

v48.2.0

Compare Source

Minor Changes
  • Add --status flag to list command for deployment filtering (#​13993)

    The vercel list command now supports filtering deployments by their status using the --status or -s flag. This feature allows users to filter deployments by one or more status values.

    Features:

    • Filter by single status: vercel list --status READY
    • Filter by multiple statuses: vercel list --status READY,BUILDING
    • Support for all deployment statuses: BUILDING, ERROR, INITIALIZING, QUEUED, READY, CANCELED
    • Input validation with clear error messages
    • Compatible with existing filters (environment, meta, etc.)
    • Comprehensive test coverage and telemetry tracking
Patch Changes

v48.1.7

Compare Source

Patch Changes

v48.1.6

Compare Source

Patch Changes

v48.1.5

Compare Source

Patch Changes

v48.1.4

Compare Source

Patch Changes

v48.1.3

Compare Source

Patch Changes

v48.1.2

Compare Source

Patch Changes
  • Fix relative path for experimental standalone mode (#​13973)

v48.1.1

Compare Source

Patch Changes

v48.1.0

Compare Source

Minor Changes
  • Add env update command to update an environment variable. (#​13894)

    Previously it was required to remove and re-add the environment variable to update it.

Patch Changes

v48.0.3

Compare Source

Patch Changes
  • fix(cli): handle triggering re-auth with legacy token + flags (#​13955)

    If the CLI was using a legacy token (ie, was signed in on a version previous to 48.0.0) and did not have a SAML authorization for a team resource, commands with flags unknown to vc login failed to initiate the SAML re-authentication flow as we were parsing all arguments. This change ensures that the user is prompted to log in again in such cases.

  • Updated dependencies [426aca07b47590a0f1b7631e92c8776d5f8d661d]:

v48.0.2

Compare Source

Patch Changes

v48.0.1

Compare Source

Patch Changes

v48.0.0

Compare Source

Major Changes
  • The vercel login command has been overhauled, see below for how to use the new flow. (#​13802)

v47.1.4

Compare Source

Patch Changes

v47.1.3

Compare Source

Patch Changes

v47.1.2

Compare Source

Patch Changes

v47.1.1

Compare Source

Patch Changes

v47.1.0

Compare Source

Minor Changes
  • Add guidance flag for deploy and env commands (#​13900)

v47.0.7

Compare Source

Patch Changes
  • Fix build errored deployments to always show full build logs (#​13901)

v47.0.6

Compare Source

Patch Changes

v47.0.5

Compare Source

Patch Changes

v47.0.4

Compare Source

Patch Changes

v47.0.3

Compare Source

Patch Changes
  • Undo change that set min node version to node 20 since Vercel CLI still needs to work on Node 18 for upgrade paths. (#​13865)

v47.0.2

Compare Source

Patch Changes
  • feat(cli):

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Sep 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
qwik-template Ready Ready Preview Comment Nov 28, 2025 0:51am

@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 40388f8 to ef87445 Compare September 16, 2025 04:04
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from ef87445 to 0c2b37e Compare September 16, 2025 17:31
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 0c2b37e to 35a9fcb Compare September 18, 2025 12:53
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 35a9fcb to dd4066d Compare September 19, 2025 20:24
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from dd4066d to 153406e Compare September 23, 2025 00:52
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 153406e to 78109ea Compare September 23, 2025 18:16
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 78109ea to 61448ee Compare September 23, 2025 22:07
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 61448ee to 973e564 Compare September 24, 2025 18:34
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 973e564 to 593d6e2 Compare October 2, 2025 17:15
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 593d6e2 to 095a4db Compare October 3, 2025 01:01
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 095a4db to 49111e9 Compare October 6, 2025 21:59
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 49111e9 to 5e94530 Compare October 7, 2025 13:32
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 5e94530 to c45fba7 Compare October 8, 2025 05:05
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from c45fba7 to d98b2aa Compare October 8, 2025 19:12
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from a7011db to 62da418 Compare November 18, 2025 03:12
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 62da418 to ae0f5ce Compare November 19, 2025 17:38
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from ae0f5ce to 38b5454 Compare November 20, 2025 13:09
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 38b5454 to 2f8e37b Compare November 21, 2025 00:40
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 2f8e37b to e4fa2b9 Compare November 21, 2025 18:50
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from e4fa2b9 to ddc0c87 Compare November 21, 2025 21:27
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from ddc0c87 to 9c31e2f Compare November 22, 2025 01:39
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 9c31e2f to a248b45 Compare November 24, 2025 16:51
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from a248b45 to 7a36478 Compare November 25, 2025 18:00
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 7a36478 to 21319b5 Compare November 25, 2025 21:32
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 21319b5 to dbd9c1f Compare November 26, 2025 01:00
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from dbd9c1f to ab8d5e3 Compare November 26, 2025 13:11
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from ab8d5e3 to 7a5cbdb Compare November 27, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant