Bump github.com/charmbracelet/huh from 0.3.0 to 0.4.2
Bumps github.com/charmbracelet/huh from 0.3.0 to 0.4.2.
Release notes
Sourced from github.com/charmbracelet/huh's releases.
v0.4.2
Your favourite files 📁
Huh?
v0.4.0(v0.4.2) introduces the File Picker to forms ✨Prompt users to select a file in just a few lines of code, you know the drill :)
var file stringhuh.NewFilePicker(). Title("Select a file:"). Description("This will be your profile image."). AllowedTypes([]string{".png", ".jpeg", ".webp", ".gif"}). Value(&file)
Field Interface
Zoom
File pickers introduce a new
Zoommethod to theFieldinterface.type Field interface {// ...Zoom() bool
// ...
}
Zoomtells the form whether this field should be the only visible field.Notice how the
FilePickerfield zooms in when selecting a file and zooms out when the file is selected, showing only the selected file.Skip
Notes introduce a new
Skipmethod to theFieldinterface.type Field interface {</tr></table>
... (truncated)
Commits
200f55bfix: permissions88b9c89fix: lint4001009fix: ignore ssh-form build, ref charmbracelet/ssh#28a730fdcfix: don't return context cancelled errorsd23b592chore(deps): go get -u && go mod tidyd900a3achore(deps): go mod tidy178a230chore(deps): bump deps2278bb2chore(deps): bump github.com/charmbracelet/bubbletea in /examples (#248)d1a0ff4chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#223)49b812cSpinner bubbles uptea.Programerrors (#237)- 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)