[PR #1461] [MERGED] chore(deps): bump charm.land/bubbletea/v2 from 2.0.6 to 2.0.7 #27734

Closed
opened 2026-06-18 01:12:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/veggiemonk/awesome-docker/pull/1461
Author: @dependabot[bot]
Created: 6/4/2026
Status: Merged
Merged: 6/5/2026
Merged by: @veggiemonk

Base: masterHead: dependabot/go_modules/charm.land/bubbletea/v2-2.0.7


📝 Commits (1)

  • 4efecc6 chore(deps): bump charm.land/bubbletea/v2 from 2.0.6 to 2.0.7

📊 Changes

2 files changed (+9 additions, -13 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+6 -10)

📄 Description

Bumps charm.land/bubbletea/v2 from 2.0.6 to 2.0.7.

Release notes

Sourced from charm.land/bubbletea/v2's releases.

v2.0.7

A few lil’ stability patches

Hi! This is a patch release with a few solid improvements around stability and correctness.

  • @​lrstanley, one of our faves, fixed a race condition around mice in the Cursed Renderer
  • @​lawrence3699 fixed a panic that could happen when input's not available
  • We fixed a correctness issue with regard to mouse releases when Kitty Keyboard was active (thanks, @​mitchellh)

Thanks for using Bubble Tea, and if you see anything awry please do let us know!

—Charm 👋

Changelog

Fixed

  • c60f0c53042238305ec13b486326588f12aea0ec: fix: prevent data race with cursedRenderer.onMouse (#1691) (@​lrstanley)
  • 074596e14e2f5ca5e3986ee72e7c08f1569c4178: fix: skip input reader restore when input is disabled (#1680) (@​lawrence3699)
  • 878d7df2f2b02f3ca8db177fa8553834bc35ea7c: fix(deps): bump ultraviolet for kitty keyboard fix (@​meowgorithm)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • a23da80 v2.0.7
  • 670963e chore(task): add release and fetch-tags tasks
  • 29c4c32 fix(examples/deps): go mod tidy
  • 878d7df chore(deps): bump ultraviolet for kitty keyboard fix
  • c60f0c5 fix: prevent data race with cursedRenderer.onMouse (#1691)
  • 640d879 docs(readme): update footer image
  • 0fbefd2 chore: remove CODEOWNERS
  • 074596e fix: skip input reader restore when input is disabled (#1680)
  • See full diff 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/veggiemonk/awesome-docker/pull/1461 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/4/2026 **Status:** ✅ Merged **Merged:** 6/5/2026 **Merged by:** [@veggiemonk](https://github.com/veggiemonk) **Base:** `master` ← **Head:** `dependabot/go_modules/charm.land/bubbletea/v2-2.0.7` --- ### 📝 Commits (1) - [`4efecc6`](https://github.com/veggiemonk/awesome-docker/commit/4efecc6fbfed09350b5115e31c84b9ca01bdb7fd) chore(deps): bump charm.land/bubbletea/v2 from 2.0.6 to 2.0.7 ### 📊 Changes **2 files changed** (+9 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -10) </details> ### 📄 Description Bumps [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) from 2.0.6 to 2.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/charmbracelet/bubbletea/releases">charm.land/bubbletea/v2's releases</a>.</em></p> <blockquote> <h2>v2.0.7</h2> <h1>A few lil’ stability patches</h1> <p>Hi! This is a patch release with a few solid improvements around stability and correctness.</p> <ul> <li><a href="https://github.com/lrstanley"><code>@​lrstanley</code></a>, one of our faves, fixed a race condition around mice in the Cursed Renderer</li> <li><a href="https://github.com/lawrence3699"><code>@​lawrence3699</code></a> fixed a panic that could happen when input's not available</li> <li>We fixed a correctness issue with regard to mouse releases when Kitty Keyboard was active (thanks, <a href="https://github.com/mitchellh"><code>@​mitchellh</code></a>)</li> </ul> <p>Thanks for using Bubble Tea, and if you see anything awry please do let us know!</p> <p>—Charm 👋</p> <h2>Changelog</h2> <h3>Fixed</h3> <ul> <li>c60f0c53042238305ec13b486326588f12aea0ec: fix: prevent data race with cursedRenderer.onMouse (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1691">#1691</a>) (<a href="https://github.com/lrstanley"><code>@​lrstanley</code></a>)</li> <li>074596e14e2f5ca5e3986ee72e7c08f1569c4178: fix: skip input reader restore when input is disabled (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1680">#1680</a>) (<a href="https://github.com/lawrence3699"><code>@​lawrence3699</code></a>)</li> <li>878d7df2f2b02f3ca8db177fa8553834bc35ea7c: fix(deps): bump ultraviolet for kitty keyboard fix (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li> </ul> <hr /> <p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://x.com/charmcli">X</a>, <a href="https://charm.land/discord">Discord</a>, <a href="https://charm.land/slack">Slack</a>, <a href="https://mastodon.social/@charmcli">The Fediverse</a>, <a href="https://bsky.app/profile/charm.land">Bluesky</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/bubbletea/commit/a23da80847e6fc928febc62114f761403ac5d2f1"><code>a23da80</code></a> v2.0.7</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/670963e70b78934aef812ee1e9b9fbe476efa4b5"><code>670963e</code></a> chore(task): add release and fetch-tags tasks</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/29c4c3269f923cf07888e69957032b2ec55faac5"><code>29c4c32</code></a> fix(examples/deps): go mod tidy</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/878d7df2f2b02f3ca8db177fa8553834bc35ea7c"><code>878d7df</code></a> chore(deps): bump ultraviolet for kitty keyboard fix</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/c60f0c53042238305ec13b486326588f12aea0ec"><code>c60f0c5</code></a> fix: prevent data race with cursedRenderer.onMouse (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1691">#1691</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/640d8793966c506842bb31af23bdb9c672fae3ab"><code>640d879</code></a> docs(readme): update footer image</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/0fbefd21e0610915ac2e6c0422d4e58bea413b6c"><code>0fbefd2</code></a> chore: remove CODEOWNERS</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/074596e14e2f5ca5e3986ee72e7c08f1569c4178"><code>074596e</code></a> fix: skip input reader restore when input is disabled (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1680">#1680</a>)</li> <li>See full diff in <a href="https://github.com/charmbracelet/bubbletea/compare/v2.0.6...v2.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=charm.land/bubbletea/v2&package-manager=go_modules&previous-version=2.0.6&new-version=2.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-18 01:12:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-docker#27734