Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade inquirer from 0.9.0 to 0.12.0 #11

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 7, 2020

Snyk has created this PR to upgrade inquirer from 0.9.0 to 0.12.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released 4 years ago, on 2016-02-09.
Release notes
Package name: inquirer
  • 0.12.0 - 2016-02-09
    • List prompts can now be navigated using Emacs bindings
    • expand prompt now use the short question property to display inline after a choice is selected
    • Bump and internal cleanup
  • 0.11.4 - 2016-01-26
    • Fix error on environment where cli-width return 0 (we're now defaulting to 80 chars width)
  • 0.11.3 - 2016-01-20
    • Fix bug with astral symbols not being calculated correctly in the width of a line
    • expand prompt now trim the whitespace around the answer
  • 0.11.2 - 2016-01-11
    • Some display fixes on Windows (mainly) and Unix system.
    • Internal refactoring of the rendering logic.
  • 0.11.1 - 2015-12-31

    Fix list overflow bug when the list contains separators.

  • 0.11.0 - 2015-10-22
    • Choices object now take an optional short property that'll be use in the prompt summary after a user selected choice.
    • Fix bug if using a terminal without defined width (we're now defaulting to 80 chars in that case)
  • 0.10.1 - 2015-09-27
    • Fix the bottom bar functionality
    • Minor code cleanup
  • 0.10.0 - 2015-09-14

    New feature

    Bug fix

    • Fix #276 and #209: adding a new observer to the process won't duplicate the prompts (basically the prompt processing queue is now a hot observable).
  • 0.9.0 - 2015-07-14

    This is not a huge release feature wise. It's been mostly a huge internal refactoring of our rendering system. This is all done with the hope of moving towards a 1.0 release where we'll have a stronger Prompt API allowing the creation of custom prompts.

    In the meantime, included in 0.9:

    1. Fix a lot of issues with natural line returns messing inquirer.js prompt re-rendering.
    2. The validate function now takes the list of current answers as arguments. #198
from inquirer GitHub release notes
Commit messages
Package name: inquirer
  • a0c2d4d 0.12.0
  • d7943fc Merge pull request #334 from ruyadorno/update-cli-width
  • 500660d Updates cli-width dep, fixes #285
  • 08030e2 Merge pull request #332 from TrySound/upgrade-lodash
  • d3871fc Upgrade lodash
  • da678e6 Merge pull request #330 from eush77/short-for-expand
  • eb213a2 use "short" property in expand prompt
  • adb5c81 Merge pull request #328 from dougluce/master
  • 6d69138 Add Emacs up/down keybindings
  • f9ca663 Merge pull request #327 from bcoe/defend-width-test
  • 932457f 0.11.4
  • bedf887 add test for #326
  • 78cd83c Merge pull request #326 from bcoe/defend-width
  • 264be11 be defensive about width
  • 9027108 0.11.3
  • 9d70b0e Merge pull request #322 from yibn2008/fix-mb-bug
  • b653b63 fix incorrect cursor when move left/right key
  • d7ffce5 Merge pull request #323 from backspace/trim-choices
  • 54a947e Add trimming of choice input
  • 9ce4983 0.11.2
  • 8667f7a Make line 1 char shorter to prevent windows from auto line returning
  • 75995f5 Create function for common screen manager operations
  • 2b6129c Revert internal fix to ansi-escapes
  • 2670cdf Run on new Travis architecture

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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

Successfully merging this pull request may close these issues.

Using .process.subscribe() messes up the display.
1 participant