Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Update inquirer to the latest version 🚀 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 22, 2017

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 and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2017

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
Copy link
Author

greenkeeper bot commented Feb 23, 2017

Version 3.0.4 just got published.

Update to this version instead 🚀

Release Notes v3.0.4

Fix extra whitespace being printed #506

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
Copy link
Author

greenkeeper bot commented Feb 27, 2017

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
Copy link
Author

greenkeeper bot commented Mar 3, 2017

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 added a commit that referenced this pull request Jun 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2017

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 added a commit that referenced this pull request Jun 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

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 added a commit that referenced this pull request Jul 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 9, 2017

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 added a commit that referenced this pull request Jul 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 24, 2017

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 added a commit that referenced this pull request Aug 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 17, 2017

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 added a commit that referenced this pull request Aug 31, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 31, 2017

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 added a commit that referenced this pull request Sep 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 18, 2017

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

greenkeeper bot added a commit that referenced this pull request Nov 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 12, 2017

Version 4.0.0 just got published.

Update to this version instead 🚀

Release Notes v4.0.0

Breaking

The core codebase went through a major es5 to 6 refactor. As such, we're dropping support for Node 4.

This change will likely require changes to the community Plugins as es6 classes are enforcing more restriction (like constructor can only be invoked with new).

New features / Bug fixes

  • list, expand and rawlist prompts now accepts the value as default (previously it would only accept the choice index).
  • The pagination now properly handles multiline choices.
  • Fix bug where invalid default choices would break the UI.
Commits

The new version differs by 11 commits.

  • 984de6a 4.0.0
  • 0f41188 Add Node 4 deprecation notice
  • a8ee5d0 Officially drop node 4 support
  • 1674919 Get rid of code cimate (isn't useful enough and always start failing at some point on PR...)
  • 5b4253c es6ification of the code base, bye bye gulp, hello Prettier
  • 70174ed Paginator now handles multiple lines (#602)
  • b701876 Adds string default option for list and rawlist (#609)
  • ce4e858 Guard list against invalid string defaults (#607)
  • 651a569 Update eslint-config-xo-space to the latest version 🚀 (#600)
  • 60b9ba7 chore(package): update mocha to version 4.0.0 (#594)
  • 23d440e chore(package): update sinon to version 4.0.0 (#591)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 29, 2017

Version 4.0.1 just got published.

Update to this version instead 🚀

Release Notes v4.0.1
  • Update dependency to fix a LGPL license issue.
Commits

The new version differs by 3 commits.

  • 00f5050 4.0.1
  • 9895054 Bumped version to 4.1.0, bumped external-editor dependency to ^2.1.0 … (#616)
  • 62a72d4 Fix typo (#612)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 2, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 2, 2018

Version 4.0.2 just got published.

Update to this version instead 🚀

Release Notes v4.0.2

Improve Windows rendering to properly match terminal size

Commits

The new version differs by 5 commits.

  • fb37720 4.0.2
  • 84cfd77 Bump dependencies
  • a88346c Use SVG examples
  • 5f83804 Fix extra newline on windows without decremented width. (#601)
  • 9135e38 Update lint-staged to the latest version 🚀 (#618)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 8, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2018

Version 5.0.0 just got published.

Update to this version instead 🚀

Release Notes v5.0.0

Breaking: Upgrade to RxJS v5 which updates a bunch of Reactive interface method names.

For people not using the Reactive interface directly, this new major release should just work out of the box.

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 20, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 20, 2018

Version 5.0.1 just got published.

Update to this version instead 🚀

Release Notes v5.0.1
  • Fix bug with the editor prompt.
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 5, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 5, 2018

Version 5.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • c7f99d7 5.1.0
  • b950606 Update mocha to the latest version 🚀 (#638)
  • 57dc2b4 Apply optional transformer to input before accepted (#642)
  • 45f324d Fix test runner

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants