fix(deps): update module github.com/charmbracelet/huh to v0.7.0 #286
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.6.0
->v0.7.0
Release Notes
charmbracelet/huh (github.com/charmbracelet/huh)
v0.7.0
Compare Source
Less bugs, more feats
This is a quality-of-life release which fixes a handful of behavioral and rendering issues, and adds a few of useful features.
Accessible mode: now more accessible
We made several updates to accessible mode, and it should now work better with
screen readers.
It will also now respect
WithInput
andWithOutput
.Focused? Hovered Filtered?
Useful when integrating with an existing Bubble Tea app, you can now get the
currently focused field, as well as the which option the cursor is pointing at, which we’re calling "hover":
You can also use
GetFiltering
to check if the user is currently filtering.Spinning, but not out of control
Spinner
was revamped and now properly handles context cancellations,interrupts, and more. You can also use the new
ActionWithError
to set an action that might error.Other improvements
FilePicker
got a couple of improvements: you can now set theCursor
, and the UI has received a bit of extra polish.Group
now properly renders theirTitle
andDescription
.Text
can now be configured to not allow opening the external editor.Select
andMultiSelect
now properly handle multi-line options, as well as automatically wrap long options so they are properly rendered.Title
andDescription
of all components now properly wrap, fixing many rendering issues.Column
andGrid
layouts received bug fixes and improvements.SIGINT
) are now properly handled.Changelog
WithButtonAlignment
function for button positioning by @bashbunni in https://github.com/charmbracelet/huh/pull/427New Contributors
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Discord.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.