mokkabonna / inquirer-autocomplete-prompt

Autocomplete prompt for inquirer
ISC License
354 stars 82 forks source link

Update inquirer to the latest version πŸš€ #34

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.2.0 of inquirer just got published.

Dependency inquirer
Current Version 3.1.1
Type dependency

The version 3.2.0 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.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

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.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 7 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 7 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

greenkeeper[bot] commented 7 years ago

Version 3.3.0 just got published.

Update to this version instead πŸš€

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