fix(deps): update dependency @dotenvx/dotenvx to v2 - #7139
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovate
Bot
force-pushed
the
renovate/dotenvx-dotenvx-2.x
branch
10 times, most recently
from
September 8, 2026 16:28
fafb74b to
7ee5500
Compare
renovate
Bot
force-pushed
the
renovate/dotenvx-dotenvx-2.x
branch
10 times, most recently
from
September 9, 2026 15:25
4a1583f to
0bf02ab
Compare
renovate
Bot
force-pushed
the
renovate/dotenvx-dotenvx-2.x
branch
5 times, most recently
from
September 9, 2026 23:10
86aa671 to
e4fe5a6
Compare
renovate
Bot
force-pushed
the
renovate/dotenvx-dotenvx-2.x
branch
10 times, most recently
from
September 10, 2026 21:08
1c8b0d0 to
b25c4c5
Compare
renovate
Bot
force-pushed
the
renovate/dotenvx-dotenvx-2.x
branch
from
September 10, 2026 21:11
b25c4c5 to
eb933e3
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 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:
^1.51.1→^2.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dotenvx/dotenvx (@dotenvx/dotenvx)
v2.23.0Compare Source
Added
-fand theconfig({ path })option. Example:dotenvx run -f .env.local,.env -- node index.jsDOTENV_PATH(orDOTENV_F) to support the same. Example:DOTENV_PATH=.env.local,.envChanged
DOTENV_CONFIG_*variables toDOTENV_CONVENTION,DOTENV_IGNORE, andDOTENV_QUIET, while retaining their existingDOTENV_CONFIG_*names as fallbacksv2.22.0Compare Source
Added
Changed
~/.local/binwhen/usr/local/binis not writable (#955)v2.21.0Compare Source
Added
dotenvx encanddotenvx decshorthands for encrypt and decrypt (#943)dxalias for shorterdx run --,dx enc, etc (#944)Changed
path(#942)v2.20.1Compare Source
Changed
ext precommit(#936)v2.20.0Compare Source
Added
dotenvx delcommand for deleting a key from a .env file (#939)Changed
.env.vaultfromprecommit/prebuildsealed checks (vault-format ciphertext is already safe to commit)v2.19.2Compare Source
see CHANGELOG
v2.19.1Compare Source
Changed
v2.19.0Compare Source
Added
dotenvx armor opento open armored key details in browser (#930)v2.18.1Compare Source
encrypted:value (#927)v2.18.0Compare Source
Added
dotenvx curl. Allows you to control your Dotenvx Armor account directly from your agent inside Codex, Claude, etc. (#923)v2.17.4Compare Source
Changed
v2.17.3Compare Source
Changed
.env.examplein subdirectories from precommit (#920)v2.17.2Compare Source
Added
DOTENV_CONFIG_IGNOREglobal convenience (#919)v2.17.1Compare Source
Changed
ctrl + cbetter (#916)v2.17.0Compare Source
Added
bw://secrets in your .env files. (#915)v2.16.1Compare Source
Changed
v2.16.0Compare Source
Added
-ekand-iktodotenvx get(#913)v2.15.1Compare Source
Changed
v2.15.0Compare Source
Added
op://secrets in your .env files. (#908)v2.14.0Compare Source
Added
dotenvx run --validatefor simple env validation against your.env.example(#906)dotenvx validatefor a pre-check of validation against your.env.examplefile (#906)v2.13.0Compare Source
Added
get --eval-exportflag (#904)Changed
get --evalposix safe (#904)v2.12.0Compare Source
Changed
'Let\'s go'now correctly escapes toLet's go(#903)v2.11.3Compare Source
Changed
v2.11.2Compare Source
Changed
v2.11.1Compare Source
Changed
_PLAIN(460862)dotenvx run -- claudeanddotenvx run -- codex(#900)HELLO="World"(#899)v2.11.0Compare Source
Added
dotenvx update(#897)Changed
injected envto stderr instead of stdout. This makes it more reliable to do things like piping output to a file without needing--quiet. (#898)v2.10.0Compare Source
Added
run --redactto keep secrets out of command output. (#894)v2.9.0Compare Source
Changed
lsfrom@dotenvx/dotenvxis now async/await. (#893)v2.8.0Compare Source
Added
FILE_NOT_WRITABLEerror for user convenience (#891)v2.7.3Compare Source
Changed
--quietshould not display the spinner and its stderr messages (#889)v2.7.2Compare Source
Added
dotenvx armor statuscommand.v2.7.1Compare Source
Changed
dotenvx armor loginattempts to set theDOTENVX_ARMOR_TOKENin your native OS secret store going forward. For current Armor users rundotenvx armor logoutand thendotenvx armor loginto make use of this immediately. (#886)v2.7.0Compare Source
Added
--maskonget, run, decrypt(#885)v2.6.0Compare Source
Added
native up|down|pull|pushfor windows (#884)v2.5.0Compare Source
Added
native up|down|pull|pushfor windows (#883)v2.4.1Compare Source
Added
config(path:)as a directory likeapp/web. Useful for monorepos (#882)v2.4.0Compare Source
Added
-fkflags for select commands (#880)-f ../..directories (#881)v2.3.4Compare Source
Removed
@dotenvx/tooling(#879)v2.3.3Compare Source
Removed
dotenvandcommanderfor@dotenvx/tooling(#878)v2.3.2Compare Source
Changed
set(#877)v2.3.1Compare Source
Changed
v2.3.0Compare Source
Added
lock upandlock downcommands for password protecting private keys (#875)Changed
keychaincommands tonativeto make way for windows and linux. (#875)Removed
--no-ops. Use--no-armor. (#875)v2.2.2Compare Source
Changed
loginandlogoutunder armor (#874)v2.2.1Compare Source
Changed
genexampleto top level commands (#873)v2.2.0Compare Source
Added
dotenvx keychain up|downto move your private keys to your macOS Keychain (#872)v2.1.5Compare Source
Changed
precommitandprebuildrespect_PLAIN(#871)v2.1.4Compare Source
Added
DOTENV_CONFIG_CONVENTION=nextjs(#869)v2.1.3Compare Source
Changed
-fand--envflag (#868)v2.1.2Compare Source
Changed
.env.keys(#676, #867)v2.1.1Compare Source
Changed
DOTENV_CONFIG_QUIET=trueas synonym for--quietflag (#866)v2.1.0Compare Source
Added
set(#862)_PLAINsuffixed keys unencrypted duringsetandencrypt(#862)Changed
getwhen decryption errors are reported (#862)Fixed
.env.localfilesv2.0.0Compare Source
Changed
setasync only (#855)getasync only (#855)run,config, andgetthrough shared env and keypair resolvers backed by@dotenvx/primitives(#855)set,encrypt, anddecryptthrough shared transforms that operate on primitive scan, parse, encrypt, and upsert results (#855)parseto use primitive parsing while preserving dotenvx-style encrypted value errors (#855)Removed
rotatecommand (it will return in 2.1 or 2.2 soon with a more complete implementation for local and armored keys) (#855)doctor,keypair, andgenexampleexports fromlib/main(#855)Configuration
📅 Schedule: (UTC)
🚦 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.