chore(deps): update dependency dotenv to v16.6.1 - #115
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 02:48
e3f678a to
0f5fdb3
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 16:10
0f5fdb3 to
3ceadb1
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
3 times, most recently
from
June 3, 2023 06:36
e36ff03 to
f3901be
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
June 5, 2023 23:20
c48f80b to
fcbeea6
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 12, 2023 22:43
fcbeea6 to
321a4dd
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 16, 2023 09:01
321a4dd to
d187005
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
June 17, 2023 04:09
6a2d548 to
9a65f45
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
June 19, 2023 21:23
1b5029f to
505b80c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
6 times, most recently
from
July 3, 2023 22:12
674804f to
c665b61
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
July 4, 2023 19:02
c665b61 to
e7a069d
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
January 15, 2024 01:55
64437ec to
f8463a2
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
3 times, most recently
from
January 22, 2024 21:25
c06869e to
a2fa03c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
January 24, 2024 10:26
cd4f1c9 to
bd71d7a
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
4 times, most recently
from
January 31, 2024 04:13
5f3b265 to
ab45774
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
5 times, most recently
from
February 5, 2024 21:18
4e5a257 to
b9fee1e
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 9, 2024 00:39
b9fee1e to
906c055
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
February 12, 2024 22:44
84da06a to
50f6881
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 13, 2024 00:50
50f6881 to
56abeb8
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
5 times, most recently
from
February 20, 2024 06:53
c41539a to
f48ab75
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.3→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
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.