Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2025

Bumps dotenv from 16.4.7 to 17.2.1.

Changelog

Sourced from dotenv's changelog.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

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

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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 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)

@dependabot dependabot bot requested review from a team and otto-the-bot as code owners August 10, 2025 14:56
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from e5fefa4 to a867351 Compare August 10, 2025 15:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from a867351 to 5094aa4 Compare August 10, 2025 15:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 5094aa4 to 3bb92cd Compare August 10, 2025 15:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 3bb92cd to 2847eb4 Compare August 10, 2025 15:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 2847eb4 to f18ec4d Compare August 10, 2025 15:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from f18ec4d to ec472b1 Compare August 10, 2025 15:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from ec472b1 to e0a2c8d Compare August 10, 2025 15:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from e0a2c8d to 89dd683 Compare August 10, 2025 15:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 89dd683 to 41d3f3e Compare August 10, 2025 16:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 41d3f3e to b4a67c0 Compare August 10, 2025 16:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from b4a67c0 to 969c0f4 Compare August 10, 2025 16:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 969c0f4 to 5454fa6 Compare August 10, 2025 16:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 5454fa6 to 32770a6 Compare August 10, 2025 16:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 5781a75 to 7f9d745 Compare August 22, 2025 16:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 7f9d745 to 92dccd4 Compare August 31, 2025 14:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 92dccd4 to c36098d Compare August 31, 2025 14:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from c36098d to c5566b0 Compare August 31, 2025 14:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from c5566b0 to 9694fbc Compare August 31, 2025 14:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 9694fbc to 2dded10 Compare August 31, 2025 14:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 2dded10 to 9b5b4d0 Compare August 31, 2025 15:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 9b5b4d0 to 84e18f6 Compare August 31, 2025 15:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 84e18f6 to 9de4ba8 Compare August 31, 2025 15:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 9de4ba8 to e8c47fc Compare August 31, 2025 15:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from e8c47fc to 3733a01 Compare August 31, 2025 15:49
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.7 to 17.2.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.7...v17.2.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dotenv-17.2.1 branch from 3733a01 to c921b79 Compare September 4, 2025 14:08
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 4, 2025

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 7, 2025

Superseded by #19498.

@dependabot dependabot bot closed this Sep 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dotenv-17.2.1 branch September 7, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant