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 0.25.0 to 1.3.4 #3211

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/charmbracelet/bubbletea from 0.25.0 to 1.3.4.

Release notes

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

v1.3.4

This release fixes an issue on Windows where the mouse is always enabled even if it wasn't requested. Now, using mouse options such as tea.WithAllMouseMotion() and commands such as tea.EnableMouseAllMotion and tea.DisableMouse turns the mouse on/off as expected.

Changelog

New Features

  • e817654e03769c14bdc09f9032724dfc53aa936f: feat(ci): move from goveralls to codecov (#1332) (@​aymanbagabas)

Bug fixes

  • bf1216dfaf642b73b639262ab91a7e7c86095d34: fix: windows: enable mouse mode on demand (#1340) (@​aymanbagabas)

Other work

  • 00e3ef47acdd1b39b3aa3c8260910f5fd57867bb: ci: sync dependabot config (#1328) (@​charmcli)
  • 4a30f3fd2a2c3ff8d13572d9aceb3007a9940006: ci: sync dependabot config (#1329) (@​charmcli)

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

v1.3.3

This release restore the program options that were deprecated in the previous releases.

Changelog

Full Changelog: charmbracelet/bubbletea@v1.3.2...v1.3.3


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

v1.3.2

Fix canceling terminal input reads on Windows.

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

This release introduces some important bug fixes when it comes to cursor movements while rendering, and properly handle Windows AltGr key on non-English keyboards.

Changelog

... (truncated)

Commits
  • bf1216d fix: windows: enable mouse mode on demand (#1340)
  • e817654 feat(ci): move from goveralls to codecov (#1332)
  • 4a30f3f ci: sync dependabot config (#1329)
  • 00e3ef4 ci: sync dependabot config (#1328)
  • 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
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner February 26, 2025 04:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 26, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.4 branch 3 times, most recently from ed4becf to 765efa0 Compare March 3, 2025 12:40
@coveralls
Copy link

coveralls commented Mar 3, 2025

Pull Request Test Coverage Report for Build 14119669609

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 51.045%

Totals Coverage Status
Change from base Build 14119653266: 0.0%
Covered Lines: 6960
Relevant Lines: 13635

💛 - Coveralls

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.4 branch 5 times, most recently from 416f71f to ae9d3f8 Compare March 8, 2025 05:57
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.4 branch 6 times, most recently from e71e23b to 4d832b0 Compare March 19, 2025 04:47
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.4 branch 3 times, most recently from 4f27bf7 to 618be2f Compare March 21, 2025 22:17
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.4 branch from 618be2f to 19c5a21 Compare March 28, 2025 00:57
Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 0.25.0 to 1.3.4.
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v0.25.0...v1.3.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.4 branch from 19c5a21 to 75aefef Compare March 28, 2025 04:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant