Skip to content

Commit c04b410

Browse files
fix(deps): update dependency dotenv to v16.6.1 (#2224)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [dotenv](https://redirect.github.com/motdotla/dotenv) | [`16.5.0` -> `16.6.1`](https://renovatebot.com/diffs/npm/dotenv/16.5.0/16.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dotenv/16.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dotenv/16.5.0/16.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>motdotla/dotenv (dotenv)</summary> ### [`v16.6.1`](https://redirect.github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1661-2025-06-27) [Compare Source](https://redirect.github.com/motdotla/dotenv/compare/v16.6.0...v16.6.1) ##### Changed - Default `quiet` to true – hiding the runtime log message ([#&#8203;874](https://redirect.github.com/motdotla/dotenv/pull/874)) - NOTICE: 17.0.0 will be released with quiet defaulting to false. Use `config({ quiet: true })` to suppress. - And check out the new [dotenvx](https://redirect.github.com/dotenvx/dotenvx). As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch `require('dotenv').config()` for `require('@&#8203;dotenvx/dotenvx').config()`. ### [`v16.6.0`](https://redirect.github.com/motdotla/dotenv/blob/HEAD/CHANGELOG.md#1660-2025-06-26) [Compare Source](https://redirect.github.com/motdotla/dotenv/compare/v16.5.0...v16.6.0) ##### Added - Default log helpful message `[dotenv@16.6.0] injecting env (1) from .env` ([#&#8203;870](https://redirect.github.com/motdotla/dotenv/pull/870)) - Use `{ quiet: true }` to suppress - Aligns dotenv more closely with [dotenvx](https://redirect.github.com/dotenvx/dotenvx). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9a5e08 commit c04b410

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chai": "5.3.3",
2929
"change-case": "5.4.4",
3030
"commander": "13.1.0",
31-
"dotenv": "16.5.0",
31+
"dotenv": "16.6.1",
3232
"esbuild": "0.25.10",
3333
"jest": "29.7.0",
3434
"picocolors": "1.1.1",

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/helper-plugin-utils": "7.27.1",
36-
"dotenv": "16.5.0",
36+
"dotenv": "16.6.1",
3737
"picocolors": "1.1.1"
3838
},
3939
"devDependencies": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"commander": "13.1.0",
56-
"dotenv": "16.5.0",
56+
"dotenv": "16.6.1",
5757
"glob": "11.0.3",
5858
"picocolors": "1.1.1",
5959
"serialize-javascript": "6.0.2"

packages/flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"commander": "13.1.0",
38-
"dotenv": "16.5.0",
38+
"dotenv": "16.6.1",
3939
"picocolors": "1.1.1"
4040
}
4141
}

packages/prepare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"commander": "13.1.0",
39-
"dotenv": "16.5.0",
39+
"dotenv": "16.6.1",
4040
"glob": "11.0.3",
4141
"picocolors": "1.1.1",
4242
"serialize-javascript": "6.0.2"

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"commander": "13.1.0",
38-
"dotenv": "16.5.0",
38+
"dotenv": "16.6.1",
3939
"picocolors": "1.1.1"
4040
}
4141
}

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"webpack": "5.102.1"
4747
},
4848
"dependencies": {
49-
"dotenv": "16.5.0",
49+
"dotenv": "16.6.1",
5050
"magic-string": "0.30.19",
5151
"object-hash": "3.0.0",
5252
"picocolors": "1.1.1",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)