Skip to content

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

Merged
04kash merged 1 commit intomainfrom
renovate/dotenv-17.x
Nov 18, 2025
Merged

fix(deps): update dependency dotenv to v17#5950
04kash merged 1 commit intomainfrom
renovate/dotenv-17.x

Conversation

@backstage-goalie
Copy link
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.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)

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.

v16.5.0

Compare Source

Added
  • 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.

[!TIP]
Become a sponsor

The dotenvx README is viewed thousands of times DAILY on GitHub and NPM.
Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.

Changed
  • Remove _log method. Use _debug #​862

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx

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 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 has been generated by Renovate Bot.

@backstage-goalie backstage-goalie bot added the dependencies Pull requests that update a dependency file label Oct 30, 2025
@backstage-goalie backstage-goalie bot requested review from a team and ibolton336 as code owners October 30, 2025 12:25
@backstage-goalie backstage-goalie bot requested a review from 04kash October 30, 2025 12:25
@backstage-goalie backstage-goalie bot added the dependencies Pull requests that update a dependency file label Oct 30, 2025
@backstage-goalie
Copy link
Contributor Author

backstage-goalie bot commented Oct 30, 2025

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage-community/backstage-plugin-mta-backend workspaces/mta/plugins/mta-backend patch v0.5.1

@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 62a3d88 to 45d00cf Compare October 30, 2025 16:24
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 2a05752 to 386935a Compare October 30, 2025 17:21
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 8183e04 to b4875fc Compare October 31, 2025 09:31
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 28140db to 2f5236e Compare October 31, 2025 14:32
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from da4e815 to 4002f73 Compare October 31, 2025 15:31
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 82b17fc to b040508 Compare October 31, 2025 16:30
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from a5d38eb to 61f81c3 Compare November 1, 2025 01:58
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from ecdba8d to ab4dd07 Compare November 1, 2025 12:38
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from dd161ce to b28fe42 Compare November 3, 2025 10:41
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 896a26a to 6ec0ea1 Compare November 3, 2025 11:37
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 6569198 to 579ba85 Compare November 3, 2025 15:40
Copy link
Member

@04kash 04kash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ibolton336 could you take a look?

@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 5ddc61d to 240fba9 Compare November 7, 2025 03:05
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 7141ef5 to c1c840d Compare November 7, 2025 15:40
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 8f53e05 to 1e554e0 Compare November 7, 2025 20:38
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 9b6574a to d34f5f9 Compare November 8, 2025 17:40
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from 18eb68b to d4e9884 Compare November 8, 2025 19:37
@backstage-goalie backstage-goalie bot force-pushed the renovate/dotenv-17.x branch from cb0b4bb to a9229a1 Compare November 9, 2025 09:37
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file workspace/mta

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants