Skip to content

build(deps): update dotenv-flow requirement from ^3.6.0 to ^4.1.0 - #109

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dotenv-flow-tw-4.1.0
Open

build(deps): update dotenv-flow requirement from ^3.6.0 to ^4.1.0#109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dotenv-flow-tw-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on dotenv-flow to permit the latest version.

Release notes

Sourced from dotenv-flow's releases.

v4.1.0

✨ New Features

  • options.files is a new configuration option that allows explicitly specifying a list (and the order) of .env* files to load (PR: kerimdzhanov/dotenv-flow#87).

📃 Full Changelog

kerimdzhanov/dotenv-flow@v4.0.1...v4.1.0

Changelog

Sourced from dotenv-flow's changelog.

4.1.0 (2023-12-26)

Features

  • dotenv-flow: implement options.files, closes #83 (#87) (6a47b2c)

4.0.1 (2023-11-06)

Bug Fixes

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

4.0.0 (2023-09-28)

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.

4.0.0-rc.3 (2023-09-26)

Features

... (truncated)

Commits

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 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)

Updates the requirements on [dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow) to permit the latest version.
- [Release notes](https://github.com/kerimdzhanov/dotenv-flow/releases)
- [Changelog](https://github.com/kerimdzhanov/dotenv-flow/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kerimdzhanov/dotenv-flow/commits/v4.1.0)

---
updated-dependencies:
- dependency-name: dotenv-flow
  dependency-version: 4.1.0
  dependency-type: direct:production
...

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 Aug 11, 2026
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