chore(deps): update dependency dotenv-flow to v4 #539
+10
−17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.2.0
->^4.0.0
Release Notes
kerimdzhanov/dotenv-flow (dotenv-flow)
v4.1.0
Compare Source
Features
options.files
, closes #83 (#87) (6a47b2c)4.0.1 (2023-11-06)
Bug Fixes
node
resolver forexports:./config
field, fixes #81 (#82) (74b211b)v4.0.1
Compare Source
Bug Fixes
node
resolver forexports:./config
field, fixes #81 (#82) (74b211b)v4.0.0
Compare Source
Features
options.pattern
for customizing.env*
files' naming convention, closes #8 (#71) (f77c553).env*
files is found (#70) (80ff430), closes #41.listFiles
to return only existing files + their full paths (#75) (b1b0497)BREAKING CHANGES
@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.options.cwd
has been removed, useoptions.path
instead (#72) (3b3956c)..config()
method now returns an error if none of the appropriate.env*
files is found (#70) (80ff430)..listDotenvFiles(dirname, options)
is replaced with.listFiles(options)
.The new method receives optional
options.path
,options.node_env
, andoptions.pattern
and returns a list of existing.env*
files.Please check the contents of your
.env*
files and make sure thatall 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.
This PR was generated by Mend Renovate. View the repository job log.