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

fix(deps): update rust crate dialoguer to 0.11.0 #70

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 5, 2022

This PR contains the following updates:

Package Type Update Change
dialoguer dependencies minor 0.9.0 -> 0.11.0

Release Notes

console-rs/dialoguer (dialoguer)

v0.11.0

Compare Source

Enhancements
  • Added dialoguer::Result and dialoguer::Error
  • Added a BasicHistory implementation for History
  • Added vim mode for FuzzySelect
  • All prompts implement Clone
  • Add handling of Delete key for FuzzySelect
Bug fixes
  • Resolve some issues on Windows where pressing shift keys sometimes aborted dialogs
  • Resolve MultiSelect checked and unchecked variants looking the same on Windows
  • Input values that are invalid are now also stored in History
  • Resolve some issues with cursor positioning in Input when using utf-8 characters
  • Correct page is shown when default selected option is not on the first page for Select
  • Fix panic in FuzzySelect when using non-ASCII characters
Breaking
  • Updated MSRV to 1.63.0 due to multiple dependencies on different platforms: rustix, tempfile,linux-raw-sys
  • Removed deprecated Confirm::with_text
  • Removed deprecated ColorfulTheme::inline_selections
  • Prompt builder functions now take mut self instead of &mut self
  • Prompt builder functions now return Self instead of &mut Self
  • Prompt interaction functions now take self instead of &self
  • Prompt interaction functions and other operations now return dialoguer::Result instead of std::io::Result
  • Rename Validator to InputValidator
  • The trait method Theme::format_fuzzy_select_prompt() now takes a byte position instead of a cursor position in order to support UTF-8.

v0.10.4

Compare Source

Enhancements
  • Added validator for password input

v0.10.3

Compare Source

Enhancements
  • Fix various issues with fuzzy select
  • Enable customization of number of rows for fuzzy select
  • Added post completion text for input
  • Various cursor movement improvements
  • Correctly ignore unknown keys.
  • Reset prompt height in TermThemeRenderer::clear.

v0.10.2

Compare Source

Enhancements
  • Fix fuzzy select active item colors.
  • Fix fuzzy search clear on cancel.
  • Clear everything on cancel via escape key.

v0.10.1

Compare Source

Enhancements
  • Allow matches highlighting for FuzzySelect

v0.10.0

Compare Source

Enhancements
  • Loosen some trait bounds
  • Improve keyboard interactions (#​141, #​162)
  • Added max_length to MultiSelect, Select and Sort
  • Allow completion support for Input::interact_text* behind completion feature
Breaking
  • All prompts *::new will now don't report selected values unless report(true) is called on them.

Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 5, 2022
@renovate renovate bot changed the title fix(deps): update rust crate dialoguer to 0.10.2 fix(deps): update rust crate dialoguer to 0.10.3 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/dialoguer-0.x branch from 0d8b5a7 to b076e4c Compare May 28, 2023 15:50
@renovate renovate bot changed the title fix(deps): update rust crate dialoguer to 0.10.3 fix(deps): update rust crate dialoguer to 0.10.4 May 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate dialoguer to 0.10.4 fix(deps): update rust crate dialoguer to 0.11.0 Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

0 participants