chore(deps): update dependency dotenv to v16.6.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| dotenv | devDependencies | minor | 16.4.7 -> 16.6.1 |
Release Notes
motdotla/dotenv (dotenv)
v16.6.1
Changed
- Default
quietto 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()forrequire('@​dotenvx/dotenvx').config().
v16.6.0
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
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
_logmethod. Use_debug#862
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.