elwayman02 / ember-data-twitch

Ember-Data Abstractions for the Twitch API
http://github.jhawk.co/ember-data-twitch/
MIT License
3 stars 2 forks source link

Update ember-cli-dotenv to the latest version 🚀 #106

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.0 of ember-cli-dotenv was just published.

Dependency ember-cli-dotenv
Current Version 1.2.0
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of ember-cli-dotenv.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 2.0.0

Project Update

  1. ember install ember-cli-dotenv@^2.0.0
  2. open config/dotenv.js and ember-cli-build.js
  3. Move/convert the dotEnv application options from ember-cli-build.js to the function declared within config/dotenv.js
    NOTE: if your path is dynamic see Multiple Environments

Community Contributions

Commits

The new version differs by 30 commits.

  • 38bf1fe Update changelog for 2.0 version
  • 5e493b1 Merge pull request #39 from oxodesign/master
  • a655ccb Updated yarn.lock file to reflect changes in package.json
  • c92bc03 Removed exists-sync pkg, using fs.existsSync instead
  • a075fce Merge pull request #38 from SergeAstapov/improve-env-detection
  • 4371a49 Fixed process args parsing using Node v4
  • bf18409 Merge pull request #37 from SergeAstapov/move-config-file
  • e28ace4 Update README to reflect dotenv.js file location change
  • 59c2783 Improved test and prod env detection
  • 10b8b47 Move dotenv.js config file to /config folder
  • f21c47b Increase timeout in tests
  • f0c450f Merge pull request #36 from fivetanley/release-2.0
  • fe71c67 Update changelog and bump version 2.0
  • 77ed472 Merge pull request #35 from SergeAstapov/fix-tests
  • 8afd2f4 Clean dependencies state after ember try run

There are 30 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • 19c2d56 2.1.0
  • 387d08b Fixing CI
  • fe6684d Merge pull request #49 from artemgurzhii/patch-1
  • d42b420 Fixing typo, according to the line 111 file names shoud be dasherized
  • a3c1b28 Merge pull request #45 from ondrejsevcik/master
  • d0d6b79 #44 Use forEach instead of map
  • c4f821a #44 Display warnings when failOnMissingKey disabled
  • 2943875 #44 Add check for env variables presence
  • 7dbd506 Merge pull request #43 from fivetanley/upgrade-ember-cli-addon-tests
  • d81000a Upgrade ember-cli-addon-tests to version 0.11
  • f10555c Merge pull request #42 from SergeAstapov/remove-chai-fs
  • b44654b Remove chai-fs devDependency as it's not used

See the full diff