Skip to content

fix(deps): update dependency dotenv to v17#261

Open
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/dotenv-17.x
Open

fix(deps): update dependency dotenv to v17#261
red-hat-konflux[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/dotenv-17.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Oct 31, 2025

Copy link
Copy Markdown
Contributor

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch from f4d9604 to 46ff104 Compare November 10, 2025 12:23
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch from 46ff104 to 15892ac Compare November 18, 2025 12:23
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch from 15892ac to 3d0d47f Compare January 14, 2026 08:23
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch 2 times, most recently from c97b35f to 5c3b4a1 Compare January 27, 2026 08:19
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch 2 times, most recently from 49584d2 to 8bef1f2 Compare April 8, 2026 20:07
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch 3 times, most recently from 244cf75 to 90ab925 Compare April 22, 2026 12:11
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch 4 times, most recently from 814f556 to e16ac76 Compare April 29, 2026 08:10
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch 2 times, most recently from 5912cf1 to 8b9b75e Compare May 13, 2026 09:48
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/master/dotenv-17.x branch from 8b9b75e to f25f394 Compare May 29, 2026 08:09
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