This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
dotenv | ^10.0.0 -> ^15.0.0 |
v15.0.0
v15.0.0
is a major new release with some important breaking changes.
#
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.
v14.3.2
#
v14.3.1
v14.3.0
multiline
option v14.2.0
dotenv_config_override
cli optionDOTENV_CONFIG_OVERRIDE
command line env optionv14.1.1
v14.1.0
override
option v14.0.1
.env
file (#594)v14.0.0
v13.0.1
v13.0.0
config.js
(#539)v12.0.4
v12.0.3
v12.0.2
v12.0.1
v12.0.0
v11.0.0