Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Confidence
dotenv ^16.4.5^17.0.0 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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 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.

@renovate renovate bot added the maintenance label Jul 1, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.79%. Comparing base (f3a84f1) to head (edb4f8c).

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1457   +/-   ##
=======================================
  Coverage   89.79%   89.79%           
=======================================
  Files         177      177           
  Lines       26964    26964           
  Branches     2245     2245           
=======================================
  Hits        24213    24213           
  Misses       2751     2751           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 766b950 to 85f488c Compare July 25, 2025 00:54
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 85f488c to fbdd224 Compare August 10, 2025 14:54
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from fbdd224 to f35b9d1 Compare August 19, 2025 18:40
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 5 times, most recently from 26835e3 to a1c21a2 Compare September 13, 2025 08:54
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from 2530bdf to 77e582f Compare September 30, 2025 01:34
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 77e582f to a577056 Compare October 15, 2025 06:09
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from a577056 to 2539fd4 Compare December 23, 2025 14:19
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 2539fd4 to 9774e9a Compare December 31, 2025 17:55
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 4 times, most recently from 7f97e75 to 7fadd7c Compare January 16, 2026 12:31
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 7fadd7c to edb4f8c Compare January 16, 2026 13:46
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.

2 participants