skiant / livestreamer-twitch-followed

CLI app to start livestreamer on a live stream you follow
2 stars 0 forks source link

An in-range update of inquirer is breaking the build 🚨 #8

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.1.0 of inquirer just got published.

Branch Build failing 🚨
Dependency inquirer
Current Version 3.0.6
Type dependency

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

inquirer is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/skiant/livestreamer-twitch-followed/builds/240341473?utm_source=github_status&utm_medium=notification)

Release Notes v3.1.0
  • password prompt can now rendered hidden input (Unix style)
  • filter function now also receive the current answers as argument
  • Smaller package size
Commits

The new version differs by 17 commits.

  • e612cc5 3.1.0
  • 148cb71 Update eslint-config-xo-space to the latest version πŸš€ (#516)
  • 3b93dd5 call chalk.reset() after message prompt (#544)
  • 3ff39a6 chore(package): update chai to version 4.0.1 (#541)
  • 76f1bfe upgrade external-editor to 2.0.4 (#535)
  • da4eceb pass current answers hash to filter (#533)
  • f99b398 Use rx-lite-aggregates instead of full rx (#532)
  • 20119a2 fix(package): update ansi-escapes to version 2.0.0 (#527)
  • e294e16 Update validate fn param docs (#526)
  • 5b3a4a2 Add masked password example
  • 9de81a8 Fix linting of tests
  • d7db156 Add some tests
  • 50a9beb Switch conditionals
  • 379e0aa Inform user that input is hidden
  • bf28e76 Password prompt should display no characters

There are 17 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.1.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.1.1
  • Fix bug where password would show after a validation error.
Commits

The new version differs by 6 commits.

  • 13d3100 3.1.1
  • 60b27f0 Setup coverage in codacy
  • 62fde13 Bump dev dependencies
  • 3f465b4 Move eslint configs to own file (easier to integrate in third party)
  • 948f8dc Keep password prompt silenced after error - Fix #553 #546
  • 11f5854 chore(package): update sinon to version 2.3.4 (#550)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.0
  • Change to list prompts default handling:
    • If number, default is the choice index
    • Any other defined values, find the value in the choice array. (previously it'd only support strings)
  • Bug: SIGINT was not properly exiting the process for some users
  • Cleanup: bump dependencies
Commits

The new version differs by 8 commits.

  • 68fcbcb 3.2.0
  • e16575c Bump dependencies
  • 3f2c74b fix(package): update chalk to version 2.0.0
  • 2e9eb3e Allow non-string values as a list default option (#558)
  • 5dbd186 [fix] #293 Exit script when SIGINT signal received (#564)
  • 625965e Fixed typo (#563)
  • babdfb2 Add Plugins Section to README.md (#559)
  • 810c138 fix(package): update strip-ansi to version 4.0.0

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.1
  • Fix: gracefully exit process on SIGINT (stopped calling process.exit() directly)
Commits

The new version differs by 5 commits.

  • 815690c 3.2.1
  • d31f42b Cleanup listeners on force close
  • c4b7ece Better way to kill process (#569)
  • 29112d9 add inquirer-select-line to plugins (#568)
  • 1a511d9 Fixing grammatical typo in README (#566)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.2
  • Fix BottomBar with multi-line content.
Commits

The new version differs by 3 commits.

  • 770c9f3 3.2.2
  • c9c9bc3 Fix cleaning output durning BottomBar update (#577)
  • 2cda48b Update sinon to the latest version πŸš€ (#573)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.2.3
  • Fix bug where user input prompt containing ANSI code would offset the cursor.
Commits

The new version differs by 4 commits.

  • 67a6fa2 3.2.3
  • 7089e16 Fix cursor behavior (#583)
  • dad46b5 Adding inquirer-command-prompt to the plugins list (#578)
  • 12041cb Add inquirer-chalk-pipe to plugins list (#580)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.3.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v3.3.0
  • Added prefix and suffix options to question object to allow you to edit the ? prefix or add a custom suffix.
Commits

The new version differs by 3 commits.

  • dcf3110 3.3.0
  • f859745 Added prefix and suffix custom option (#571)
  • e44b4f3 Update ansi-escapes to the latest version πŸš€ (#584)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 11 commits.

  • ee1cc70 Publish
  • 8535305 Add number support for choices prompt (#796)
  • 0e93c0a Correct link to inquirer-emoji (#795)
  • ff075f5 Publish
  • fc5ae7a Support terminal link in prompt message (#791)
  • 331845b Rename 'LICENSE-MIT' to 'LICENSE' to license package distribution (#788)
  • 3a840ea Add number prompt type to README (#786)
  • 79b60bc Add inquirer-emoji to README (#784)
  • b745c5e Fix babel config
  • aac0d4a Tentative: Fix old Node on CI
  • 5d35cea Bug #776 fixed (#777)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 5f0b513 Publish
  • 38569a3 Bump dependencies
  • 705e9cc Remove all event listeners on close to avoid memory leak (#808)
  • 91a4d59 Remove paginated option from example (#801)
  • c64cf89 Update husky to the latest version πŸš€ (#798)
  • e41c61d Setup publishConfig to public

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • b951b48 Publish
  • aeab66e Revert "Remove all event listeners on close to avoid memory leak (#808)" (#813)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 14 commits.

  • 54285c7 Publish
  • a2a751a Update dependencies
  • 3986ea3 Update lerna to use yarn
  • 7bcb7d3 close keypress stream when rl close (#835)
  • 83e8727 Update lodash (#834)
  • 2fbec5c Bump dependencies
  • 5c9f9e0 Fix typo (#826)
  • da5d0e2 Publish
  • e05ae81 Issue 711 update (#825)
  • dbfe890 Clear password field on backspace (#821)
  • e14796b Upgrade lodash to 4.17.12 to Fix Vulnerability (#824)
  • 29ac965 Update husky to the latest version πŸš€ (#819)
  • d82131e Update lint-staged to the latest version πŸš€ (#818)
  • 1f849ab feat: add inquirer-file-tree-selection-prompt readme (#815)

See the full diff