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

Bump dialoguer from 0.10.1 to 0.10.4 #3

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps dialoguer from 0.10.1 to 0.10.4.

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.
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 compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [dialoguer](https://github.com/console-rs/dialoguer) from 0.10.1 to 0.10.4.
- [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md)
- [Commits](console-rs/dialoguer@v0.10.1...v0.10.4)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2024
@takuma7 takuma7 merged commit 7e0c4e4 into main Oct 7, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/dialoguer-0.10.4 branch October 7, 2024 00:57
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant