Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency dotenv to ^5.0.0 #63

Merged
merged 1 commit into from
Feb 14, 2018
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2018

This Pull Request updates dependency dotenv from ^4.0.0 to ^5.0.0

Release Notes

v5.0.0

Added
  • Testing against Node v8 and v9
  • Documentation on trim behavior of values
  • Documentation on how to use with import
Changed
  • Breaking: default path is now path.resolve(process.cwd(), '.env')
  • Breaking: does not write over keys already in process.env if the key has a falsy value
  • using const and let instead of var
Removed
  • Testing aginst Node v7

Commits

v5.0.0

  • 25bf5ad do not override set vars with falsy values (#​203)
  • bf06a9c Improve documentation (#​207)
  • 40e9efc Shaved a few bytes off by removing a ternary. (#​222)
  • ce68a75 Add link to lookenv in README
  • 46ec97d Merge pull request #​235 from RodrigoEspinosa/patch-1
  • 62a2afb Linking to run.env in README (#​246)
  • e767940 README: link to dotenv-webpack project
  • 6b07ace Merge pull request #​255 from SpainTrain/patch-1
  • 95aa929 use explicit full path to form more informative error messages (#​237)
  • 472db2e 5.0.0

This PR has been generated by Renovate Bot.

@renovate renovate bot force-pushed the renovate/dotenv-5.x branch 9 times, most recently from e2db2fd to c22c7fd Compare February 5, 2018 16:34
@renovate renovate bot force-pushed the renovate/dotenv-5.x branch 12 times, most recently from 937c2dc to 21a2ae8 Compare February 13, 2018 11:02
@renovate renovate bot force-pushed the renovate/dotenv-5.x branch 4 times, most recently from 0c8cdf6 to 1cd9dac Compare February 14, 2018 11:32
@ryasmi ryasmi merged commit 53fef99 into master Feb 14, 2018
@ryasmi ryasmi deleted the renovate/dotenv-5.x branch February 14, 2018 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants