Closed renovate[bot] closed 1 month ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/sys |
v0.24.0 -> v0.25.0 |
golang.org/x/text |
v0.16.0 -> v0.18.0 |
This PR contains the following updates:
v0.5.3
->v0.6.0
Release Notes
charmbracelet/huh (github.com/charmbracelet/huh)
### [`v0.6.0`](https://redirect.github.com/charmbracelet/huh/releases/tag/v0.6.0) [Compare Source](https://redirect.github.com/charmbracelet/huh/compare/v0.5.3...v0.6.0) ### Just focus This release features automatic window focus events support for the `Input` and `Text` components. Note that if you're using Huh in a larger Bubble Tea program you’ll need [`WithReportFocus`](https://pkg.go.dev/github.com/charmbracelet/bubbletea#WithReportFocus) to enable focus events. ```go p := tea.NewProgram(model{}, tea.WithReportFocus()) ``` Happy focusing! #### Changelog ##### New! - support focus/blur by [@caarlos0](https://redirect.github.com/caarlos0) in [https://github.com/charmbracelet/huh/pull/357](https://redirect.github.com/charmbracelet/huh/pull/357) **Full Changelog**: https://github.com/charmbracelet/huh/compare/v0.5.3...v0.6.0Configuration
📅 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.