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): update dependency dotenv-flow to v4 #539

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv-flow ^3.2.0 -> ^4.0.0 age adoption passing confidence

Release Notes

kerimdzhanov/dotenv-flow (dotenv-flow)

v4.1.0

Compare Source

Features

4.0.1 (2023-11-06)

Bug Fixes
  • dotenv-flow:preload: add node resolver for exports:./config field, fixes #​81 (#​82) (74b211b)

v4.0.1

Compare Source

Bug Fixes
  • dotenv-flow:preload: add node resolver for exports:./config field, fixes #​81 (#​82) (74b211b)

v4.0.0

Compare Source

Features
  • dotenv-flow: add options.pattern for customizing .env* files' naming convention, closes #​8 (#​71) (f77c553)
  • dotenv-flow: add debug messaging and errors warning (#​76) (7656b50)
  • dotenv-flow: add type definitions (#​77) (be94089)
  • dotenv-flow: return error if none of the .env* files is found (#​70) (80ff430), closes #​41
  • dotenv-flow: rework .listFiles to return only existing files + their full paths (#​75) (b1b0497)
  • dotenv: upgrade dotenv to v16.0.0 (#​54) (778938c)
BREAKING CHANGES
  • dotenv-flow: New type definitions do replace the @types/dotenv-flow package but might be conflicting.
    The recommendation is to remove @types/dotenv-flow from dependencies if using dotenv-flow v4 or above.
  • dotenv-flow: Deprecated options.cwd has been removed, use options.path instead (#​72) (3b3956c).
  • dotenv-flow: The .config() method now returns an error if none of the appropriate .env* files is found (#​70) (80ff430).
  • dotenv-flow: The exposed internal API method .listDotenvFiles(dirname, options) is replaced with .listFiles(options).
    The new method receives optional options.path, options.node_env, and options.pattern and returns a list of existing .env* files.
  • dotenv: Dropped Node.js versions support prior to v12.
  • dotenv: Added multiline values, inline comments, and backticks support.
    Please check the contents of your .env* files and make sure that
    all the # and backtick symbols are properly quoted if they are part of the value.

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 19.62%. Comparing base (8c7483d) to head (2d738b4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #539   +/-   ##
=======================================
  Coverage   19.62%   19.62%           
=======================================
  Files          95       95           
  Lines        3439     3439           
  Branches      591      601   +10     
=======================================
  Hits          675      675           
  Misses       2763     2763           
  Partials        1        1           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant