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

Bump the packages group with 3 updates

Open
Number: #205
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: July 09, 2025 at 10:52 PM UTC
(2 months ago)
Updated: July 09, 2025 at 10:52 PM UTC
(2 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 3 updates: dotenv, vercel and electron-to-chromium.

Updates dotenv from 17.1.0 to 17.2.0

Changelog

Sourced from dotenv's changelog.

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World

or

$ DOTENV_CONFIG_QUIET=true node index.js

Commits
  • 11acd9f 17.2.0
  • 40e26e9 Merge pull request #889 from motdotla/env-quiet
  • e99c367 clean up
  • 281354e changelog 🪵
  • d856497 smarter DOTENV_CONFIG_QUIET option that can read from source .env file
  • 203c4e8 support passing DOTENV_CONFIG_QUIET=true (and other DOTENV_CONFIG options - s...
  • See full diff in compare view

Updates 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

Updates electron-to-chromium from 1.5.180 to 1.5.181

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
1.5.180 → 1.5.181
Update Type:
Patch
Package:
vercel
Ecosystem:
npm
Version Change:
44.2.13 → 44.3.0
Update Type:
Minor
Package:
dotenv
Ecosystem:
npm
Version Change:
17.1.0 → 17.2.0
Update Type:
Minor
Technical Details
ID: 3039800
UUID: 3217344072
Node ID: PR_kwDOMzbQP86eM1Ut
Host: GitHub
Repository: poad/github-rest-api-executor