-
Notifications
You must be signed in to change notification settings - Fork 33
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
fix(deps): update dependency dotenv to v16 #356
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/dotenv-16.x
base: master
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.
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
May 4, 2023 17:17
42234e0
to
c640c3e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #356 +/- ##
=============================
=============================
☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
7 times, most recently
from
May 5, 2023 10:44
19fd3a8
to
5b2bdec
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
16 times, most recently
from
May 31, 2023 20:17
9428278
to
eb0f761
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
5 times, most recently
from
June 8, 2023 20:17
8537da4
to
62ddcd8
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
April 19, 2024 17:31
a57fb41
to
88ba6fc
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
May 15, 2024 13:29
88ba6fc
to
a17507e
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
7 times, most recently
from
June 17, 2024 15:02
0e0a93e
to
c427824
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
June 21, 2024 13:07
c427824
to
68da2da
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
July 10, 2024 22:27
68da2da
to
87792dd
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
6 times, most recently
from
July 23, 2024 21:09
f4b7eaf
to
361aa9c
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
2 times, most recently
from
August 13, 2024 21:24
b5c1781
to
7ff2f61
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
2 times, most recently
from
September 6, 2024 18:15
cad9f1a
to
b493c2c
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
4 times, most recently
from
September 19, 2024 22:04
cd1c232
to
ddaf524
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
September 25, 2024 17:45
ddaf524
to
4ce8b42
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
October 31, 2024 20:04
4ce8b42
to
4d45609
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
November 8, 2024 17:13
4d45609
to
bf23b1c
Compare
renovate
bot
force-pushed
the
renovate/dotenv-16.x
branch
from
November 18, 2024 17:47
bf23b1c
to
1515489
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:
8.6.0
->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 modulev16.0.1
Compare Source
Changed
v16.0.0
Compare Source
Added
If you had values containing the backtick character, please quote those values with either single or double quotes.
v15.0.1
Compare Source
Changed
v15.0.0
Compare Source
v15.0.0
is a major new release with some important breaking changes.Added
Changed
#
marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your.env
files to wrap in quotes any values containing#
. For example:SECRET_HASH="something-with-a-#-hash"
)...Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your
.env
files in sync between machines, environments, or team members.Removed
v14.3.2
Compare Source
Changed
#
🐞 (#603)v14.3.1
Compare Source
Changed
v14.3.0
Compare Source
Added
multiline
option 🎉 (#486)v14.2.0
Compare Source
Added
dotenv_config_override
cli optionDOTENV_CONFIG_OVERRIDE
command line env optionv14.1.1
Compare Source
Added
v14.1.0
Compare Source
Added
override
option 🎉 (#595)v14.0.1
Compare Source
Added
.env
file (#594)v14.0.0
Compare Source
Added
v13.0.1
Compare Source
Changed
v13.0.0
Compare Source
Added
config.js
(#539)v12.0.4
Compare Source
Changed
v12.0.3
Compare Source
Changed
v12.0.2
Compare Source
Changed
v12.0.1
Compare Source
Changed
v12.0.0
Compare Source
Removed
Changed
v11.0.0
Compare Source
Changed
v10.0.0
Compare Source
Added
v9.0.2
Compare Source
Changed
v9.0.1
Compare Source
Changed
v9.0.0
Compare 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 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.