jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Bump dialoguer from 0.8.0 to 0.9.0 #221

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps dialoguer from 0.8.0 to 0.9.0.

Changelog

Sourced from dialoguer's changelog.

0.9.0

Enhancements

  • Apply input validation to the default value too in Input
  • Added FuzzySelect behind fuzzy-select feature
  • Allow history processing for Input::interact_text* behind history feature
  • Added interact_*_opt methods for MultiSelect and Sort.

Breaking

  • Updated MSRV to 1.51.0
  • Editor is gated behind editor feature
  • Password, Theme::format_password_prompt and Theme::format_password_prompt_selection are gated behind password feature
  • Remove Select::paged(), Sort::paged() and MultiSelect::paged() in favor of automatic paging based on terminal size
Commits
  • 8347c90 Release 0.9.0
  • da5c47c Fix feature gates
  • 69e46c1 Upgraded console and made history feature optional
  • 8b801cf Define unified interface for selecting/sorting prompts and changes as follows...
  • 8f1dae4 Fix paging (#130)
  • b9a78fe Refactor: treat password module as an optional feature (#132)
  • 3d9ad8e Merge pull request #131 from Some-Dood/chore/increase-msrv
  • 9d61e59 Chore: increase minimum stable Rust version to 1.51
  • 8762a2e Add support for optional history processing to Input (#126)
  • d98e96a Feature: Add fuzzy single select prompt (#124)
  • 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[bot] commented 2 years ago

Looks like dialoguer is up-to-date now, so this is no longer needed.