-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency dotenv to v16.4.5 #11
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dotenv-16.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
force-pushed
the
renovate/dotenv-16.x
branch
from
April 18, 2023 18:32
a030c5d
to
a1bcaee
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.0.3
Update dependency dotenv to v16.1.3
Jun 1, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 1, 2023 17:55
a1bcaee
to
bea9795
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.1.3
Update dependency dotenv to v16.1.4
Jun 5, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 5, 2023 05:52
bea9795
to
aa2b036
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
branch
from
June 16, 2023 05:59
aa2b036
to
7fc4bb6
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.2.0
Update dependency dotenv to v16.3.0
Jun 17, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 17, 2023 08:45
7fc4bb6
to
2d999de
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.3.0
Update dependency dotenv to v16.3.1
Jun 18, 2023
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 18, 2023 14:20
2d999de
to
8ec69c1
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.3.1
Update dependency dotenv to v16.3.2
Jan 20, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
January 20, 2024 17:45
8ec69c1
to
89be416
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.3.2
Update dependency dotenv to v16.4.1
Jan 25, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
January 25, 2024 05:16
89be416
to
03706e8
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 11, 2024 05:33
03706e8
to
bc05074
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.1
Update dependency dotenv to v16.4.2
Feb 11, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 13, 2024 02:04
bc05074
to
2b3ce2d
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.2
Update dependency dotenv to v16.4.3
Feb 13, 2024
renovate
bot
changed the title
Update dependency dotenv to v16.4.3
Update dependency dotenv to v16.4.4
Feb 14, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 14, 2024 02:18
2b3ce2d
to
978e38d
Compare
renovate
bot
changed the title
Update dependency dotenv to v16.4.4
Update dependency dotenv to v16.4.5
Feb 21, 2024
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
February 21, 2024 08:11
978e38d
to
918d8cd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.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
v16.0.3
Compare Source
Changed
v16.0.2
Compare Source
Added
env-options.js
andcli-options.js
in package.json for use with downstream dotenv-expand moduleConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.