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

fix(deps): update module github.com/charmbracelet/huh to v0.6.0 in go.mod #88

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2024

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

Compare Source

Just focus

This release features automatic window focus events support for the Input and Text components.

If you're using Huh in a larger Bubble Tea program you’ll need WithReportFocus to enable focus events.

p := tea.NewProgram(model{}, tea.WithReportFocus())

Happy focusing!

Changelog

New!

Full Changelog: charmbracelet/huh@v0.5.3...v0.6.0


Configuration

📅 Schedule: Branch creation - "* */1 * * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 6, 2024
@renovate renovate bot enabled auto-merge (squash) September 6, 2024 18:05
Copy link
Contributor Author

renovate bot commented Sep 6, 2024

ℹ 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):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/bubbles v0.19.0 -> v0.20.0
github.com/charmbracelet/bubbletea v0.27.0 -> v1.1.0
github.com/charmbracelet/x/ansi v0.2.2 -> v0.2.3
golang.org/x/sys v0.24.0 -> v0.25.0
golang.org/x/text v0.17.0 -> v0.18.0

@renovate renovate bot merged commit bc59841 into main Sep 6, 2024
7 checks passed
@renovate renovate bot deleted the renovate/charmbracelet branch September 6, 2024 18:08
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.47%. Comparing base (e11fba1) to head (c7b1c12).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #88   +/-   ##
=======================================
  Coverage   68.47%   68.47%           
=======================================
  Files          67       67           
  Lines        3505     3505           
=======================================
  Hits         2400     2400           
  Misses        980      980           
  Partials      125      125           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants