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-dev): bump @dotenvx/dotenvx from 0.37.1 to 0.44.0 #423

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps @dotenvx/dotenvx from 0.37.1 to 0.44.0.

Release notes

Sourced from @​dotenvx/dotenvx's releases.

v0.44.0

see CHANGELOG

v0.43.2

see CHANGELOG

v0.43.1

see CHANGELOG

v0.43.0

see CHANGELOG

v0.42.0

see CHANGELOG

v0.41.0

see CHANGELOG

v0.40.0

see CHANGELOG

v0.39.0

see CHANGELOG

v0.38.0

see CHANGELOG

Changelog

Sourced from @​dotenvx/dotenvx's changelog.

0.44.0

Added

  • Added options.debug, options.verbose, options.quiet, and options.logLevel to .config() (#233)

0.43.2

Changed

  • Patch replace when replacing double, single, or backticked quoted at anywhere in the .env file. (#232)

0.43.1

Changed

  • Improved replace function regex - to handle more edge case scenarios with replacing KEY/values (#227)

0.43.0

Added

  • Support require('@dotenvx/dotenvx').config() for DOTENV_PRIVATE_KEY decryption (#225)

0.42.0

Added

  • Added .env.vault deprecated warning when using DOTENV_KEY. Provide instructions to convert to encrypted .env files. (#224)

0.41.0

Added

  • Added vault convert command to list convert instructions for converting .env.vault to encrypted .env files (#222)
To convert your .env.vault file to encrypted .env file(s):

Run [dotenvx vault decrypt]
Run [ls -a .env*]

Lastly, convert each .env(.environment) file:

Run [dotenvx convert -f .env.production]

For example:
$ dotenvx convert -f .env
$ dotenvx convert -f .env.ci
</tr></table>

... (truncated)

Commits
  • 3554cad 0.44.0
  • 7812984 changelog 🪵
  • d30c38c Merge pull request #233 from EKarpinsky/feature/enable-quiet-mode-in-config-f...
  • 25a2d1c Refactor setLogLevel for readability, update tests
  • 8464dec Add condition check before setting log level
  • 17dd26a Refactor log level setting into separate utility function
  • be018fb Add test for quiet mode in config
  • 227cd0a Add 'quiet' log level handling in lib/main.js
  • ab1a6da 0.43.2
  • 50a70db Merge pull request #232 from dotenvx/fix-replace
  • Additional commits viewable in compare view

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 0.37.1 to 0.44.0.
- [Release notes](https://github.com/dotenvx/dotenvx/releases)
- [Changelog](https://github.com/dotenvx/dotenvx/blob/main/CHANGELOG.md)
- [Commits](dotenvx/dotenvx@v0.37.1...v0.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #425.

@dependabot dependabot bot closed this May 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dotenvx/dotenvx-0.44.0 branch May 27, 2024 20:53
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.

0 participants