Skip to content

Commit 8ea18c9

Browse files
chore(deps): bump dotenv from 16.5.0 to 17.0.0 in the major-deps-updates-main group (#81)
Bumps the major-deps-updates-main group with 1 update: [dotenv](https://github.com/motdotla/dotenv). Updates `dotenv` from 16.5.0 to 17.0.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md">dotenv's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/motdotla/dotenv/compare/v16.6.1...v17.0.0">17.0.0</a> (2025-06-27)</h2> <h3>Changed</h3> <ul> <li>Default <code>quiet</code> to false - informational (file and keys count) runtime log message shows by default (<a href="https://redirect.github.com/motdotla/dotenv/pull/874">#875</a>)</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v16.6.0...v16.6.1">16.6.1</a> (2025-06-27)</h2> <h3>Changed</h3> <ul> <li>Default <code>quiet</code> to true – hiding the runtime log message (<a href="https://redirect.github.com/motdotla/dotenv/pull/874">#874</a>)</li> <li>NOTICE: 17.0.0 will be released with quiet defaulting to false. Use <code>config({ quiet: true })</code> to suppress.</li> <li>And check out the new <a href="https://github.com/dotenvx/dotenvx">dotenvx</a>. 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 <code>require('dotenv').config()</code> for <code>require('@dotenvx/dotenvx').config()</code>.</li> </ul> <h2><a href="https://github.com/motdotla/dotenv/compare/v16.5.0...v16.6.0">16.6.0</a> (2025-06-26)</h2> <h3>Added</h3> <ul> <li>Default log helpful message <code>[dotenv@16.6.0] injecting env (1) from .env</code> (<a href="https://redirect.github.com/motdotla/dotenv/pull/870">#870</a>)</li> <li>Use <code>{ quiet: true }</code> to suppress</li> <li>Aligns dotenv more closely with <a href="https://github.com/dotenvx/dotenvx">dotenvx</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motdotla/dotenv/commit/f28bfd55817054af9fd5097b19eb4faa2189cb6b"><code>f28bfd5</code></a> 17.0.0</li> <li><a href="https://github.com/motdotla/dotenv/commit/3348b36933022b19f25070acdc126153cd64bae8"><code>3348b36</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/a814691e6e4a7cfe84be731b3e6ad2fa19f24085"><code>a814691</code></a> Merge pull request <a href="https://redirect.github.com/motdotla/dotenv/issues/875">#875</a> from motdotla/quiet-true</li> <li><a href="https://github.com/motdotla/dotenv/commit/e8978b09236ee5aabbc29bfb251c47b904bfc2c1"><code>e8978b0</code></a> mention dotenvx in runtime message to point people to safer .env files</li> <li><a href="https://github.com/motdotla/dotenv/commit/661b247fb94e9027a05ae814eab4409c2e758e8a"><code>661b247</code></a> update README with <code>quiet</code> option</li> <li><a href="https://github.com/motdotla/dotenv/commit/b1d4a78198151ca4ef525b1fb5f77e2636622e5f"><code>b1d4a78</code></a> <code>quiet</code> defaults to false - use <code>quiet: true</code> to suppress info log</li> <li><a href="https://github.com/motdotla/dotenv/commit/6acdb0aec753350b012db2b77bc05696268c5dd2"><code>6acdb0a</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/076ba3b6a225b8cb878c1cd0a222674b6e5ef87d"><code>076ba3b</code></a> 16.6.1</li> <li><a href="https://github.com/motdotla/dotenv/commit/8867fe07944f172f91b36d3e71ff43ad7bddb005"><code>8867fe0</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/424c32deac4078ce034cdf4b328b782bf089d32d"><code>424c32d</code></a> Merge pull request <a href="https://redirect.github.com/motdotla/dotenv/issues/874">#874</a> from motdotla/default-quiet-to-true</li> <li>Additional commits viewable in <a href="https://github.com/motdotla/dotenv/compare/v16.5.0...v17.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dotenv&package-manager=npm_and_yarn&previous-version=16.5.0&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a2ade1 commit 8ea18c9

3 files changed

Lines changed: 19 additions & 19 deletions

File tree

infra/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@actions/core": "^1.11.1",
1414
"@octokit/rest": "^22.0.0",
1515
"@types/semver": "^7.7.0",
16-
"dotenv": "^16.5.0",
16+
"dotenv": "^17.0.0",
1717
"lerna-changelog": "^2.2.0",
1818
"node-emoji": "^2.2.0",
1919
"semver": "^7.7.2"

packages/vscode-wdio-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vscode-wdio/constants": "workspace:*",
3131
"@vscode-wdio/utils": "workspace:*",
3232
"birpc": "^2.3.0",
33-
"dotenv": "^16.5.0",
33+
"dotenv": "^17.0.0",
3434
"import-meta-resolve": "^4.1.0",
3535
"recast": "^0.23.11",
3636
"ws": "^8.18.1"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)