Skip to content

Bump github.com/mattn/go-runewidth from 0.0.24 to 0.0.27 - #146

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.27
Jul 28, 2026
Merged

Bump github.com/mattn/go-runewidth from 0.0.24 to 0.0.27#146
github-actions[bot] merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.27

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-runewidth from 0.0.24 to 0.0.27.

Commits
  • 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
  • 2e05c0b Merge pull request #102 from mattn/fix/spacing-marks-and-cluster-width
  • 3e28133 Fix width of spacing marks and multi-rune grapheme clusters
  • b571037 Merge pull request #98 from bugwhisperer418/master
  • 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

Update github.com/mattn/go-runewidth from 0.0.24 to 0.0.27 to improve Unicode width handling (spacing marks and multi-rune clusters) and pick up small performance optimizations. Changes are limited to go.mod and go.sum.

Written for commit 040b7e3. Summary will update on new commits.

Review in cubic

Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.24 to 0.0.27.
- [Commits](mattn/go-runewidth@v0.0.24...v0.0.27)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.27
  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 Jul 28, 2026
Copilot AI review requested due to automatic review settings July 28, 2026 09:13
@dependabot dependabot Bot added dependencies go Pull requests that update go code labels Jul 28, 2026

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.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the github.com/mattn/go-runewidth dependency to a newer patch version to keep Go module dependencies current.

Changes:

  • Bumped github.com/mattn/go-runewidth from v0.0.24 to v0.0.27 in go.mod
  • Updated corresponding checksums in go.sum

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates the required github.com/mattn/go-runewidth version to v0.0.27.
go.sum Refreshes module and go.mod checksums for the updated go-runewidth version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
github-actions Bot enabled auto-merge (squash) July 28, 2026 09:13
@github-actions github-actions Bot added the enhancement New feature or request label Jul 28, 2026
@github-actions
github-actions Bot merged commit 4a35066 into main Jul 28, 2026
24 checks passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/mattn/go-runewidth-0.0.27 branch July 28, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies enhancement New feature or request go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant