Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

fix(deps): update dependency inquirer to ^5.0.0 #21

Merged
merged 1 commit into from
Apr 4, 2018

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2018

This Pull Request updates dependency inquirer from ^3.3.0 to ^5.0.0

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.

v4.0.1

  • Update dependency to fix a LGPL license issue.

v4.0.2

Improve Windows rendering to properly match terminal size


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.


v5.0.1

  • Fix bug with the editor prompt.

v5.1.0

  • Added a transformer option to the input prompt allowing you to modify the displayed user input. (Useful to modify colors as user type, etc)

v5.2.0

Now passing the answers hash in the transformer function arguments.


Commits

v4.0.0

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

v4.0.1

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

v4.0.2

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

v5.0.0

v5.0.1

v5.1.0

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

v5.2.0

  • 0f1199c Missing word in README.md (#​644)
  • ec428d8 chore(package): update eslint-config-xo to version 0.20.0 (#​647)
  • f91fa52 Add inquirer-search-checkbox to plugins list in readme (#​648)
  • dc8b44a Update lint-staged to the latest version 🚀 (#​649)
  • 11c52fd Add Checkbox Plus Plugin (#​655)
  • 9bed102 Pass answers object to transformer functions (#​659)
  • 0146dbd Add transformer example (#​660)
  • 2fe70c0 5.2.0

This PR has been generated by Renovate Bot.

@justinlettau justinlettau merged commit e61dfff into master Apr 4, 2018
@justinlettau justinlettau deleted the renovate/inquirer-5.x branch April 4, 2018 17:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants