fix(deps): update dependency @dotenvx/dotenvx to v2#641
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.75.1→^2.0.0Release Notes
dotenvx/dotenvx (@dotenvx/dotenvx)
v2.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 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.
Note
Low Risk
Dependency-only change with CLI usage unchanged; v2 breaking changes apply to programmatic APIs not used here. Lockfile churn may affect transitive builds but not app logic.
Overview
Bumps
@dotenvx/dotenvxfrom ^1.75.1 to ^2.0.0 in the rootpackage.jsonand refreshespnpm-lock.yaml(including@dotenvx/primitives1.7.0 and assorted transitive bumps such as Vue 3.5.39,@vueuse/core14.3.0, and OpenTelemetry alignment).There are no application source changes; env loading still goes through the existing
apply:envscript (dotenvx run -f .env -f .env.local ...), not the dotenvx programmatic API.dotenvx v2 introduces breaking library behavior (async-only
get/set, removedrotateand somelib/mainexports). That matters only if the repo later imports those APIs; the current CLI-based workflow is the typical upgrade path for this project.Reviewed by Cursor Bugbot for commit 1b0072e. Bugbot is set up for automated code reviews on this repo. Configure here.