Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
dotenv 16.6.1 -> 17.2.2 age confidence

Release Notes

motdotla/dotenv (dotenv)

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: 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.

@renovate renovate bot requested a review from a team as a code owner June 30, 2025 01:40
@changeset-bot
Copy link

changeset-bot bot commented Jun 30, 2025

⚠️ No Changeset found

Latest commit: ad5999e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Jun 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.46%. Comparing base (12bc785) to head (ad5999e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1112   +/-   ##
=======================================
  Coverage   97.46%   97.46%           
=======================================
  Files          83       83           
  Lines        1304     1304           
  Branches      349      345    -4     
=======================================
  Hits         1271     1271           
- Misses         27       29    +2     
+ Partials        6        4    -2     
Flag Coverage Δ
test-coverage 97.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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 12 times, most recently from 7226313 to 08eaf17 Compare July 4, 2025 13:02
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 7 times, most recently from 29f9d75 to aa56461 Compare July 11, 2025 12:37
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 69428b9 to f68c61d Compare July 16, 2025 22:01
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from 2c35bce to 6afb9f5 Compare July 24, 2025 22:41
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from fc01ccc to 2191e78 Compare July 31, 2025 09:47
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 1388af3 to 321d987 Compare August 13, 2025 15:27
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 5 times, most recently from 23dc3c5 to 219273d Compare August 25, 2025 10:43
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 8 times, most recently from 68351cf to 33fac28 Compare September 1, 2025 13:10
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 4 times, most recently from 66431f1 to d2effaf Compare September 8, 2025 07:22
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from d2effaf to ca35dbd Compare September 10, 2025 08:46
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch 4 times, most recently from 96ba375 to e129bb5 Compare September 23, 2025 08:48
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from e129bb5 to ad5999e Compare September 23, 2025 11:13
@ajimae ajimae merged commit 4a2eb45 into master Sep 24, 2025
16 of 18 checks passed
@ajimae ajimae deleted the renovate/dotenv-17.x branch September 24, 2025 09:56
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