rustydevs / generator-awesome-webpack-starter

Starter Template for building Webpack templates
MIT License
2 stars 4 forks source link

An in-range update of yeoman-generator is breaking the build 🚨 #26

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency yeoman-generator was updated from 4.0.2 to 4.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

yeoman-generator is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build could not complete due to an error ([Details](https://travis-ci.org/rustydevs/generator-awesome-webpack-starter/builds/589769426?utm_source=github_status&utm_medium=notification)). - βœ… **coverage/coveralls:** First build on greenkeeper/yeoman-generator-4.1.0 at 19.048% ([Details](https://coveralls.io/builds/25939065)).

Release Notes for v4.1.0
  • New --bail flag who'll exit the generator as soon as a conflict occurs.
  • New generator#queueMethod() allows generator to programmatically schedule tasks on the queue. This can be useful for parents generator who're inherited by children generators to schedule some default tasks automatically. (not a very common use, but might be useful in some edge cases)
Commits

The new version differs by 4 commits.

  • ed138c6 4.1.0
  • 7b05f03 Implement abort option. (#1120)
  • d18a384 Expose addMethod (#1121)
  • 3eecec4 Add rootName parameter to _getStorage (#1122)

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 5 years ago

After pinning to 4.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 8 commits.

  • 27416e8 4.2.0
  • 1689eba Migrate from detect-conflict to diff (JsDiff) (#1132)
  • ec7ef60 Set runningState on generator. (#1130)
  • a2026cd Support importing Generators with default exports (#1133)
  • 4674176 Call getter binding the generator. (#1129)
  • 23031e2 Print namespace with methodName on debug. (#1128)
  • 272920a Add support to array on composeWith (#1125)
  • fd0dc5e Print diff on bailling. (#1126)

See the full diff