Skip to content

Update dependency dotenv to v17 - #78

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

Update dependency dotenv to v17#78
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dotenv-17.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2025

Copy link
Copy Markdown
Contributor

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

Changed
  • Improved skill files - tightened up details (#​1009)

v17.4.1

Compare Source

Changed
  • Change text injecting to injected (#​1005)

v17.4.0

Compare Source

Added
  • Add skills/ folder with focused agent skills: skills/dotenv/SKILL.md (core usage) and skills/dotenvx/SKILL.md (encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)
Changed
  • Tighten up logs: ◇ injecting env (14) from .env (#​1003)

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

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: (UTC)

  • 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 becomes conflicted, 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 force-pushed the renovate/dotenv-17.x branch from 1074a4c to ee72e71 Compare July 25, 2025 00:45
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from ee72e71 to fead783 Compare August 10, 2025 13:59
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from fead783 to 2a31f84 Compare August 13, 2025 14:13
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 2a31f84 to 1c8df3f Compare August 19, 2025 13:31
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 1c8df3f to 3df6eee Compare August 31, 2025 13:03
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 3df6eee to d18b117 Compare September 7, 2025 22:54
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from d18b117 to 1a9d1d5 Compare September 25, 2025 15:38
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 1a9d1d5 to 1abcf89 Compare September 30, 2025 02:04
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 1abcf89 to 918a010 Compare October 21, 2025 09:52
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 918a010 to 3ab3fa5 Compare December 3, 2025 18:32
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 3ab3fa5 to ad98678 Compare December 31, 2025 15:42
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from ad98678 to f58e30c Compare January 19, 2026 14:50
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch 2 times, most recently from 2c063f1 to e34a069 Compare February 5, 2026 21:47
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from 6ede550 to f13fc68 Compare February 17, 2026 20:09
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch 3 times, most recently from c9efd13 to 473cc31 Compare April 5, 2026 20:56
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 473cc31 to 9693862 Compare April 12, 2026 20:47
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 9693862 to 4446c75 Compare May 12, 2026 12:40
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 4446c75 to 5f83d85 Compare June 11, 2026 11:06
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 5f83d85 to 803f09f Compare July 12, 2026 11:51
@renovate
renovate Bot force-pushed the renovate/dotenv-17.x branch from 803f09f to 91d6c91 Compare July 20, 2026 21:39
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.

0 participants