Skip to content

chore(go): bump charm.land/bubbles/v2 from 2.0.0 to 2.1.0#407

Merged
amoeba merged 1 commit into
mainfrom
dependabot/go_modules/charm.land/bubbles/v2-2.1.0
Jul 10, 2026
Merged

chore(go): bump charm.land/bubbles/v2 from 2.0.0 to 2.1.0#407
amoeba merged 1 commit into
mainfrom
dependabot/go_modules/charm.land/bubbles/v2-2.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps charm.land/bubbles/v2 from 2.0.0 to 2.1.0.

Release notes

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

v2.1.0

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

  • f1daacfa0cfee07e31a12498078426d275aa5286: feat(textarea): dynamic height (#910) (@​meowgorithm)

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

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 8, 2026
amoeba added a commit that referenced this pull request Jul 8, 2026
If you look at dependabot PRs like
#407 you see it fails because
it can't get the PGP key,

```
Run echo "$COLUMNAR_GPG_KEY" | gpg --batch --import
gpg: directory '/home/runner/.gnupg' created
gpg: keybox '/home/runner/.gnupg/pubring.kbx' created
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
Error: Process completed with exit code 2.
```

I'm assuming this is because dependabot PRs run with lower privs and
don't have access to secrets/environments. So I think we should just
skip the snapshot job on dependabot PRs.

Goes with #409.
Bumps [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: charm.land/bubbles/v2
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/charm.land/bubbles/v2-2.1.0 branch from d6d203c to f0b56cf Compare July 10, 2026 16:55
@amoeba amoeba merged commit 5970583 into main Jul 10, 2026
14 checks passed
@amoeba amoeba deleted the dependabot/go_modules/charm.land/bubbles/v2-2.1.0 branch July 10, 2026 17:12
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