Skip to content

deps: bump github.com/mattn/go-runewidth from 0.0.29 to 0.0.30 - #444

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

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.30

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-runewidth from 0.0.29 to 0.0.30.

Commits
  • 14205cc Merge pull request #110 from mattn/truncate-rune-fast-path
  • 67f0b8d Take the rune fast path in the Truncate functions too
  • a42811d Merge pull request #111 from mattn/wrap-invalid-utf8
  • 1156ade Keep strings that are not valid UTF-8 on the segmenter
  • 06120a9 Merge pull request #109 from mattn/skip-segmentation-without-joiners
  • 21388ad Skip grapheme segmentation for text that cannot form clusters
  • 6c7068f Generate a table of runes that can join a grapheme cluster
  • 2793dc5 Merge pull request #108 from youdie006/fix-wrap-grapheme-cluster
  • fd7c07f Add Wrap benchmarks for the ASCII, CJK and emoji paths
  • f5f115c Inline the ASCII width rule in the Wrap fast path
  • 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

Updates github.com/mattn/go-runewidth from 0.0.29 to 0.0.30.

Bug Fixes

  • Includes a fix that keeps invalid UTF-8 strings on the segmenter.
  • Includes a fix for wrapping grapheme clusters.

Written for commit 579a4ee. Summary will update on new commits.

Review in cubic

Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.29 to 0.0.30.
- [Commits](mattn/go-runewidth@v0.0.29...v0.0.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Sep 15, 2026
Copilot AI balanced review requested due to automatic review settings September 15, 2026 09:14
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Sep 15, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 15, 2026 09:14
@github-actions
github-actions Bot enabled auto-merge (squash) September 15, 2026 09:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approved

The dependency and checksum updates are consistent and require no application-code changes.

Pull request overview

Updates go-runewidth to v0.0.30, incorporating grapheme wrapping and invalid UTF-8 fixes.

Changes:

  • Bumps the dependency from v0.0.29 to v0.0.30.
  • Updates module checksums.

[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.

File summaries
File Description
go.mod Updates the dependency version.
go.sum Updates dependency checksums.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot added the deps label Sep 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies deps go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant