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

Update dotenv requirement to ^5.0.1 #2

Merged
merged 1 commit into from
Mar 17, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on dotenv to permit the latest version.

Changelog

Sourced from dotenv's changelog.

Change Log

All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.

[Unreleased]

[5.0.0] - 2018-01-29

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

[4.0.0] - 2016-12-23

Changed

  • Return Object with parsed content or error instead of false (#165).

Removed

  • verbose option removed in favor of returning result.

[3.0.0] - 2016-12-20

Added

  • verbose option will log any error messages. Off by default.
  • parses email addresses correctly
  • allow importing config method directly in ES6

Changed

  • Suppress error messages by default (#154)
  • Ignoring more files for NPM to make package download smaller

Fixed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

@injms injms merged commit 30fcfd6 into master Mar 17, 2018
@injms injms deleted the dependabot/npm_and_yarn/dotenv-tw-5.0.1 branch March 17, 2018 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants