Bump the packages group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(4 months ago)
(4 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=truein your environment or.envfile 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 Worldor
$ DOTENV_CONFIG_QUIET=true node index.js
Commits
11acd9f17.2.040e26e9Merge pull request #889 from motdotla/env-quiete99c367clean up281354echangelog 🪵d856497smarter DOTENV_CONFIG_QUIET option that can read from source .env file203c4e8support 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 putcommand. (#13524)Usage:
cat file.txt | vc blob put --pathname file-from-stdin.txtAdd 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 cdg1Will create a Vercel Blob store in France 🇫.
Patch Changes
- Change how files are uploaded for the
blobcommands. 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 putcommand. (#13524)Usage:
cat file.txt | vc blob put --pathname file-from-stdin.txtAdd 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 cdg1Will create a Vercel Blob store in France 🇫.
Patch Changes
- Change how files are uploaded for the
blobcommands. 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
67afba71.5.181dcd796dgenerate 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 |