This repository was archived by the owner on Jul 23, 2026. It is now read-only.
chore(deps): update dependency dotenv to v16.6.1#96
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
November 20, 2022 09:05
f5d2363 to
9aeaa40
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
May 30, 2023 16:51
9aeaa40 to
f6c158a
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
May 31, 2023 02:41
f6c158a to
6948b18
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
May 31, 2023 16:12
6948b18 to
2cba6d9
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
May 31, 2023 19:16
2cba6d9 to
990322b
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 4, 2023 17:19
990322b to
06abd55
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 16, 2023 07:59
06abd55 to
9eb74c3
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 16, 2023 17:39
9eb74c3 to
943f3eb
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 17, 2023 19:21
943f3eb to
b0d7577
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
January 19, 2024 17:25
b0d7577 to
045d94f
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
2 times, most recently
from
January 24, 2024 21:23
6607264 to
769a198
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 10, 2024 23:02
769a198 to
725c2b4
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 12, 2024 22:45
725c2b4 to
95b3223
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 13, 2024 19:39
95b3223 to
22c8539
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 20, 2024 06:27
22c8539 to
7461ecc
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
December 3, 2024 02:31
7461ecc to
aadf1e1
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
December 3, 2024 19:19
aadf1e1 to
b079062
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
December 9, 2024 02:20
478d8a6 to
b079062
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
April 11, 2025 03:23
b079062 to
c143b70
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 26, 2025 19:58
c143b70 to
ae137a8
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 27, 2025 20:25
ae137a8 to
9455b44
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.0.1→16.6.1Release Notes
motdotla/dotenv (dotenv)
v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@​dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env(#870){ quiet: true }to suppressv16.5.0Compare Source
Added
Changed
_logmethod. Use_debug#862v16.4.7Compare Source
Changed
.tapfolder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6Compare Source
Changed
v16.4.5Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.4Compare Source
Changed
?.with old school&&(fixing node 12 failures) #812v16.4.3Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.2Compare Source
Changed
dotenvx.comv16.4.1Compare Source
pathoption #797v16.4.0Compare Source
error.codeto error messages around.env.vaultdecryption handling #795.env.vaultfile when filename(s) passed as an array #784v16.3.2Compare Source
Added
Changed
populate#792v16.3.1Compare Source
Added
processEnvandDOTENV_KEYoptions. #756v16.3.0Compare Source
Added
DOTENV_KEYto options rather than relying onprocess.env.DOTENV_KEY. Defaults toprocess.env.DOTENV_KEY#754v16.2.0Compare Source
Added
process.env. Defaults toprocess.env. #753v16.1.4Compare Source
Added
.github/to.npmignore#747v16.1.3Compare Source
Removed
browserkeys forpath,os, andcryptoin package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills forpath,os, andcrypto. node-polyfill-webpack-plugin provides these.v16.1.2Compare Source
Changed
_configDotenvasconfigDotenv. #744v16.1.1Compare Source
Added
decryptfunctionChanged
{crypto: false}inpackageJson.browserv16.1.0Compare Source
Added
populateconvenience method #733npm fundcommand.env.vaultsupport. 🎉 (#730)ℹ️
.env.vaultextends the.envfile format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read moreChanged
v16.0.3Compare Source
Changed
v16.0.2Compare Source
Added
env-options.jsandcli-options.jsin package.json for use with downstream dotenv-expand moduleConfiguration
📅 Schedule: (in timezone CET)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.