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

deps(deps): bump github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.0 #159

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.0.

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.0

Sorry to interrupt: it's time for Bubble Tea v1.3.0!

Bubble Tea now ships with refined interrupt handling, courtesy @​caarlos0. Now, you can throw your terminal a ctrl+c or an interrupt signal, Bubble Tea will take it with grace and poise. Switch any ol’ run-of-the-mill tea.Quit command with tea.Interrupt for seamless interruptions.

Bug Fixes

  • 2556e01416b7f7cda13b27724c4e07ad5bb5d51c: The last rendered line count now includes those sneaky alt screen lines, thanks to @​semihbkgr's keen eye (#1254)
  • c8d6005325d3b370ea48d3e0c2129792d988e471: Windows users rejoice! @​awoodbeck has managed to cancel those unruly threads like an expert party planner using CancelIoEx (#1305)

New Contributors

Special thanks to the following new contributors:

Changelog

New Features

  • cb9395982335da2fbc8cf90c5cf2c3b73eee4787: feat(SIGINT): better handle interrupts (#1255) (@​caarlos0)

Bug fixes

  • 2556e01416b7f7cda13b27724c4e07ad5bb5d51c: fix: getting last rendered line counts including alt screen lines (#1254) (@​semihbkgr)
  • 31b433ce48d9e396e496273a10be8c688f60c4bf: fix: replace deprecated ansi codes (@​aymanbagabas)
  • c8d6005325d3b370ea48d3e0c2129792d988e471: fix: use CancelIoEx to cancel Windows conInputReader across threads (#1305) (@​awoodbeck)

Documentation updates

  • 9306010a31eef1bcaaced41ec6c99e3bdee4b5e8: docs(example): resize chat example based on window (#1262) (@​bashbunni)
  • 2060f938a069c5894a2213d684855296c12742af: docs(examples): fix glamour example (#1204) (@​meowgorithm)
  • 07288b1a746ed3168bbc7a71d3990fbcc4817a90: docs(readme): add more stuff to "In the Wild" (@​meowgorithm)
  • 1bf18861d91be438c860c58d2d2c1274f5eab444: docs(readme): additional readme tiyding up (@​meowgorithm)
  • 79cc2fb92466c957002319fdc321a8e31c103acb: docs(readme): fix tiny typo in readme (@​meowgorithm)
  • e0515bc22ad1292ecbb1f3f8ae7a795bf0d11e31: docs(readme): fix typos (#1265) (@​Bilogweb3)
  • 39f9fae50f6285fc77139b5af796bac0f0e48493: docs: clarify imports in the readme (#1234) (@​caarlos0)

Other work

  • eb7e3d0884f5976bbd94144bf3495ecb935dbce4: Update README.md references to main branch (@​simonnordberg)

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

... (truncated)

Commits
  • 7f68efb chore: examples: go mod tidy
  • c8d6005 fix: use CancelIoEx to cancel Windows conInputReader across threads (#1305)
  • 22ba68a chore(deps): bump github.com/charmbracelet/x/ansi from 0.7.0 to 0.8.0 (#1299)
  • eb7e3d0 Update README.md references to main branch
  • c1cd8bb chore(deps): bump github.com/charmbracelet/x/ansi from 0.6.0 to 0.7.0 (#1290)
  • 73843ab chore(deps): bump golang.org/x/net from 0.27.0 to 0.33.0 in /examples (#1289)
  • d670334 chore(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 (#1281)
  • 1bf1886 docs(readme): additional readme tiyding up
  • 79cc2fb docs(readme): fix tiny typo in readme
  • 07288b1 docs(readme): add more stuff to "In the Wild"
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.2.4...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2025
@github-actions github-actions bot merged commit 3aa4e00 into master Feb 5, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.0 branch February 5, 2025 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants