Skip to content

dependabot npm(deps): bump dotenv from 10.0.0 to 14.3.2

Depen d'Abot requested to merge dependabot-npm_and_yarn-dotenv-14.3.2 into master

Bumps dotenv from 10.0.0 to 14.3.2.

Changelog

Sourced from dotenv's changelog.

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 option

14.1.1 (2022-01-17)

Added

  • Add React gotcha to FAQ on README

14.1.0 (2022-01-17)

Added

  • Add override option 🎉 (#595)

14.0.1 (2022-01-16)

Added

  • Log error on failure to load .env file (#594)

14.0.0 (2022-01-16)

Added

  • Breaking: Support inline comments for the parser 🎉 (#568)

13.0.1 (2022-01-16)

... (truncated)

Commits
  • 70ecc79 Version 14.3.2 - preserve backwards compatibility for values containing #
  • e4d210d Merge pull request #603 from jonathan-reisdorf/master
  • 929c89e Merge branch 'master' into master
  • 5dcb53b Update CHANGELOG
  • 52e25e0 Version v14.3.1 - patch exports
  • 4da9ad3 Merge pull request #606 from JeromeFitz/patch/14.3.0-main-exports
  • 1350bbe patch for 14.3.0, add back explicit module.exports #605
  • 7392c09 Interpret # as start of comment only if preceded by whitespace
  • a1bf6c1 Update CHANGELOG for v14.3.0
  • 5fa41bc Version 14.3.0 - multiline support
  • Additional commits viewable in compare view

Merge request reports