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

fix(deps): update dependency @dotenvx/dotenvx to ^1.19.0 #2206

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dotenvx/dotenvx ^1.17.0 -> ^1.19.0 age adoption passing confidence

Release Notes

dotenvx/dotenvx (@​dotenvx/dotenvx)

v1.19.0

Compare Source

Added
  • support key glob filtering for encrypt and decrypt. example: dotenvx encrypt -ek "NEXT_PUBLIC_*" (#​397)

v1.18.1

Compare Source

Added
  • escape user inputted regex groupings like $1 or $2. (#​396)

v1.18.0

Compare Source

Added
  • set and encrypt preserve leading spaces (#​395)
     HELLO=world
Changed
  • improve escape and quote handling for set, encrypt, and decrypt (#​395)
  • 🐞 fix encrypt, then decrypt, then encrypt on a json value (#​377)

Note: the underlying replace engine to support these changes now wraps your values in single quotes. the prior replace engine wrapped in double quotes.

So where your .env used to look like this with double quotes:

HELLO="encrypted:1234"
API_KEY="encrypted:5678"

It will now begin looking like this with single quotes:

HELLO='encrypted:1234'
API_KEY='encrypted:5678'

It's an aesthetic side effect only. Your values will continue to be decrypted and encrypted correctly.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 11, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot enabled auto-merge October 11, 2024 22:49
@renovate renovate bot added this pull request to the merge queue Oct 11, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@dotenvx/dotenvx@1.19.0 Transitive: environment, filesystem, shell +18 3.75 MB motdotenv, motdotla
npm/jsdoc@4.0.3 Transitive: environment, eval, filesystem, unsafe +23 10.6 MB hegemonic
npm/lint-staged@15.2.10 Transitive: environment, filesystem, shell +25 1.14 MB okonet
npm/moment@2.30.1 None 0 4.35 MB ichernev

🚮 Removed packages: npm/@dotenvx/dotenvx@1.17.0, npm/pino-pretty@11.2.2, npm/pino@9.4.0

View full report↗︎

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.23%. Comparing base (1a96090) to head (bc6744f).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##              dev    #2206    +/-   ##
========================================
  Coverage   26.23%   26.23%            
========================================
  Files         230      230            
  Lines       11691    11691            
  Branches      418      299   -119     
========================================
  Hits         3067     3067            
  Misses       8624     8624            
Flag Coverage Δ
cli 59.32% <ø> (ø)
database 23.71% <ø> (ø)
gateway 9.48% <ø> (ø)
lobby 6.75% <ø> (ø)
login 5.89% <ø> (ø)
mcots 9.00% <ø> (ø)
nps 5.76% <ø> (ø)
patch 71.42% <ø> (ø)
persona 16.89% <ø> (ø)
sessions 85.71% <ø> (ø)
shard 43.31% <ø> (ø)
shared 13.99% <ø> (ø)
shared-packets 52.32% <ø> (ø)
transactions 57.95% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

deepsource-io bot commented Oct 11, 2024

Here's the code health analysis summary for commits 1a96090..bc6744f. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

sonarcloud bot commented Oct 11, 2024

Merged via the queue into dev with commit c3cc8ad Oct 11, 2024
14 checks passed
@renovate renovate bot deleted the renovate/dotenvx-dotenvx-1.x branch October 11, 2024 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants