Skip to content

Commit b65cfc0

Browse files
🔁 Bump dotenv From 16.6.1 to 17.0.0 (#221)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.1 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> </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>See full diff in <a href="https://github.com/motdotla/dotenv/compare/v16.6.1...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.6.1&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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
1 parent c34149a commit b65cfc0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"@types/mocha": "^10.0.10",
229229
"@types/node": "^24.0.7",
230230
"chai": "^4.5.0",
231-
"dotenv": "^16.6.1",
231+
"dotenv": "^17.0.0",
232232
"eslint": "^9.30.0",
233233
"eslint-config-prettier": "^10.1.5",
234234
"ethers": "^6.14.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)