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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 withnew
).New features / Bug fixes
list
,expand
andrawlist
prompts now accepts the value as default (previously it would only accept the choice index).v4.0.1
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
editor
prompt.v5.1.0
transformer
option to theinput
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 thetransformer
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 Prettier1674919
Get rid of code cimate (isn't useful enough and always start failing at some point on PR...)a8ee5d0
Officially drop node 4 support0f41188
Add Node 4 deprecation notice984de6a
4.0.0v4.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.1v4.0.2
9135e38
Update lint-staged to the latest version 🚀 (#618)5f83804
Fix extra newline on windows without decremented width. (#601)a88346c
Use SVG examples84cfd77
Bump dependenciesfb37720
4.0.2v5.0.0
258064f
upgrade to RxJS 5 (#614)600bbf8
5.0.0v5.0.1
bd79918
Correct subscription method (#640)1a40fbb
5.0.1v5.1.0
45f324d
Fix test runner57dc2b4
Apply optional transformer to input before accepted (#642)b950606
Update mocha to the latest version 🚀 (#638)c7f99d7
5.1.0v5.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.0This PR has been generated by Renovate Bot.