Skip to content

chore(deps): bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.28 - #46

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.28
Open

chore(deps): bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.28#46
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.28

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-runewidth from 0.0.19 to 0.0.28.

Commits
  • 554428c Merge pull request #105 from mattn/lazy-width-lut
  • 27d1448 Avoid regexp and map construction at package load
  • 69a63c6 Build the strict width LUT lazily to fix startup regression
  • f2d8bfe Merge pull request #103 from mattn/restore-zerowidthjoiner
  • 2cd35a6 Restore ZeroWidthJoiner as a deprecated no-op
  • b2badb7 Avoid ambiguous-width prefix in TruncatePrefix test
  • a1307e2 Add TruncatePrefix tests for multi-rune grapheme clusters
  • 9beccfd Merge pull request #79 from umlx5h/add_truncate_prefix
  • 0b200cc Merge pull request #97 from mattn/perf/precomputed-width-lut
  • fc57c61 Merge pull request #93 from apocelipes/feat-optimize-fill
  • 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)

Summary by cubic

Bumps github.com/mattn/go-runewidth from 0.0.19 to 0.0.28 to pick up performance fixes and updated Unicode width handling. Older versions built width data at load and had older tables; the new version lazily initializes lookup tables and may tweak width calculations for some grapheme clusters.

  • Only go.mod/go.sum changed; no app code changes.
  • Expect faster startup due to lazy init (no regex/map work at package load).
  • Unicode width updates can slightly affect truncation, padding, and table alignment. Spot-check CLI/TUI output, especially with CJK and emoji/ZWJ sequences.
  • No migration required. Upstream restored ZeroWidthJoiner as a deprecated no-op; no action needed.

Written for commit e23d44f. Summary will update on new commits.

Review in cubic

Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.19 to 0.0.28.
- [Commits](mattn/go-runewidth@v0.0.19...v0.0.28)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

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

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

@dependabot
dependabot Bot requested a review from eshanized as a code owner August 23, 2026 09: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