Bump the packages group with 3 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
(2 months ago)
(2 months ago)
dependencies javascript
poad
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.040e26e9
Merge pull request #889 from motdotla/env-quiete99c367
clean up281354e
changelog 🪵d856497
smarter DOTENV_CONFIG_QUIET option that can read from source .env file203c4e8
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
Updates electron-to-chromium
from 1.5.180 to 1.5.181
Commits
67afba7
1.5.181dcd796d
generate new version- See full diff in compare view
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
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 3039800 |
UUID: | 3217344072 |
Node ID: | PR_kwDOMzbQP86eM1Ut |
Host: | GitHub |
Repository: | poad/github-rest-api-executor |