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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

greenkeeper opened this issue Β· comments


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency yeoman-generator was updated from 4.7.0 to 4.7.1.

🚨 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 failed (Details).
  • βœ… coverage/coveralls: First build on greenkeeper/yeoman-generator-4.7.1 at 95.402% (Details).

Release Notes for Release v4.7.1
  • Fixes dependency error.
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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

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

Release Notes for Release v4.7.2
  • Add missing parameter to catch.
  • Update dependencies.

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

Release Notes for Release v4.8.0
  • Fix security warning.
  • Any emitted error rejects #run promise.
  • Implement cancellable tasks. (#1204)
  • Add option to forward errors to the environment.
  • Make yeoman-environment and mem-fs-editor dependency optional.
  • Implement conflicter predefined status (#1210)
  • Allow decoupling generator's and composed generator's cwd from env cwd.
  • Implement checkEnvironmentVersion
  • Fixes.

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

Release Notes for Release v4.8.1
  • Revert error handler behavior: Make sure it's not handled.
  • Make sure to don't continue runLoop when a error is emitted.

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

Release Notes for Release v4.8.2
  • Improve error handler with newer environments.

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

Release Notes for Release v4.8.3
  • Remove run-queue pause.
    It doesn’t work due to multiple scheduled runs.

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

Release Notes for Release v4.9.0
  • Add support to prompts with storage. this.prompt(prompts, this.config); will use the storage to read/write answers.
    • Prompt is ignored if the value is !== undefined (pass --ask-answered to force the prompt to be shown, stored value is the default value)

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

Release Notes for Release v4.10.0
  • Add shortcuts to mem-fs-editor methods
  • Make properties/functions starting with # reserved for composing.
  • Fixes and improvements.

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

Release Notes for Release v4.10.1
  • Add skipLocalCache option.
    Cache prompt suggestions only to global yo-rc.