Skip to content
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

chore(deps): bump @dotenvx/dotenvx from 1.34.0 to 1.38.3 #781

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps @dotenvx/dotenvx from 1.34.0 to 1.38.3.

Release notes

Sourced from @​dotenvx/dotenvx's releases.

v1.38.3

see CHANGELOG

v1.38.2

see CHANGELOG

v1.38.1

see CHANGELOG

v1.38.0

see CHANGELOG

v1.37.0

see CHANGELOG

v1.36.0

see CHANGELOG

v1.35.0

see CHANGELOG

Changelog

Sourced from @​dotenvx/dotenvx's changelog.

1.38.3

Changed

  • 🐞 Fix self-referencing expansion when key exists already in process.env (#536)

1.38.2

Added

  • Add typescript types for main.get.

1.38.1

Changed

  • Support encrypt when mutliline contains windows CRLF (\r\n) (#534)

Note: dotenvx will convert these \r\n newlines to \n. Our recommendation is to stop using CRLF - its origin is from typewriter days. Instead, set your editor or gitattributes to use LF.

1.38.0

Changed

  • Command substitution failures no longer halt further processing of keys in a .env file (#533)
  • A more helpful error is raised if a command substitution failure occurs (#533)

1.37.0

Added

  • add dotenvx rotate command 🎉 (#530)

also: our whitepaper is released as a draft.

1.36.0

Changed

  • --strict flag respects (doesn't throw) anything in --ignore flag (#527)

1.35.0

Added

  • npx dotenvx precommit support as a convenience (#523)
  • main.get method (#524)

The addition of main.get facilitates what we term Decryption at Access, a concept explored in greater detail in our whitepaper.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) from 1.34.0 to 1.38.3.
- [Release notes](https://github.com/dotenvx/dotenvx/releases)
- [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md)
- [Commits](dotenvx/dotenvx@v1.34.0...v1.38.3)

---
updated-dependencies:
- dependency-name: "@dotenvx/dotenvx"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 1, 2025
@DeviaVir DeviaVir merged commit 4a888df into master Mar 1, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dotenvx/dotenvx-1.38.3 branch March 1, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant