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/bubbletea to v0.20.0 #99

Merged
merged 2 commits into from
Feb 15, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/charmbracelet/bubbletea require minor v0.19.3 -> v0.20.0

Release Notes

charmbracelet/bubbletea

v0.20.0

Compare Source

Force-Kill + Bugfixes

This is mostly a bugfix release, but there’s also a new feature where you can quit a Bubble Tea program immediately, skipping the final render, but still restoring the terminal state:

p := tea.NewProgram(model{})

go func() {
    if err := p.Start(); err != nil {
        fmt.Println("Oh no:", err)
        os.Exit(1)
    }
}()

// Later
p.Kill()

This can be useful in when to you need fine-grained management over a Bubble Tea program when using something like Wish. Special thanks to @​aymanbagabas for implementing this swiftly and acutely.

New

Fixed

New Contributors

Full Changelog: charmbracelet/bubbletea@v0.19.3...v0.20.0


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or Slack.


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from statik as a code owner February 15, 2022 16:12
@mergify mergify bot merged commit 1007542 into main Feb 15, 2022
@mergify mergify bot deleted the renovate/github.com-charmbracelet-bubbletea-0.x branch February 15, 2022 16:23
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.

None yet

1 participant