Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

chore(deps-dev): bump dotenv-flow from 3.3.0 to 4.0.0 #381

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Bumps dotenv-flow from 3.3.0 to 4.0.0.

Release notes

Sourced from dotenv-flow's releases.

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

🏗️ Release Candidate 2 Updates

  • fix(dotenv-flow): mark typings' files as "publishing to npm

🏗️ Release Candidate 3 Updates

  • feat(dotenv-flow): expose DEFAULT_PATTERN

New Contributors

Full Changelog

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

... (truncated)

Changelog

Sourced from dotenv-flow's changelog.

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

  • dotenv-flow:api: expose DEFAULT_PATTERN (a0dce78)

4.0.0-rc.2 (2023-09-21)

Bug Fixes

  • dotenv-flow: mark typings' files as "publishing to npm" (7092f3f)

4.0.0-rc.1 (2023-09-20)

Features

... (truncated)

Commits
  • 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
  • bd7ae97 chore(release): v4.0.0-rc.2
  • d9ed897 chore(ci/cd): add separate "npm pre-release publish" step
  • 7092f3f fix(dotenv-flow): mark typings' files as "publishing to npm"
  • 2874136 chore(release): v4.0.0-rc.1
  • 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.3.0 to 4.0.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.3.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 19, 2023 13:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 19, 2023
@dependabot dependabot bot temporarily deployed to ESS PodSpaces October 19, 2023 13:53 Inactive
@dependabot dependabot bot temporarily deployed to ESS Dev-Next October 19, 2023 13:53 Inactive
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2023

Superseded by #393.

@dependabot dependabot bot closed this Nov 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dotenv-flow-4.0.0 branch November 7, 2023 10:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

0 participants