hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
63 stars 8 forks source link

fix(deps): update module github.com/charmbracelet/huh to v0.6.0 #216

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/charmbracelet/huh v0.5.3 -> v0.6.0 age adoption passing confidence

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.0

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.

renovate[bot] commented 2 months ago

ℹ Artifact update notice

File name: go.mod

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