doug-wade / generator-sub

A Yeoman generator for writing cli apps inspired by 37signals sub
MIT License
3 stars 0 forks source link

Update inquirer to the latest version 🚀 #31

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.0.2 of inquirer just got published.

Dependency inquirer
Current Version 2.0.0
Type dependency

The version 3.0.2 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of inquirer. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.0.2
  • Properly reset the prompt state when a SIGINT signal is emitted. (this fix bug where texts under the input wouldn't be cleared off the terminal after emitting ctrl-c)
  • Fix bug with scrollable list centering
Commits

The new version differs by 20 commits .

  • df49e91 3.0.2
  • 0aef7fc Bump yarn.lock
  • 79eebac Simplify code handling sigint clearing
  • f0a342f Clears screen at bottom of prompt - alternative (#500)
  • e0bc2f2 chore(package): update gulp-mocha to version 4.0.0 (#499)
  • fd9c753 Scroller fixed to middle of list (#496)
  • 51fed2b Bump yarn.lock
  • aefa784 3.0.1
  • 66822e6 Remove leftover pinkie-promise. (#488)
  • a56b479 3.0.0
  • 399b3a2 Fix BottomBar.log.write not working (#486)
  • 19cc6e0 Fix issue when failing promise-based validation (#471)
  • 4cbdf95 fix(package): update cli-cursor to version 2.1.0 (#484)
  • 26d501f fix(package): update mute-stream to version 0.0.7 (#480)
  • 34408c6 Use yarn

There are 20 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.0.3 just got published.

Update to this version instead 🚀

Release Notes v3.0.3
  • Unsure we properly unmute the stdout on force close.
Commits

The new version differs by 2 commits .

  • 0b6bdd9 3.0.3
  • 2989a73 Restores functionality of not clearing screen (#503)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

  • b20345d 3.0.4
  • 51ea8e4 Remove extra line when closing prompt - Fix #506

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

  • 9c8ebd6 3.0.5
  • 892421c Prevent extra items in list, higher than pageSize (#509)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.0.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

  • 6fa4610 3.0.6
  • f17cce2 Fix for not clearing final line (#511)
  • 990b2f1 Checkbox: Show keyboard hints on first render only #507 (#512)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 7 years ago

Version 3.1.1 just got published.

Update to this version instead 🚀

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.

Update to this version instead 🚀

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

Version 3.2.1 just got published.

Update to this version instead 🚀

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

Version 3.2.2 just got published.

Update to this version instead 🚀

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

Version 3.2.3 just got published.

Update to this version instead 🚀

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