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

build(deps): update dialoguer requirement from 0.10 to 0.11 #793

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Updates the requirements on dialoguer to permit the latest version.

Changelog

Sourced from dialoguer's changelog.

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

Enhancements

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

0.10.1

Enhancements

  • Allow matches highlighting for FuzzySelect

0.10.0

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.

0.9.0

Enhancements

  • Apply input validation to the default value too in Input
  • Added FuzzySelect behind fuzzy-select feature

... (truncated)

Commits
  • fa11422 Release 0.10.4
  • d588da3 Merge pull request #219 from qt2/password_validation
  • 4b92988 Replace &str in with &String
  • c3774c0 Add PasswordValidator trait
  • 09e2ff1 Remove mut from Password::interact
  • 0f53723 Resolve clippy warning on complex type
  • df37b03 Fix doc-test failures on password validation
  • 61af341 Merge branch 'console-rs:master' into password_validation
  • f6f6e26 Merge pull request #240 from dhoomakethu/patch-1
  • 8c41f78 Fix README
  • 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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version.
- [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md)
- [Commits](console-rs/dialoguer@v0.10.0...v0.10.4)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 25, 2023
@netlify
Copy link

netlify bot commented Sep 25, 2023

Deploy Preview for aya-rs-docs ready!

Name Link
🔨 Latest commit 9680f50
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/651190963f1bf30008a97f4f
😎 Deploy Preview https://deploy-preview-793--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mergify
Copy link

mergify bot commented Sep 25, 2023

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Sorry, only users with push access can use that command.

@tamird
Copy link
Member

tamird commented Sep 25, 2023

@dependabot merge

@dependabot dependabot bot merged commit 8ae5b0d into main Sep 25, 2023
20 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/dialoguer-0.11 branch September 25, 2023 14:26
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant