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.0 to 1.3.3 #28

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/charmbracelet/bubbletea from 1.1.0 to 1.3.3.

Release notes

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

v1.3.3

Changelog


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

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:

... (truncated)

Commits
  • cb6f840 chore: revert "chore: deprecate some StartupOptions in favor of Cmds (#1307)"
  • ee7cf45 chore: revert "Remove irrelevant option comments"
  • 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)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2025

The following labels could not be found: go.

@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/charmbracelet/bubbletea-1.3.3 branch from 32f3a52 to 51c4de4 Compare February 12, 2025 17:54
@pedro-stanaka
Copy link
Owner

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/main/github.com/charmbracelet/bubbletea-1.3.3 branch 2 times, most recently from 56110c0 to eda9e1a Compare February 12, 2025 17:56
@pedro-stanaka
Copy link
Owner

@dependabot rebase

Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.1.0 to 1.3.3.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v1.1.0...v1.3.3)

---
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 force-pushed the dependabot/go_modules/main/github.com/charmbracelet/bubbletea-1.3.3 branch from eda9e1a to 63582e4 Compare February 19, 2025 11:19
Copy link
Owner

@pedro-stanaka pedro-stanaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot rebase and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@pedro-stanaka
Copy link
Owner

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 22, 2025

Dependabot tried to merge this PR, but received the following error from GitHub:

Squash merges are not allowed on this repository.

@pedro-stanaka pedro-stanaka merged commit fc01ab6 into main Feb 22, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/main/github.com/charmbracelet/bubbletea-1.3.3 branch February 22, 2025 09:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant