Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
vercel (source) ^37.11.0 -> ^48.2.0 age confidence

Release Notes

vercel/vercel (vercel)

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

v47.0.1

Compare Source

Patch Changes

v47.0.0

Compare Source

Major Changes
  • Drop Node.js 18, bump minimum to Node.js 20 (#​13856)
Patch Changes

v46.1.1

Compare Source

Patch Changes

v46.1.0

Compare Source

Minor Changes
Patch Changes

v46.0.5

Compare Source

Patch Changes

v46.0.4

Compare Source

Patch Changes

v46.0.3

Compare Source

Patch Changes

v46.0.2

Compare Source

Patch Changes

v46.0.1

Compare Source

Patch Changes

v46.0.0

Compare Source

Major Changes
  • Adding in mcp command to connect to supported clients (#​13751)

v45.0.10

Compare Source

Patch Changes

v45.0.9

Compare Source

Patch Changes

v45.0.8

Compare Source

Patch Changes

v44.7.3

Compare Source

Patch Changes

v44.7.2

Compare Source

Patch Changes
  • Remove duplicate teamId param when fetching stores (#​13674)

v44.7.0

Compare Source

Minor Changes
  • Make framework detection text prettier (#​13654)
Patch Changes

v44.6.6

Compare Source

Patch Changes

v44.6.5

Compare Source

Patch Changes

v44.6.4

Compare Source

Patch Changes

v44.6.3

Compare Source

Patch Changes

v44.6.2

Compare Source

Patch Changes

v44.6.1

Compare Source

Patch Changes

v44.5.5

Compare Source

Patch Changes

v44.5.4

Compare Source

Patch Changes

v44.5.3

Compare Source

Patch Changes

v44.5.2

Compare Source

Patch Changes

v44.5.1

Compare Source

Patch Changes

v44.5.0

Compare Source

Minor Changes
  • Add Google login functionality (#​13489)

  • Add support to create a project with Vercel Auth disabled. (#​13528)

    The default for Vercel Auth is Standard Protection. Add a prompt so that Vercel Auth can be disabled when creating a new project.

Patch Changes

v44.4.3

Compare Source

Patch Changes

v44.4.2

Compare Source

Patch Changes

v44.4.1

Compare Source

Patch Changes

v44.4.0

Compare Source

Minor Changes
  • Adds support for user configured preferredRegion for Node.js Functions (#​13546)
Patch Changes

v44.3.0

Compare Source

Minor Changes
  • Add stdin and pipe support to vc blob put command. (#​13524)

    Usage:

    cat file.txt | vc blob put --pathname file-from-stdin.txt
  • Add region support to vc blob store add (#​13525)

    You can now create Vercel Blob stores in any of the 19 Vercel Edge Regions:
    https://vercel.com/docs/edge-network/regions.

    Usage:

    vc blob store add --region cdg1

    Will create a Vercel Blob store in France 🇫.

Patch Changes
  • Change how files are uploaded for the blob commands. Before we were reading (#​13523)
    files fully in memory and then sending them to the Vercel Blob API. We will now
    stream files from disk to the Vercel Blob API, avoiding the need to read them
    all in memory and making the upload more efficient.

v44.2.13

Compare Source

Patch Changes

v44.2.12

Compare Source

Patch Changes

v44.2.11

Compare Source

Patch Changes
  • [cli] Send commitAuthorEmail with the git meta (#​13508)

v44.2.10

Compare Source

Patch Changes

v44.2.9

Compare Source

Patch Changes

v44.2.8

Compare Source

Patch Changes
  • [cli] Report detected agent to CLI telemetry (#​13506)

v44.2.7

Compare Source

Patch Changes

v44.2.6

Compare Source

Patch Changes
  • Revert "[rr] fix rate limits for undefined project name fetches" (#​13495)

v44.2.5

Compare Source

Patch Changes
  • [rr] fix rate limits for undefined project name fetches (#​13491)

v44.2.4

Compare Source

Patch Changes
  • Revert "[rr] fix timeout" (#​13493)

  • Revert "[cli] avoid fetching a deployment's project in a loop" (#​13490)

v44.2.3

Compare Source

Patch Changes
  • [cli] avoid fetching a deployment's project in a loop (#​13487)

v44.2.2

Compare Source

Patch Changes
  • [cli] Prefer fetching the microfrontends json using the project ID unless deployment ID is specified. (#​13485)

v44.2.1

Compare Source

Patch Changes

v44.2.0

Compare Source

Minor Changes
  • [cli] add new command vercel cache purge (#​13477)
Patch Changes

v44.1.0

Compare Source

Minor Changes
  • Introduces the vercel microfrontends pull command to pull your Vercel Microfrontends configuration from your default application and run your @vercel/microfrontends local proxy when using a polyrepo setup (#​13450)

v44.0.0

Compare Source

Major Changes
  • [cli] make --logs the default behavior for vercel deploy (#​13458)

v43.3.0

Compare Source

Minor Changes
  • Allow to set Node.js runtime for middleware (#​13461)
Patch Changes

v43.2.0

Compare Source

Minor Changes
  • fix(cli): allow custom 403 error message (#​13443)

v43.1.0

Compare Source

Minor Changes
  • Add blob subcommand (#​13364)

    These are the new API's:
    vc blob store add mystore - creates a new blob store, asks to connect store to project and suggests pulling the new env var
    vc blob store rm store_mystoreid - delete a blob store

    All of the following commands will try to read the BLOB_READ_WRITE_TOKEN from the next .env.local file:
    vc blob put file.txt - uploads the file from the path to the blob store
    vc blob ls - list blobs in the store
    vc blob del path/ path2/ - delete blobs from the store
    vc blob copy fromUrl toPathname - copies a file within the store

Patch Changes
  • Fix bug where vercel dev would not exit on error (#​13438)

v43.0.0

Compare Source

Major Changes
  • Rolling Release command clean up (#​13420)
Patch Changes

v42.3.0

Compare Source

Minor Changes
  • Version bump to respect dependency updates (#​13390)

  • Adding support for rolling-releases (#​13387)

Patch Changes

v42.2.0

Compare Source

Minor Changes
  • Warn when system environment variables are not available (#​13357)

  • Allow configuring functions architecture via the vercel.json configuration (#​13344)

Patch Changes

v42.1.1

[Compare So


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.

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)
jiosaavn-api-ts Error Error Oct 3, 2025 2:16am
jiosaavn-private Error Error Oct 3, 2025 2:16am

@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 271bba2 to 4ab1cf3 Compare September 16, 2025 02:54
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 4ab1cf3 to 9a5e5be Compare September 16, 2025 21:15
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 9a5e5be to 6dbda39 Compare September 18, 2025 12:33
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 6dbda39 to 7bca53b Compare September 19, 2025 21:06
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 7bca53b to 4a2056c Compare September 23, 2025 02:25
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 4a2056c to a54cd9b Compare September 23, 2025 17:42
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from a54cd9b to 2264c4e Compare September 23, 2025 23:04
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 2264c4e to 54b9d88 Compare September 24, 2025 15:27
@renovate renovate bot force-pushed the renovate/vercel-48.x branch from 54b9d88 to abbcb03 Compare September 24, 2025 20:50
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.

0 participants