jcoreio / crater

Meteor/Webpack/React SSR app skeleton that runs your app code outside of Meteor Isobuild
ISC License
82 stars 10 forks source link

Update defaultenv to the latest version 🚀 #176

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0 of defaultenv just got published.

Dependency defaultenv
Current Version 1.2.0
Type devDependency

The version 2.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of defaultenv. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

<a name"2.0.0">

2.0.0 (2017-07-06)

Bug Fixes

  • options: modify process.env immediately with -f and -p options (6f7b4a9a)

Features

  • dotenv: support --dotenv option (fea3221d)
  • options: add -f and -p options (97fb2a46)

Breaking Changes

  • defaultenv will now error out if one of the files in the arguments doesn't exist.

(fea3221d)

Commits

The new version differs by 4 commits.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 84.456% when pulling f1116344826b9c00ce94f54c4e7e781c78503e6c on greenkeeper/defaultenv-2.0.0 into cfe808a4027cd67e26de56c9d7c6015932caddf3 on master.

greenkeeper[bot] commented 6 years ago

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes v2.1.0

<a name"2.1.0">

2.1.0 (2017-07-29)

Features

  • node-api: add noExport option (5cc74d21)
Commits

The new version differs by 2 commits.

  • 5cc74d2 feat(node-api): add noExport option
  • e68ec6a docs(README.md): [ci skip] add some clarifications

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

<a name"3.0.0">

3.0.0 (2017-08-24)

Features

  • dotenv: read .env unless --no-dotenv option is given (d203d2aa)

Breaking Changes

  • before defaultenv wouldn't read .env unless it was passed by name or the
    --dotenv option was given. Now the default behavior is to read the .env file in the project
    root directory unless you give the --no-dotenv option.

(d203d2aa)

Commits

The new version differs by 1 commits.

  • d203d2a feat(dotenv): read .env unless --no-dotenv option is given

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Release Notes v3.0.2

<a name"3.0.2">

3.0.2 (2017-10-07)

Commits

The new version differs by 2 commits.

  • eba3ff6 fix(flow): upgrade flow-bin to version 0.56.0
  • b377097 fix(dependencies): remove lodash.defaults

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.3 just got published.

Update to this version instead 🚀

Release Notes v3.0.3

<a name"3.0.3">

3.0.3 (2017-11-29)

Bug Fixes

  • index.js.flow: fix error in flow types (ae24fe7c)
Commits

The new version differs by 2 commits.

See the full diff