dependabot npm(deps): bump dotenv from 10.0.0 to 15.0.0
Bumps dotenv from 10.0.0 to 15.0.0.
Changelog
Sourced from dotenv's changelog.
15.0.0 (2022-01-31)
v15.0.0
is 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.env
files 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
.env
files 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.)
14.3.2 (2022-01-25)
Changed
- Preserve backwards compatibility on values containing
#
🐞 (#603)14.3.1 (2022-01-25)
Changed
- Preserve backwards compatibility on exports by re-introducing the prior in-place exports
🐞 (#606)14.3.0 (2022-01-24)
Added
- Add
multiline
option🎉 (#486)14.2.0 (2022-01-17)
Added
- Add
dotenv_config_override
cli option- Add
DOTENV_CONFIG_OVERRIDE
command line env option14.1.1 (2022-01-17)
Added
- Add React gotcha to FAQ on README
14.1.0 (2022-01-17)
... (truncated)
Commits
-
4b7a130
Update CHANGELOG -
155c285
Remove multiline options from documentation -
ab38cf2
Merge branch 'master' of github.com:motdotla/dotenv -
1fa0581
Remove multiline from env and cli options -
d0fbd37
Merge pull request #609 from Josh-Cena/docs-react -
1412693
docs: improve explanation about environment in React -
55b649a
Correct date of release of v15.0.0 -
be18c38
Update CHANGELOG -
953702a
Merge pull request #608 from motdotla/branch-15 -
a487795
Update main example to use quotes - Additional commits viewable in compare view