Skip to content

Update dependency dotenv to v17#16

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Confidence
dotenv ^16.6.1^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})

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 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 force-pushed the renovate/dotenv-17.x branch from 75d6e87 to 4f3a121 Compare July 2, 2025 06:29
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 2, 2025

Coverage Report (Node 20.x)

Coverage after merging renovate/dotenv-17.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 4f3a121 to c93a029 Compare July 25, 2025 01:31
@github-actions
Copy link
Copy Markdown

Coverage Report (Node 20.x)

Coverage after merging renovate/dotenv-17.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from c93a029 to dc0ed66 Compare September 7, 2025 23:28
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from dc0ed66 to 31dbcae Compare September 30, 2025 01:47
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 31dbcae to a3dc3a6 Compare February 5, 2026 21:16
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 5, 2026

Coverage Report (Node 20.x)

Coverage after merging renovate/dotenv-17.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from a3dc3a6 to 80d3d0b Compare February 12, 2026 23:48
@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 80d3d0b to 180a37c Compare April 1, 2026 23:19
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Coverage Report (Node 20.x)

Coverage after merging renovate/dotenv-17.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 180a37c to 4996caf Compare April 5, 2026 20:39
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

Coverage Report (Node 20.x)

Coverage after merging renovate/dotenv-17.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

@renovate renovate bot force-pushed the renovate/dotenv-17.x branch from 4996caf to c5f7b3a Compare April 12, 2026 16:43
@github-actions
Copy link
Copy Markdown

Coverage Report (Node 20.x)

Coverage after merging renovate/dotenv-17.x into main will be
89.38%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
server.js85.37%70%75%92.59%23, 37, 42–44
db
   db.js78.95%100%60%85.71%17, 30
db/models
   user.js100%100%100%100%
   video.js100%100%100%100%
routes
   auth-routes.js100%100%100%100%
   pipeline-routes.js94.29%90.91%100%95.65%26–27
   video-routes.js96.25%95.65%100%96.23%45, 63–64
utils
   funcs.js79.41%72.41%77.78%82.81%22–23, 23, 23–24, 24, 24–26, 26, 26–27, 27, 27–28, 30–33
   logger.js65.79%40%66.67%76%103, 33, 55, 64, 64, 64, 66, 74, 89, 89, 96–97

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.

0 participants