Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2025

This PR contains the following updates:

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

Release Notes

vercel/vercel (vercel)

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 Source

Patch Changes

v42.1.0

Compare Source

Minor Changes

v42.0.0

Compare Source

Major Changes
Patch Changes
  • Silence the "Refreshing VERCEL_OIDC_TOKEN" log message by default (moves it to debug) (#​13350)

  • Ensure that traces are always flushed during build commands (#​13352)

v41.7.8

Compare Source

Patch Changes

v41.7.7

Compare Source

Patch Changes

v41.7.6

Compare Source

Patch Changes

v41.7.4

Compare Source

Patch Changes

v41.7.3

Compare Source

Patch Changes
  • [cli] Remove glob as a dev dependency (#​13304)

v41.7.2

Compare Source

Patch Changes
  • Fix linking GitLab repositories that belong to subgroups (#​13295)

v41.7.0

Compare Source

Minor Changes
  • Infer microfrontends.json and microfrontends.jsonc if rootDirectory not specified (#​13263)

  • Adds instrumentation detection to the build command (#​13271)

Patch Changes

v41.6.2

Compare Source

Patch Changes

v41.6.1

Compare Source

Patch Changes

v41.6.0

Compare Source

Minor Changes
  • vercel dev will now automatically refresh the VERCEL_OIDC_TOKEN environment (#​13226)
    variable and restart the development server before it expires.
Patch Changes

v41.5.0

Compare Source

Minor Changes
  • Add simple balance subcommand to review balances & thresholds on a given installation (#​13204)

  • Add new subcommand create-threshold to integration-resource command for creating & overwriting automated purchase triggers on prepayment-based integration installations (#​13218)

Patch Changes

v41.4.1

Compare Source

Patch Changes

v41.4.0

Compare Source

Minor Changes
  • Update vercel target ls to more closely match the Vercel dashboard UI (#​13150)

  • Add vercel project inspect subcommand (#​13149)

Patch Changes

v41.3.2

Compare Source

Patch Changes

v41.3.1

Compare Source

Patch Changes

v41.3.0

Compare Source

Minor Changes
  • feat(auth): vercel login --future and vercel logout --future via OAuth Device Authorization flow (#​12098)
Patch Changes

v41.2.2

Compare Source

Patch Changes

v41.2.1

Compare Source

Patch Changes

v41.2.0

Compare Source

Minor Changes
  • Detect v9 pnpm lock files as pnpm 10 for new projects (#​13072)
Patch Changes

v41.1.4

Compare Source

Patch Changes

v41.1.3

Compare Source

Patch Changes

v41.1.2

Compare Source

Patch Changes

v41.1.1

Compare Source

Patch Changes

v41.1.0

Compare Source

Minor Changes
Patch Changes

v41.0.3

Compare Source

Patch Changes

v41.0.2

Compare Source

Patch Changes

v41.0.1

Compare Source

Patch Changes

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 Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jiosaavn-api-ts ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 5:59pm
jiosaavn-private ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2025 5:59pm

@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 8a7d4e8 to 0559c68 Compare July 7, 2025 17:50
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 0559c68 to 7e76e1b Compare July 9, 2025 18:41
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 7e76e1b to 89fa97f Compare July 11, 2025 00:45
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 89fa97f to 7fdb109 Compare July 11, 2025 17:36
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 7fdb109 to e811421 Compare July 16, 2025 19:05
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from e811421 to 66097d3 Compare July 18, 2025 17:57
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 66097d3 to 81ced17 Compare July 22, 2025 10:59
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 81ced17 to f36fc3c Compare July 22, 2025 19:33
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from f36fc3c to ef8e018 Compare July 23, 2025 00:51
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from e117d33 to c25c6e6 Compare July 24, 2025 10:00
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from c25c6e6 to 1a543d8 Compare July 26, 2025 00:00
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 1a543d8 to bf9f3e5 Compare July 28, 2025 21:38
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from bf9f3e5 to 4ca3753 Compare July 31, 2025 03:15
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 4ca3753 to a64754e Compare August 1, 2025 03:59
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from a64754e to 7560673 Compare August 2, 2025 20:25
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 7560673 to 8473b62 Compare August 4, 2025 21:50
@renovate renovate bot force-pushed the renovate/vercel-44.x branch from 8473b62 to e3f877d Compare August 5, 2025 17:58
@renovate renovate bot changed the title chore(deps): update dependency vercel to v44 chore(deps): update dependency vercel to v44 - autoclosed Aug 14, 2025
@renovate renovate bot closed this Aug 14, 2025
@renovate renovate bot deleted the renovate/vercel-44.x branch August 14, 2025 00:48
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