Skip to content

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.12.0

Release Notes

console-rs/dialoguer (dialoguer)

v0.12.0

Compare Source

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 force-pushed the renovate/dialoguer-0.x branch from 81781d3 to 49cd828 Compare November 20, 2022 10:27
@renovate renovate bot force-pushed the renovate/dialoguer-0.x branch from 49cd828 to 0d8b5a7 Compare March 18, 2023 06:09
@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 force-pushed the renovate/dialoguer-0.x branch from b076e4c to e894fab Compare September 22, 2023 05:58
@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
@renovate renovate bot force-pushed the renovate/dialoguer-0.x branch from e894fab to 5d58b7f Compare August 13, 2025 23:40
@renovate renovate bot force-pushed the renovate/dialoguer-0.x branch from 5d58b7f to 4c12c93 Compare August 24, 2025 12:01
@renovate renovate bot changed the title fix(deps): update rust crate dialoguer to 0.11.0 fix(deps): update rust crate dialoguer to 0.12.0 Aug 24, 2025
@renovate renovate bot force-pushed the renovate/dialoguer-0.x branch from 4c12c93 to 230aed9 Compare September 26, 2025 00:02
Copy link
Author

renovate bot commented Sep 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package dialoguer@0.9.0 --precise 0.12.0
error: failed to acquire package cache lock

Caused by:
  failed to open: /home/ubuntu/.cargo/.package-cache

Caused by:
  failed to create directory `/home/ubuntu/.cargo`

Caused by:
  File exists (os error 17)

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