Skip to content

chore(deps): Bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0#393

Merged
edenreich merged 2 commits intomainfrom
dependabot/go_modules/github.com/charmbracelet/bubbles-1.0.0
Mar 6, 2026
Merged

chore(deps): Bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0#393
edenreich merged 2 commits intomainfrom
dependabot/go_modules/github.com/charmbracelet/bubbles-1.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0.

Release notes

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

v1.0.0

This is just an honorary release of Bubbles v1. Stay tuned for the next major version 🫧

Changelog

Fixed

  • d0166363eb8176b331de98dba1d6e997560f216f: fix: changed 'recieve' to 'receive' for 100% quality of Go Report Card (#881) (@​Atennop1)

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

v0.21.1

Changelog

New!

  • dff42ddb7cf28f022da475c69dba2e74f75af34d: feat: update keybindings in list setSize method (@​Broderick-Westrope)

Fixed

  • c376ce3ef18cc26bbf1f6338cc8518ae329a18d6: fix(cursor): fix data race on blinkTag (#784) (@​DryHumour)
  • 11d52ca426e5c594f7c6c10766935a7f30a83225: fix(table): preventing cursor from being out-of-bounds. (@​s0ders)
  • 49ff5c03b7bada572da36c79269dc15ab03d569b: fix(textinput): improve placeholder (#768) (@​caarlos0)
  • 7c44f63d3185e6f1d795e9369ba85185e6efe956: v1: fix(list): ensure correct cursor positions with page/cursor methods (#831) (@​lrstanley)

Docs

  • 7fcf75da535ee7db938586044a02f0f74f40339e: docs(readme): update footer image and copyright date (@​meowgorithm)
  • d4feefed7d674edbfbc8f09e99c56704706038c5: docs: remove Charm Cloud reference (#785) (@​ShalokShalom)

Other stuff

  • daab808a4d85e0b616ca9e30c1c5d9acd365aa02: ci: sync dependabot config (#786) (@​charmcli)
  • 4b2d311076480670a00b3f24fd9ad280c35c7c57: ci: sync dependabot config (#835) (@​charmcli)
  • 8562e9075fb87edf45e99c5d63a6610254d6c6e7: ci: sync golangci-lint config (#781) (@​github-actions[bot])
  • f54a125f7decd8fefa0db4a0853720200d50a631: test(table): improve table unit tests (#601) (@​Broderick-Westrope)

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

Commits
  • 4824eff chore(deps): bump github.com/charmbracelet/x/ansi in the all group (#859)
  • d016636 fix: changed 'recieve' to 'receive' for 100% quality of Go Report Card (#881)
  • 9329772 chore: update dependencies
  • ff8b5a8 chore(deps): bump actions/checkout from 5 to 6 in the all group (#863)
  • 62c7911 chore(deps): bump the all group with 2 updates (#855)
  • 49ff5c0 fix(textinput): improve placeholder (#768)
  • d6934a1 chore(deps): bump github.com/mattn/go-runewidth in the all group (#852)
  • f2d1266 chore(deps): bump github.com/charmbracelet/bubbletea in the all group (#850)
  • 5caedd7 chore(deps): bump the all group with 2 updates (#848)
  • cfdc19b chore(deps): bump actions/setup-go from 5 to 6 in the all group (#842)
  • 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 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/bubbles](https://github.com/charmbracelet/bubbles) from 0.21.0 to 1.0.0.
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v0.21.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
@edenreich edenreich merged commit 504ebbf into main Mar 6, 2026
5 checks passed
@edenreich edenreich deleted the dependabot/go_modules/github.com/charmbracelet/bubbles-1.0.0 branch March 6, 2026 01:51
ig-semantic-release-bot bot pushed a commit that referenced this pull request Mar 6, 2026
## [0.100.4](v0.100.3...v0.100.4) (2026-03-06)

### 🐛 Bug Fixes

* Flox dev environment ([6e2fd6e](6e2fd6e))
* **agents:** Prevent Docker output pollution and skip agent pulling in container mode ([#387](#387)) ([0fe503d](0fe503d)), closes [#386](#386)

### 🧹 Maintenance

* **deps:** Bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 ([#393](#393)) ([504ebbf](504ebbf))
* **deps:** Bump github.com/lib/pq from 1.10.9 to 1.11.1 ([#388](#388)) ([8ab85d7](8ab85d7))
* **deps:** Bump github.com/lib/pq from 1.11.1 to 1.11.2 ([#394](#394)) ([cd3ad4a](cd3ad4a))
* **deps:** Bump golang.org/x/crypto from 0.47.0 to 0.48.0 ([#392](#392)) ([55a2c36](55a2c36))
* **deps:** Bump golang.org/x/image from 0.34.0 to 0.36.0 ([#391](#391)) ([1f7948a](1f7948a))
* **deps:** Bump modernc.org/sqlite from 1.44.3 to 1.45.0 ([#395](#395)) ([a3cbd52](a3cbd52))
* Update development dependencies ([#396](#396)) ([aab8ab9](aab8ab9))
@ig-semantic-release-bot
Copy link

🎉 This PR is included in version 0.100.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant