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

Bump dotenv-flow from 3.2.0 to 4.1.0 #37

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps dotenv-flow from 3.2.0 to 4.1.0.

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

v4.0.1

🐛 Bug Fixes

📃 Full Changelog

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

v4.0.0

✨ New Features

💥 BREAKING CHANGES

  • "In package" type definitions (.d.ts files) replace the "Definitely Typed" @types/dotenv-flow package but might be conflicting. If you have @types/dotenv-flow typings package in your package.json dependencies, please make sure to remove it once you upgrade dotenv-flow to v4 or above.
  • .config() method is now returning an .error if none of the appropriate .env* files is present (PR: kerimdzhanov/dotenv-flow#70).
  • Previously deprecated options.cwd has been removed, please use options.path instead (PR: kerimdzhanov/dotenv-flow#72).
  • The exposed internal API method .listDotenvFiles(dirname, options) has been replaced with .listFiles(options). If you're using the method, please replace it with the new one. It receives optional options.path, options.node_env, and options.pattern and returns a list of existing .env* files (PR: kerimdzhanov/dotenv-flow#75).
  • Updating dotenv brings 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.
  • Dropped Node.js versions support prior to v12.

👏 New Contributors

📃 Full Changelog

kerimdzhanov/dotenv-flow@v3.3.0...v4.0.0

v4.0.0-rc.3

✨ New Features

💥 BREAKING CHANGES

  • "In package" type definitions (.d.ts files) replace the "Definitely Typed" @types/dotenv-flow package but might be conflicting. If you have @types/dotenv-flow typings package in your package.json dependencies, please make sure to remove it once you upgrade dotenv-flow to v4 or above.
  • .config() method is now returning an .error if none of the appropriate .env* files is present (PR: kerimdzhanov/dotenv-flow#70).
  • Previously deprecated options.cwd has been removed, please use options.path instead (PR: kerimdzhanov/dotenv-flow#72).

... (truncated)

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
  • 7f07cf3 chore(release): v4.1.0
  • 6a47b2c feat(dotenv-flow): implement options.files, closes #83 (#87)
  • 9dd5a8c chore(release): v4.0.1
  • 74b211b fix(dotenv-flow:reload): add node resolver for exports:./config field, fi...
  • 074bbb2 chore(release): v4.0.0
  • 610a35d chore(deps): bump get-func-name from 2.0.0 to 2.0.2 (#80)
  • cf73744 chore(release): v4.0.0-rc.3
  • a0dce78 feat(dotenv-flow:api): expose DEFAULT_PATTERN
  • 2b38fcd refactor(typings): squash parse, load, and unload methods' signatures
  • 3cb74fc chore(ci/cd): fix "npm pre-release publish" step
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [dotenv-flow](https://github.com/kerimdzhanov/dotenv-flow) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/kerimdzhanov/dotenv-flow/releases)
- [Changelog](https://github.com/kerimdzhanov/dotenv-flow/blob/master/CHANGELOG.md)
- [Commits](kerimdzhanov/dotenv-flow@v3.2.0...v4.1.0)

---
updated-dependencies:
- dependency-name: dotenv-flow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
@dependabot dependabot bot requested a review from Romakita January 1, 2024 03:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant