sbrow / generator-npm-package

Yeoman Generator for new npm packages.
Other
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency yeoman-generator was updated from 4.5.0 to 4.6.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 - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v4.6.0
  • Emit event on environment once queued task is done. (#1172, #1177)

  • Improvements to custom queues (#1158)

    • Create queueTask, createTaskGroup methods.
    • Add options to custom priorities.
  • Implement createStorage convenience method (#1168)

  • Implement localConfigOnly option. (#1161)

  • Add returnNewGenerator option to composeWith (#1157, #1170, #1178)

  • Documentation fixes and improvements.

Commits

The new version differs by 23 commits.

  • 3d8374b 4.6.0
  • d971c03 Extract returnCompose method (#1178)
  • 0672d99 Add composeWith inside constructor test. (#1179)
  • 16e4de7 Call emit with an object. (#1177)
  • 7e0f325 Add documentation explaining how run-async works. (#1171)
  • d49cbc7 Emit event on environment once queued task is done. (#1172)
  • 8d50cd8 Workaround jsdoc theme bug not should types.
  • da427f5 Improvements to custom queues (#1158)
  • ccbcc26 Remove mixin duplicates and improve JSDoc (#1175)
  • b9c78ab Update workflows (#1173)
  • ee3a496 Create FUNDING.yml
  • 9fe4e6b Drop support for Node v8 (#1160)
  • 668d91f Fixes to composeWith with returnNewGenerator parameter. (#1170)
  • 35de769 Implement createStorage convenience method (#1168)
  • 73271b8 Change gh-pages update to tag creation

There are 23 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 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v4.7.0
  • Fix generator standalone run.
  • Allow Storage to use lodash paths.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release v4.7.1
  • Fixes dependency error.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release v4.7.2
  • Add missing parameter to catch.
  • Update dependencies.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release v4.8.2
  • Improve error handler with newer environments.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Release v4.8.3
  • Remove run-queue pause.
    It doesn’t work due to multiple scheduled runs.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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)
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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.
greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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