Skip to content

deps: bump the go-modules group across 1 directory with 2 updates#126

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-modules-de6bb28f31
Open

deps: bump the go-modules group across 1 directory with 2 updates#126
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-modules-de6bb28f31

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps the go-modules group with 2 updates in the / directory: github.com/charmbracelet/huh and github.com/mattn/go-runewidth.

Updates github.com/charmbracelet/huh from 0.8.0 to 1.0.0

Commits
  • 9dc45e3 chore(deps): bump github.com/charmbracelet/bubbles (#733)
  • bffc99a chore(deps): bump github.com/charmbracelet/bubbles (#739)
  • 5c5971e chore(deps): bump github.com/charmbracelet/bubbles (#732)
  • 04fe1e4 ci: sync golangci-lint config
  • cf33835 chore(deps): bump github.com/charmbracelet/x/exp/strings (#729)
  • 6f7d32f chore: minor wording change in match select (#716)
  • 6575a6e chore(deps): bump actions/checkout from 5 to 6 in the all group (#715)
  • 25888d1 chore(deps): bump golangci/golangci-lint-action in the all group (#712)
  • See full diff in compare view

Updates github.com/mattn/go-runewidth from 0.0.20 to 0.0.21

Commits
  • b7b94fb Merge pull request #91 from mattn/add-is-combining-width
  • 2c33cbf Update CI: bump actions and Go versions
  • c6c0a14 Add IsCombiningWidth function
  • 6399b33 Merge pull request #90 from bugwhisperer418/76-zero-width-variation-selections
  • dadc062 fix benchmark test checksums
  • 75db52f update test checksums
  • fb9c1d1 Treat Mn variation selections with EA width "A" as combining with 0 width
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules group with 2 updates in the / directory: [github.com/charmbracelet/huh](https://github.com/charmbracelet/huh) and [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth).


Updates `github.com/charmbracelet/huh` from 0.8.0 to 1.0.0
- [Release notes](https://github.com/charmbracelet/huh/releases)
- [Commits](charmbracelet/huh@v0.8.0...v1.0.0)

Updates `github.com/mattn/go-runewidth` from 0.0.20 to 0.0.21
- [Commits](mattn/go-runewidth@v0.0.20...v0.0.21)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/huh
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-modules
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 15, 2026

Greptile Summary

Dependabot bumps two Go dependencies: github.com/charmbracelet/huh (v0.8.0 → v1.0.0) and github.com/mattn/go-runewidth (v0.0.20 → v0.0.21).

  • huh v1.0.0: Contains dependency bumps (bubbles, x/exp/strings), a CI config sync, and a minor wording change. The go.mod hash is identical between v0.8.0 and v1.0.0, confirming no transitive dependency changes. All APIs used in this codebase (NewForm, NewGroup, NewInput, NewSelect, NewMultiSelect, NewConfirm, WithTheme, ThemeCatppuccin, etc.) remain stable. The breaking v2.0.0 uses a different import path (charm.land/huh/v2), so this upgrade is safe.
  • go-runewidth v0.0.21: Patch release that adds an IsCombiningWidth function and fixes zero-width variation selection handling. Fully backward compatible.

Confidence Score: 5/5

  • This PR is safe to merge — both updates are backward-compatible with no API changes affecting this codebase.
  • Both dependency bumps are non-breaking: huh v1.0.0 is a stabilization release with only internal dep bumps, and go-runewidth v0.0.21 is a patch. The codebase uses 11 files importing huh with standard APIs that are unchanged. No code modifications are needed.
  • No files require special attention.

Important Files Changed

Filename Overview
go.mod Bumps huh from v0.8.0 to v1.0.0 (non-breaking, mostly dep bumps) and go-runewidth from v0.0.20 to v0.0.21 (patch release). No API changes affect this codebase.
go.sum Updated checksums for the two bumped dependencies. Hashes are consistent and correct.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[go.mod] --> B["charmbracelet/huh\nv0.8.0 → v1.0.0"]
    A --> C["mattn/go-runewidth\nv0.0.20 → v0.0.21"]
    B --> D["11 Go files import huh\n(forms, prompts, onboarding)"]
    C --> E["1 Go file imports go-runewidth\n(overlay.go)"]
    D --> F["No API changes\nAll usages remain compatible"]
    E --> F
Loading

Last reviewed commit: e2bc966

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants