Update dependency dotenv to v16.6.1 - #888
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 17, 2024 00:27
7d95b42 to
ec3fe62
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 24, 2024 03:56
ec3fe62 to
0d5849c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
March 30, 2024 00:07
0d5849c to
8518c75
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
April 6, 2024 02:04
8518c75 to
3c4ace8
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
April 13, 2024 02:06
3c4ace8 to
b4c883f
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
April 20, 2024 01:04
b4c883f to
a880f47
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 4, 2024 02:33
a880f47 to
f4b94e4
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 11, 2024 01:51
f4b94e4 to
9bdb34e
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 18, 2024 03:03
9bdb34e to
b37e091
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
May 25, 2024 00:47
b37e091 to
4a50795
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 8, 2024 01:12
4a50795 to
a2acd9f
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 22, 2024 02:43
a2acd9f to
21e2ec0
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 29, 2024 00:40
21e2ec0 to
3a9c54a
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
January 18, 2025 01:28
06f4d97 to
db34671
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
January 25, 2025 01:47
db34671 to
a45fbbe
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 1, 2025 01:02
a45fbbe to
5c2aced
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 9, 2025 09:04
5c2aced to
df665bf
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
February 22, 2025 01:36
df665bf to
c3b5a52
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
April 5, 2025 02:30
c3b5a52 to
090259c
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
April 12, 2025 01:45
090259c to
94996f1
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
June 28, 2025 01:30
94996f1 to
1ad59d2
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
July 12, 2025 03:23
1ad59d2 to
4924bd3
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
July 26, 2025 01:59
4924bd3 to
4d74b48
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
August 16, 2025 00:28
4d74b48 to
bcb4cae
Compare
renovate
Bot
force-pushed
the
renovate/dotenv-16.x-lockfile
branch
from
September 13, 2025 23:45
bcb4cae to
6ec4c07
Compare
| }, | ||
| "funding": { | ||
| "url": "https://github.com/motdotla/dotenv?sponsor=1" | ||
| "url": "https://dotenvx.com" |
There was a problem hiding this comment.
The funding URL has changed from the GitHub sponsor page to dotenvx.com. This is likely the maintainer's new commercial offering. While this doesn't affect functionality, it's worth noting that future donations/sponsorship will go to a different destination.
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.4.1→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.comConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.