gitgrab
gitgrab copied to clipboard
build(deps): update dialoguer requirement from 0.10.3 to 0.11.0
Updates the requirements on dialoguer to permit the latest version.
Changelog
Sourced from dialoguer's changelog.
0.11.0
Enhancements
- Added
dialouger::Resultanddialouger::Error- Added a
BasicHistoryimplementation forHistory- Added vim mode for
FuzzySelect- All prompts implement
Clone- Add handling of
Deletekey forFuzzySelectBug fixes
- Resolve some issues on Windows where pressing shift keys sometimes aborted dialogs
- Resolve
MultiSelectchecked and unchecked variants looking the same on WindowsInputvalues that are invalid are now also stored inHistory- Resolve some issues with cursor positioning in
Inputwhen usingutf-8characters- Correct page is shown when default selected option is not on the first page for
Select- Fix panic in
FuzzySelectwhen using non-ASCII charactersBreaking
- Updated MSRV to
1.63.0due 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 selfinstead of&mut self- Prompt builder functions now return
Selfinstead of&mut Self- Prompt interaction functions now take
selfinstead of&self- Prompt interaction functions and other operations now return
dialouger::Resultinstead ofstd::io::Result- Rename
ValidatortoInputValidator- The trait method
Theme::format_fuzzy_select_prompt()now takes a byte position instead of a cursor position in order to support UTF-8.0.10.4
Enhancements
- Added validator for password input
0.10.3
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.0.10.2
... (truncated)
Commits
d952d17Release 0.11.0c5b4084Merge pull request #282 from tbergerd/dev339693bFix small cargo format-check violation650e0f9Merge branch 'dev' of https://github.com/tbergerd/dialoguer into dev070000eFix regression on Select which hides the prompt if there is only one page7aa4afaMerge pull request #280 from tbergerd/dev9c3185cRemove dead code and unnecessary 'Debug' trait bound on Input's 'interact_tex...ac365d8Merge pull request #245 from stormshield-kg/fix-fuzzy-select-utf8c1db6ffUpdate changelog134d4c9Add handling of Delete key for fuzzy-select- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)