extensive-react-boilerplate
extensive-react-boilerplate copied to clipboard
fix(deps): update dependency dotenv to v17
trafficstars
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| dotenv | 16.5.0 -> 17.2.3 |
Release Notes
motdotla/dotenv (dotenv)
v17.2.3
Changed
- Fixed typescript error definition (#912)
v17.2.2
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
Changed
- Fix clickable tip links by removing parentheses (#897)
v17.2.0
Added
- Optionally specify
DOTENV_CONFIG_QUIET=truein your environment or.envfile 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
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
Changed
- Patched injected log to count only populated/set keys to process.env (#879)
v17.0.0
Changed
- Default
quietto false - informational (file and keys count) runtime log message shows by default (#875)
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
[[email protected]] injecting env (1) from .env(#870) - Use
{ quiet: true }to suppress - Aligns dotenv more closely with 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 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.