This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This file contains 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
renovate
bot
changed the title
Update dependency dotenv to v16.1.0
Update dependency dotenv to v16.1.1
May 31, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 02:04
2a24006
to
5e0de13
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.1.1
Update dependency dotenv to v16.1.2
May 31, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 16:47
5e0de13
to
4c794cc
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.1.2
Update dependency dotenv to v16.1.3
May 31, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 31, 2023 19:10
4c794cc
to
5002556
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.1.3
Update dependency dotenv to v16.1.4
Jun 4, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 4, 2023 20:28
5002556
to
6c1f784
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.1.4
Update dependency dotenv to v16.2.0
Jun 16, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 16, 2023 06:30
6c1f784
to
8defe0c
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.2.0
Update dependency dotenv to v16.3.0
Jun 16, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 16, 2023 17:48
8defe0c
to
3d018a5
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.3.0
Update dependency dotenv to v16.3.1
Jun 17, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 17, 2023 19:26
3d018a5
to
f8fe572
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.3.1
Update dependency dotenv to v16.3.2
Jan 19, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
January 19, 2024 18:58
f8fe572
to
13cf646
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.3.2
Update dependency dotenv to v16.4.0
Jan 23, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
2 times, most recently
from
January 24, 2024 19:17
36b8ca6
to
45badfb
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.0
Update dependency dotenv to v16.4.1
Jan 24, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 10, 2024 21:19
45badfb
to
008bf8a
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.1
Update dependency dotenv to v16.4.2
Feb 10, 2024
renovate
bot
changed the title
Update dependency dotenv to v16.4.2
Update dependency dotenv to v16.4.3
Feb 12, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 12, 2024 21:25
008bf8a
to
c4b0ed2
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.3
Update dependency dotenv to v16.4.4
Feb 13, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 13, 2024 18:41
c4b0ed2
to
3b076d9
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 20, 2024 04:43
3b076d9
to
532cdc0
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.4
Update dependency dotenv to v16.4.5
Feb 20, 2024
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.3
->16.4.5
Release Notes
motdotla/dotenv (dotenv)
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814v16.4.4
Compare Source
Changed
?.
with old school&&
(fixing node 12 failures) #812v16.4.3
Compare Source
Changed
options.path
#805v16.4.2
Compare Source
Changed
dotenvx.com
v16.4.1
Compare Source
path
option #797v16.4.0
Compare Source
error.code
to error messages around.env.vault
decryption handling #795.env.vault
file when filename(s) passed as an array #784v16.3.2
Compare Source
Added
Changed
populate
#792v16.3.1
Compare Source
Added
processEnv
andDOTENV_KEY
options. #756v16.3.0
Compare Source
Added
DOTENV_KEY
to options rather than relying onprocess.env.DOTENV_KEY
. Defaults toprocess.env.DOTENV_KEY
#754v16.2.0
Compare Source
Added
process.env
. Defaults toprocess.env
. #753v16.1.4
Compare Source
Added
.github/
to.npmignore
#747v16.1.3
Compare Source
Removed
browser
keys forpath
,os
, andcrypto
in 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.2
Compare Source
Changed
_configDotenv
asconfigDotenv
. #744v16.1.1
Compare Source
Added
decrypt
functionChanged
{crypto: false}
inpackageJson.browser
v16.1.0
Compare Source
Added
populate
convenience method #733npm fund
command.env.vault
support. 🎉 (#730)ℹ️
.env.vault
extends the.env
file 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: 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.
This PR has been generated by Mend Renovate. View repository job log here.