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 #5183

Merged
merged 1 commit into from
May 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotenv-flow 3.3.0 -> 4.1.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 - "before 4am on Monday" in timezone Europe/London, 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 this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@webteam-app
Copy link

Demo starting at https://maas-ui-5183.demos.haus

@renovate renovate bot force-pushed the renovate/dotenv-flow-4.x branch from 746dc45 to d88cbd7 Compare May 6, 2024 15:09
@petermakowski petermakowski merged commit 99cac1a into main May 10, 2024
8 checks passed
@renovate renovate bot deleted the renovate/dotenv-flow-4.x branch May 10, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants