Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Bump tty-prompt from 0.21.0 to 0.23.1 #715

Open
wants to merge 1 commit into
base: meloncomputer-3.1.4
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps tty-prompt from 0.21.0 to 0.23.1.

Changelog

Sourced from tty-prompt's changelog.

[v0.23.1] - 2021-04-17

Changed

  • Change validate to allow access to invalid input inside the message

Fixed

  • Fix Choice#from to differentiate between no value being set and nil value

[v0.23.0] - 2020-12-14

Added

  • Add the ability to provide an arbitrary array of values to Prompt::Slider by Katelyn Schiesser (@​slowbro)

Changed

  • Change to allow default option to be choice name as well as index in select, multi_select and enum_select prompts

Fixed

  • Fix left and right key navigation while filtering choices in the #select and #multi_select prompts

[v0.22.0] - 2020-07-20

Added

  • Add #slider format customization with a proc by Sven Pchnit(@​2called-chaos)
  • Add convert message customization
  • Add conversion of input into Array, Hash or URI object
  • Add callable objects as possible values in :active_color and :help_color
  • Add shortcuts to select of all/reverse choices in #multi_select prompt
  • Add :help option to #slider prompt
  • Add :quiet option to remove final prompt output by Katelyn Schiesser (@​slowbro)
  • Add :show_help option to control help display in #select, #multi_select, #enum_select and #slider prompts

Changed

  • Changed question :validation option to :validate by Sven Pachnit(@​2called-chaos)
  • Change ConverterRegistry to store only proc values and simplify interface
  • Change Converters to stop raising errors and print console error messages instead
  • Change :range conversion to handle float numbers
  • Change yes?/no? prompt to infer default value from words and raise when no boolean can be deduced
  • Change Prompt#new to use keyword arguments
  • Change #select/#multi_select prompts default help text
  • Change #multi_select to preserve original ordering in returned answers
  • Change to remove necromancer dependency
  • Change TTY::TestPrompt to TTY::Prompt::Test
  • Change #select,#multi_select & #enum_select to allow mix of options and block parameters configuration
  • Change to allow filtering through symbol choice names
  • Change all errors to inherit from common Error class

Fixed

  • Fix multiline prompt to return default value when no input provided

... (truncated)

Commits
  • 5152fb5 Change to bump version up
  • f12cdbd Add release date
  • a1eaab3 Change issue template to link to GitHub discussions for general queries
  • 4c2de3e Change coveralls dependency to allow sending coverage data
  • 3c0f596 Add a personal website link to the license
  • 46acd63 Add more code style rules to rubocop configuration
  • 93413ca Change tests to improve formatting and make it consistent
  • 5d803ca Change CI workflow to allow bundler version configuration
  • 4e84c6d Add test to ensure choice equality considers key attribute
  • 5cb783d Add tests to cover searching for a choice by value or key attribute
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
0 participants