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

chore(deps): bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.3.2 #324

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/charmbracelet/bubbletea from 1.1.1 to 1.3.2.

Release notes

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

v1.3.2

Changelog

Bug fixes

  • b0186ada899e2c5f270b753f577be2c89ed1836f: fix: windows: handle cancel io error (@​aymanbagabas)

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

v1.3.1

Changelog

Bug fixes

  • 771a10156269427e1e0c0be807410a0246135bf3: fix: renderer: use newline instead of cud1 to move cursor down (#1323) (@​aymanbagabas)
  • c66daf9744ee9cf9285e9d2e2c5f1ebb084b11fe: fix: windows: AltGr maps to LEFT_CTRL+RIGHT_ALT (#1162) (@​aymanbagabas)

Other work

  • 439398b1dd1791a253723819baf8f184a7dcc385: Remove irrelevant option comments (@​nervo)

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

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

... (truncated)

Commits
  • b0186ad fix: windows: handle cancel io error
  • 771a101 fix: renderer: use newline instead of cud1 to move cursor down (#1323)
  • cebad5b chore(examples): update go.mod and go.sum
  • 439398b Remove irrelevant option comments
  • c66daf9 fix: windows: AltGr maps to LEFT_CTRL+RIGHT_ALT (#1162)
  • 696e4ab chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (#1312)
  • 8eb3080 chore(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 (#1311)
  • 75d1b4b chore: deprecate some StartupOptions in favor of Cmds (#1307)
  • 7f68efb chore: examples: go mod tidy
  • c8d6005 fix: use CancelIoEx to cancel Windows conInputReader across threads (#1305)
  • 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.1.1 to 1.3.2.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.1.1...v1.3.2)

---
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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 11, 2025
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 go Pull requests that update Go code patch-release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants