Skip to content

️ deps: Bump dotenv from 11.0.0 to 14.0.0

Yogi Bot requested to merge dependabot-npm_and_yarn-dotenv-14.0.0 into main

Bumps dotenv from 11.0.0 to 14.0.0.

Changelog

Sourced from dotenv's changelog.

14.0.0 (2022-01-16)

Added

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

13.0.1 (2022-01-16)

Changed

  • Hide comments and newlines from debug output (#404)

13.0.0 (2022-01-16)

Added

  • Add type file for config.js (#539)

12.0.4 (2022-01-16)

Changed

  • README updates
  • Minor order adjustment to package json format

12.0.3 (2022-01-15)

Changed

  • Simplified jsdoc for consistency across editors

12.0.2 (2022-01-15)

Changed

  • Improve embedded jsdoc type documentation

12.0.1 (2022-01-15)

Changed

  • README updates and clarifications

12.0.0 (2022-01-15)

Removed

  • Breaking: drop support for Flow static type checker (#584)

Changed

... (truncated)

Commits
  • 42eed1f Version 14.0.0
  • a02d32d Merge pull request #568 from jonathan-reisdorf/master
  • fd2b4fc Merge branch 'master' into master
  • 62e02f1 Update CHANGELOG
  • d1a1d07 Update log message
  • 1cb4816 Version 13.0.1
  • 3b5eac5 Update tests to reflect quieter debug logging
  • 4da6250 Move logic from parser to debugger
  • a364bbf Only use trimmedLine in relation to empty or comment line. Regular lines shou...
  • 02c581d Merge pull request #404 from wffranco/patch-3
  • Additional commits viewable in compare view

Merge request reports