fix(deps): update dependency dotenv to v16.4.5
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
dotenv | dependencies | minor | 16.3.1 -> 16.4.5 |
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
motdotla/dotenv (dotenv)
v16.4.5
Changed
-
🐞 fix recent regression when usingpath
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814
v16.4.4
Changed
-
🐞 Replaced chaining operator?.
with old school&&
(fixing node 12 failures) #812
v16.4.3
Changed
- Fixed processing of multiple files in
options.path
#805
v16.4.2
Changed
- Changed funding link in package.json to
dotenvx.com
v16.4.1
- Patch support for array as
path
option #797
v16.4.0
- Add
error.code
to error messages around.env.vault
decryption handling #795 - Add ability to find
.env.vault
file when filename(s) passed as an array #784
v16.3.2
Added
- Add debug message when no encoding set #735
Changed
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.