Neos.js
Neos.js copied to clipboard
Bump dotenv from 10.0.0 to 15.0.1
Bumps dotenv from 10.0.0 to 15.0.1.
Changelog
Sourced from dotenv's changelog.
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.)
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
multilineoption 🎉 (#486)14.2.0 (2022-01-17)
Added
- Add
dotenv_config_overridecli option- Add
DOTENV_CONFIG_OVERRIDEcommand line env option14.1.1 (2022-01-17)
... (truncated)
Commits
d6184e5Merge pull request #614 from motdotla/empty-single-quotes298e989v15.0.186a96a8Add test for empty single or double quotes value4b7a130Update CHANGELOG155c285Remove multiline options from documentationab38cf2Merge branch 'master' of github.com:motdotla/dotenv1fa0581Remove multiline from env and cli optionsd0fbd37Merge pull request #609 from Josh-Cena/docs-react1412693docs: improve explanation about environment in React55b649aCorrect date of release of v15.0.0- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)