guilhermejcgois / generator-protractor-typescript

Generator for typescript projects that uses Protractor. Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.
MIT License
2 stars 0 forks source link

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 2.0.2 of yeoman-generator was just published.

Branch Build failing 🚨
Dependency yeoman-generator
Current Version 2.0.1
Type dependency

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 - βœ… **coverage/coveralls** First build on greenkeeper/yeoman-generator-2.0.2 at 95.402% [Details](https://coveralls.io/builds/14806421) - ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/guilhermejcgois/generator-protractor-typescript/builds/321872125?utm_source=github_status&utm_medium=notification)

Release Notes v2.0.2
  • Fix error when the prompt choices options is provided as a function instead of an array. (Drawback: this will turn off Yeoman reuse of the previously provided answer)
Commits

The new version differs by 4 commits.

  • 967cb0f 2.0.2
  • d291b78 Bump dependencies
  • f7b8167 fix: Do not apply user defaults when question.choices is a function. Fix #1051
  • 825305e Fix typo in comment (#1044)

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

After pinning to 2.0.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 6 years ago

Version 2.0.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits.

  • d8253fc 2.0.3
  • 971c1a8 Fix issue #1050 regarding unsecured dependencies (#1056)
  • 150053c Update Travis version support

See the full diff