Skip to content

chore(deps): update dependency dotenv to v8#1237

Merged
trevor-scheer merged 1 commit intomasterfrom
renovate/dotenv-8.x
May 7, 2019
Merged

chore(deps): update dependency dotenv to v8#1237
trevor-scheer merged 1 commit intomasterfrom
renovate/dotenv-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 5, 2019

This PR contains the following updates:

Package Type Update Change References
dotenv dependencies major ^7.0.0 -> ^8.0.0 source

Release Notes

motdotla/dotenv

v8.0.0

Compare Source

BREAKING CHANGES
  • dropping Node v6 support because end-of-life

7.0.0 - 2019-03-12

Fixed
  • Fix removing unbalanced quotes (#​376)
Removed
  • Removed load alias for config for consistency throughout code and documentation.

6.2.0 - 2018-12-03

Added
  • Support preload configuration via environment variables (#​351)

6.1.0 - 2018-10-08

Added
  • debug option for config and parse methods will turn on logging

6.0.0 - 2018-06-02

Changed
  • Breaking: drop support for Node v4 (#​304)

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 against 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
  • False positive test due to case-sensitive variable (#​124)
Removed
  • silent option removed in favor of verbose

2.0.0 - 2016-01-20

Added
Changed
  • README has shorter description not referencing ruby gem since we don't have or want feature parity
Removed
  • Variable expansion and escaping so environment variables are encouraged to be fully orthogonal

1.2.0 - 2015-06-20

Added
  • Preload hook to require dotenv without including it in your code
Changed
  • clarified license to be "BSD-2-Clause" in package.json
Fixed
  • retain spaces in string vars

1.1.0 - 2015-03-31

Added
  • Silent option to silence console.log when .env missing

1.0.0 - 2015-03-13

Removed
  • support for multiple .env files. should always use one .env file for the current environment

Renovate configuration

📅 Schedule: "every weekend" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@trevor-scheer
Copy link
Copy Markdown
Contributor

LGTM, only the language server depends on dotenv and LS is node >=8.
Only changes noted in changelog for dotenv v7->v8 are dropping support for node 6.

@trevor-scheer trevor-scheer merged commit 74e2a28 into master May 7, 2019
@trevor-scheer trevor-scheer deleted the renovate/dotenv-8.x branch May 7, 2019 18:06
trevor-scheer added a commit that referenced this pull request May 8, 2019
* chore(deps): pin dependency @types/glob to 7.1.1 (#1145)

* Add gql to default config in apollo-language-server (#1176)

Add .gql file extension do default config `includes` glob

Fixes #1128

* Improve language server performance (#1206)

Add caching and debouncing to hot code paths (changing documents)

* Publish

 - apollo-codegen-core@0.33.4
 - apollo-codegen-flow@0.33.4
 - apollo-codegen-scala@0.34.4
 - apollo-codegen-swift@0.33.4
 - apollo-codegen-typescript@0.33.4
 - apollo-language-server@1.7.0
 - apollo@2.9.0
 - vscode-apollo@1.6.4

* Update changelog for publish

* chore(deps): pin dependency @types/lodash.debounce to 4.0.6 (#1208)

* chore(deps): update dependency @babel/types (#1215)

* chore(deps): update dependency @types/node-fetch to v2.3.3 (#1216)

* chore(deps): update dependency @babel/generator to v7.4.4 (#1217)

* chore(deps): update dependency typescript to v3.4.5 (#1220)

* chore(deps): update dependency @types/node to v8.10.47 (#1218)

* chore(deps): update dependency lerna to v3.13.4 (#1219)

* Update deprecated field usage (#1209)

* Update deprecated field usage

* Strongly type testing fixture to tie it to the shape of the result as the schema changes

* chore(deps): update dependency husky to v2 (#1222)

* chore(deps): update dependency @types/listr to v0.14.0 (#1234)

* chore(deps): update dependency husky to v2.2.0 (#1229)

* chore(deps): update dependency @types/jest to v24.0.12 (#1227)

* chore(deps): update dependency @types/node to v8.10.48 (#1228)

* chore(deps): update dependency lint-staged to v8.1.6 (#1230)

* chore(deps): update dependency symlink-dir to v3.0.3 (#1235)

* chore(deps): update dependency jest-environment-node to v24.8.0 (#1236)

* chore(deps): update dependency jest-matcher-utils to v24.8.0 (#1233)

* Add ability to download schema to file (#1108)

* Add ability to download schema for clients using the `download-schema` command
* use chalk for better error messaging

* Publish

 - apollo-codegen-core@0.33.5
 - apollo-codegen-flow@0.33.5
 - apollo-codegen-scala@0.34.5
 - apollo-codegen-swift@0.33.5
 - apollo-codegen-typescript@0.33.5
 - apollo-language-server@1.7.1
 - apollo@2.10.0
 - vscode-apollo@1.6.5

* Update changelog for 2.10.0 release

* chore(deps): update dependency dotenv to v8 (#1237)

* Update README.md (#1242)

* Add service:push debuggability (#1244)

Leverage oclif debug logger to add visibility into variables
sent to Engine during service:push.

* Publish

 - apollo-codegen-core@0.33.6
 - apollo-codegen-flow@0.33.6
 - apollo-codegen-scala@0.34.6
 - apollo-codegen-swift@0.33.6
 - apollo-codegen-typescript@0.33.6
 - apollo-language-server@1.7.2
 - apollo@2.10.1
 - vscode-apollo@1.6.6

* Update changelog for publish

* Debug log before the call out to Engine (#1245)

* Publish

 - apollo@2.10.2

* chore(deps): update dependency apollo-datasource to ^0.4.0 (#1246)
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