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 dotenv to v16.4.5 #611

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv 16.3.2 -> 16.4.5 age adoption passing confidence

Release Notes

motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

Configuration

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

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


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

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

@Keith-CY
Copy link
Member

How about pushing users to use node@20, the LTS one, which supports .env natively

Ref: https://nodejs.org/en/blog/release/v20.6.0

@yanguoyu
Copy link
Contributor

How about pushing users to use node@20, the LTS one, which supports .env natively

Ref: https://nodejs.org/en/blog/release/v20.6.0

It will be better than depending on the third lib.

@renovate renovate bot changed the title fix(deps): update dependency dotenv to v16.4.0 fix(deps): update dependency dotenv to v16.4.1 Jan 24, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7ff4e39) 61.54% compared to head (66ed7ba) 61.54%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #611   +/-   ##
========================================
  Coverage    61.54%   61.54%           
========================================
  Files           94       94           
  Lines         3178     3178           
  Branches       722      722           
========================================
  Hits          1956     1956           
  Misses        1099     1099           
  Partials       123      123           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7ff4e39...66ed7ba. Read the comment docs.

@Keith-CY Keith-CY marked this pull request as draft January 30, 2024 02:58
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch 4 times, most recently from 75877fd to c524fd2 Compare February 1, 2024 04:04
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch 6 times, most recently from c0b7135 to 614ca87 Compare February 4, 2024 07:41
@renovate renovate bot changed the title fix(deps): update dependency dotenv to v16.4.1 fix(deps): update dependency dotenv to v16.4.2 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/dotenv-16.x branch 2 times, most recently from 591c69b to 62a2f69 Compare February 12, 2024 21:18
@renovate renovate bot changed the title fix(deps): update dependency dotenv to v16.4.2 fix(deps): update dependency dotenv to v16.4.3 Feb 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency dotenv to v16.4.3 fix(deps): update dependency dotenv to v16.4.4 Feb 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency dotenv to v16.4.4 fix(deps): update dependency dotenv to v16.4.5 Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants