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

fix(deps): update dependency enquirer to v2 #51

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 10, 2018

This PR contains the following updates:

Package Type Update Change
enquirer dependencies major 1.0.3 -> 2.3.4

Release Notes

enquirer/enquirer

v2.3.4

Compare Source

Added
  • MultiSelectPrompt new example for result option.
Fixed
  • Updated typings to use EventEmitter class from events directly due to changes in @types/node.

v2.3.3

Compare Source

Added
  • BooleanPrompt new example for header option.
Fixed
  • using await in keypress and returning the number result in the array type fixes an issue with tests failing only on Travis
  • autocomplete highlighting issue
  • Typos in some documentation and example comments.
  • Syntax errors in example code on the README.md.

v2.3.2

Compare Source

Added
  • AuthPrompt type for creating authentication based prompts.
  • BasicAuth prompt as an example of creating an authentication prompt using basic username/password authentication
  • Examples for different authentication prompts.
  • QuizPrompt
Fixed
  • More examples were updated to fix any known bugs.
  • Couple of fixes to the editable and autocomplete prompts.
  • Documentation updates to highlight options available to some prompts.

v2.3.1

Compare Source

Fixed
  • Several examples were updated to align with latest code changes and to fix small bugs found in the implementation of the example.
  • Some bugs found from updating examples were fixed.
  • Updates to documentation to provide more information on how to use prompts and the options available.

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

Fixed
  • Several improvements were made for handling custom format, result and initial functions defined on the options.

v2.0.9

Compare Source

v2.0.8

Compare Source

v2.0.7

Compare Source

Fixed
  • validate function now properly accepts false as a return value, thanks to @​g-plane.
Added
  • Adds support for ctrl+n to add choices
  • Adds support for options.required on all prompts. Uses the built-in validate() function, allowing this functionality to be overridden or customized.
  • Adds support for options.scroll to disable scrolling in array prompts.
  • Adds support for options.onRun, which is called when prompt.run() is called, after the readline instance is created.
  • Adds support for options.history on the Input and Text prompts.
  • Adds support for options.term to set the terminal, thanks to @​tunnckoCore. At the moment this is only used in a couple of edge cases with the Survey and Scale prompts to check if the terminal is Hyper.
  • options.skip may now be a Boolean, thanks to @​tunnckoCore

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

Changed

Enquire 2.0 is a bottom-up complete re-write:

  • Several prompts that were previously published as individual packages will be included in Enquirer itself.
  • Why? - As users, we didn't like having to add commonly-used prompts as plugins. Enquirer 2.0 will still support custom prompts as plugins, but many prompts will also be built-in.
  • Enquirer will only have a single dependency, https://github.com/doowb/ansi-colors, which itself has no other dependencies). This will make Enquirer easier to maintain and faster for users.
  • Methods for registering "questions" have been removed. While it was nice to be able to preregister questions that could be called upon later, this is something that is better left to implementors, as it's relatively trivial to do with custom code.
  • options.default is now options.initial
Added
  • Many prompts that were previously separate packages are now bundled into Enquirer itself.

Renovate configuration

📅 Schedule: "every weekend" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you tick the rebase/retry checkbox below.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 5 times, most recently from 47d69f0 to 4283b05 Compare November 17, 2018 07:07
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 4283b05 to 2db5edf Compare November 18, 2018 09:04
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 6 times, most recently from 8550799 to 4a7d15e Compare December 2, 2018 05:52
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 3 times, most recently from 49d4cf4 to 76b79e3 Compare December 16, 2018 04:53
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 5 times, most recently from 895bb33 to 426ef9f Compare December 30, 2018 05:51
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 426ef9f to 157f9bc Compare January 6, 2019 03:53
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 6 times, most recently from 62ffb61 to bf90faa Compare January 27, 2019 04:38
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 3 times, most recently from 8785aa6 to 2c23a1e Compare February 9, 2019 00:38
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 15d9cff to 29707a9 Compare May 5, 2019 01:50
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 3 times, most recently from 1b2304f to c14c71a Compare May 19, 2019 01:32
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from c14c71a to a4a9f40 Compare May 26, 2019 00:35
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 2 times, most recently from fcab917 to 542e646 Compare June 9, 2019 01:30
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 542e646 to c1b51a5 Compare June 23, 2019 00:36
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 2 times, most recently from 54493c4 to 4adc75a Compare July 7, 2019 00:36
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 4adc75a to 2ff612c Compare July 12, 2019 14:58
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 2ff612c to 0685e3d Compare July 20, 2019 23:46
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 0685e3d to 221a6e5 Compare August 4, 2019 00:31
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 2 times, most recently from 5862ea1 to c156cdb Compare August 18, 2019 00:34
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from c156cdb to dcaf545 Compare August 30, 2019 23:40
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 2 times, most recently from 61959d6 to fad5176 Compare September 22, 2019 00:47
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from fad5176 to f643791 Compare October 27, 2019 00:54
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from f643791 to 4f0e7d5 Compare November 10, 2019 16:44
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 2 times, most recently from f9d61bc to b305796 Compare December 21, 2019 00:16
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from b305796 to ce340bd Compare December 22, 2019 02:36
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch 4 times, most recently from 4118922 to a5bcf98 Compare January 18, 2020 00:38
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from a5bcf98 to 6fff77e Compare February 8, 2020 00:37
@renovate renovate bot force-pushed the renovate/enquirer-2.x branch from 6fff77e to fff929e Compare February 9, 2020 02:48
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.

1 participant