Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Change Age Confidence
dotenv 16.6.117.2.3 age confidence

Release Notes

motdotla/dotenv (dotenv)

v17.2.3

Compare Source

Changed
  • Fixed typescript error definition (#​912)

v17.2.2

Compare Source

Added
  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

v17.2.1

Compare Source

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

v17.2.0

Compare Source

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

v17.1.0

Compare Source

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 }',
  '⚙️  load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
]

v17.0.1

Compare Source

Changed
  • Patched injected log to count only populated/set keys to process.env (#​879)

v17.0.0

Compare Source

Changed
  • Default quiet to false - informational (file and keys count) runtime log message shows by default (#​875)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Jun 27, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% 130 / 130
🔵 Statements 100% 130 / 130
🔵 Functions 100% 13 / 13
🔵 Branches 100% 41 / 41
File CoverageNo changed files found.
Generated in workflow #1155 for commit b608532 by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 691466e to 2660833 Compare July 2, 2025 01:46
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from c86d650 to 5cc8562 Compare July 12, 2025 02:09
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from 57b21b1 to 45a39ff Compare July 25, 2025 23:23
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from bffa224 to a5363b2 Compare August 13, 2025 14:13
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from 4bcfbe5 to 656b954 Compare August 23, 2025 00:35
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 850e356 to b5ffde1 Compare September 5, 2025 21:38
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from d2b2dee to a03350e Compare September 25, 2025 20:14
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 6 times, most recently from 1c98a2b to f97a2f4 Compare October 6, 2025 05:36
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 627073f to 2a14562 Compare October 13, 2025 20:37
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from e0dbe64 to eed7f13 Compare October 20, 2025 21:15
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 33f75c8 to 3ba5fdf Compare November 24, 2025 05:04
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 6 times, most recently from 1db3565 to 217981a Compare December 1, 2025 08:40
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 4 times, most recently from 2feec85 to 3aa4018 Compare December 9, 2025 01:04
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 4 times, most recently from b64e8b4 to 441bb83 Compare December 15, 2025 20:35
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from a5f1904 to 62a13ca Compare December 22, 2025 20:33
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 035eb19 to 54986c1 Compare January 5, 2026 05:02
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from bd18869 to 94da50d Compare January 12, 2026 20:49
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from e9418fb to d59b626 Compare January 15, 2026 06:31
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from d59b626 to b608532 Compare January 15, 2026 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant