Skip to content

Update dependency dotenv to v17#129

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dotenv-17.x
Open

Update dependency dotenv to v17#129
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dotenv-17.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 19, 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.4.2

Compare Source

v17.4.1

Compare Source

v17.4.0

Compare Source

v17.3.1

Compare Source

Changed
  • Fix as2 example command in README and update spanish README

v17.3.0

Compare Source

Added
  • Add a new README section on dotenv’s approach to the agentic future.
Changed
  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

v17.2.4

Compare Source

Changed
  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#​915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

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)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.

Configuration

📅 Schedule: (in timezone Asia/Jerusalem)

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

@renovate renovate Bot added the renovate label Jul 19, 2025
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from c8e369b to 2e74c00 Compare July 29, 2025 03:37
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jul 29, 2025

Your Vercel team Allen Zhou is not permitted to deploy from this git repository. Contact an administrator to add github organization descope-sample-apps as a Protected Git Scope in Allen Zhou on Vercel. Once added, commit again to see your changes.

Learn more: https://vercel.com/docs/security/protected-git-scopes

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jul 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
next-js-sample-app Ready Ready Preview, Comment Apr 16, 2026 1:56pm

Request Review

@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 2e74c00 to 48b9933 Compare August 14, 2025 13:19
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 48b9933 to 58b97e0 Compare September 23, 2025 23:58
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 58b97e0 to 62a48cb Compare October 21, 2025 02:58
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 62a48cb to c552c9a Compare December 6, 2025 13:12
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from c552c9a to 57f8460 Compare December 17, 2025 07:04
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 57f8460 to 35b7aae Compare December 22, 2025 13:54
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 35b7aae to a2acd29 Compare January 13, 2026 07:25
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from a2acd29 to 5356c80 Compare February 8, 2026 22:45
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 5356c80 to 4f6ec0d Compare February 15, 2026 22:33
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 4f6ec0d to d8b57bd Compare April 1, 2026 22:11
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from d8b57bd to 6f3003c Compare April 8, 2026 16:14
@renovate renovate Bot changed the title fix(deps): update dependency dotenv to v17 Update dependency dotenv to v17 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/dotenv-17.x branch from 6f3003c to 2638375 Compare April 16, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants