Skip to content

deps: bump github.com/mattn/go-runewidth from 0.0.20 to 0.0.21 in the go-modules group#125

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-modules-ab5718da60
Closed

deps: bump github.com/mattn/go-runewidth from 0.0.20 to 0.0.21 in the go-modules group#125
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-modules-ab5718da60

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the go-modules group with 1 update: github.com/mattn/go-runewidth.

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 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 <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 1 update: [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth).


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/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 8, 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 8, 2026

Greptile Summary

This PR is an automated Dependabot bump of github.com/mattn/go-runewidth from v0.0.20 to v0.0.21. The only changes are the version string in go.mod and the corresponding checksum entries in go.sum.

Key points:

  • The new release adds an IsCombiningWidth helper function and fixes zero-width variation selections (Mn characters with EA width "A" are now treated as combining with 0 width), which can affect text-width calculations in terminal UIs.
  • The go.mod hash in go.sum is shared between v0.0.20 and v0.0.21 (XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=), which is expected when the upstream module's own go.mod file was not modified between releases.
  • No application code was changed; this is a pure dependency update.

Confidence Score: 5/5

  • This PR is safe to merge — it is a routine patch-level dependency bump with no breaking API changes.
  • The change is limited to two auto-generated files (go.mod and go.sum). The upstream release is a minor additive update (new helper function + a narrow unicode width fix) with a high Dependabot compatibility score. No application logic is touched.
  • No files require special attention

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot detects go-runewidth v0.0.21] --> B[Update go.mod\nv0.0.20 → v0.0.21]
    B --> C[Regenerate go.sum\nNew h1 hash for v0.0.21]
    C --> D{CI passes?}
    D -- Yes --> E[Merge PR]
    D -- No --> F[Investigate failure]
Loading

Last reviewed commit: 5fe0f8d

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2026

Looks like github.com/mattn/go-runewidth is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 15, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-ab5718da60 branch March 15, 2026 16:22
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