Bump dotenv from 4.0.0 to 16.0.3
Bumps dotenv from 4.0.0 to 16.0.3.
Changelog
Sourced from dotenv's changelog.
16.0.3 (2022-09-29)
Changed
- Added library version to debug logs (#682)
16.0.2 (2022-08-30)
Added
- Export
env-options.jsandcli-options.jsin package.json for use with downstream dotenv-expand module16.0.1 (2022-05-10)
Changed
- Minor README clarifications
- Development ONLY: updated devDependencies as recommended for development only security risks (#658)
16.0.0 (2022-02-02)
Added
- Breaking: Backtick support 🎉 (#615)
If you had values containing the backtick character, please quote those values with either single or double quotes.
15.0.1 (2022-02-02)
Changed
- Properly parse empty single or double quoted values 🐞 (#614)
15.0.0 (2022-01-31)
v15.0.0is a major new release with some important breaking changes.Added
- Breaking: Multiline parsing support (just works. no need for the flag.)
Changed
- Breaking:
#marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your.envfiles to wrap in quotes any values containing#. For example:SECRET_HASH="something-with-a-#-hash")...Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your
.envfiles in sync between machines, environments, or team members.Removed
- Breaking: Remove multiline option (just works out of the box now. no need for the flag.)
... (truncated)
Commits
560df15v16.0.3b56599cUpdate CHANGELOG7ccc595Merge pull request #682 from motdotla/version-in-logdd9700dRemove info log as it currently effects preload options7ba1c1cIntroduce improved logging detailca68067Update READMEd905daaUpdate README40e7544Update README1e4c69fUpdate READMEb2a3164Merge pull request #672 from elliotwaite/patch-1- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Contributors
Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
-
@Commit-Lint merge patchwill merge dependabot PR on "patch" versions (X.X.Y - Y change) -
@Commit-Lint merge minorwill merge dependabot PR on "minor" versions (X.Y.Y - Y change) -
@Commit-Lint merge majorwill merge dependabot PR on "major" versions (Y.Y.Y - Y change) -
@Commit-Lint merge disablewill desactivate merge dependabot PR -
@Commit-Lint reviewwill approve dependabot PR -
@Commit-Lint stop reviewwill stop approve dependabot PR
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.