This repository was archived by the owner on Jan 15, 2025. It is now read-only.
Update dependency dotenv to v16.4.7 - #62
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 30, 2023 18:03
9fdb731 to
586bb8d
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 03:01
586bb8d to
09bdec3
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 17:12
09bdec3 to
b6699c4
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 20:50
b6699c4 to
56691cd
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 4, 2023 17:30
56691cd to
ff21293
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 13, 2023 14:39
ff21293 to
877647e
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 16, 2023 08:29
877647e to
72b6c92
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 16, 2023 18:30
72b6c92 to
e5be019
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 17, 2023 18:23
e5be019 to
881a31c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
August 9, 2023 12:23
881a31c to
520efa8
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
January 19, 2024 20:04
520efa8 to
ef4f1ff
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
January 23, 2024 21:49
ef4f1ff to
8d59129
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
January 24, 2024 18:57
8d59129 to
94350e2
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 10, 2024 20:04
94350e2 to
8a16ba7
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 12, 2024 21:24
8a16ba7 to
3e97655
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 13, 2024 19:04
3e97655 to
249f2db
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 20, 2024 04:20
249f2db to
96872dc
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 4, 2024 11:33
96872dc to
f044a9b
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
December 3, 2024 02:13
f044a9b to
509dd91
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
December 3, 2024 19:55
509dd91 to
2d1f7ef
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.0->16.4.716.0.3->16.4.7Release Notes
motdotla/dotenv (dotenv)
v16.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
options.path#805v16.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 modulev16.0.1Compare Source
Changed
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.