An open index of dependabot pull requests across open source projects.

build(deps): Bump vercel from 44.2.13 to 44.3.0

Merged
Number: #2299
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 09, 2025 at 06:33 PM UTC
(12 months ago)
Updated: July 09, 2025 at 09:38 PM UTC
(12 months ago)
Merged: July 09, 2025 at 09:38 PM UTC
(12 months ago)
by KATO-Hiro
Time to Close: about 3 hours
Labels:
dependencies javascript
Description:

Bumps vercel from 44.2.13 to 44.3.0.

Release notes

Sourced from vercel's releases.

vercel@44.3.0

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

Sourced from vercel's changelog.

44.3.0

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.
Commits
  • 72e1f84 Version Packages (#13542)
  • 1b456c9 [cli] Add support for piping data to blob put command via stdin (#13524)
  • 533ed91 [cli] Use streams to upload Blob files instead of reading it all in memory (#...
  • 588b48e [cli] Add region support for Blob store creation (#13525)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+6
Deletions:
-6
Package Dependencies
Package:
vercel
Ecosystem:
npm
Version Change:
44.2.13 → 44.3.0
Update Type:
Minor
Technical Details
ID: 3030163
UUID: 2653672444
Node ID: PR_kwDOKKyu2M6eK9P8
Host: GitHub
Repository: AtCoder-NoviSteps/AtCoderNoviSteps
Merge State: Unknown