Skip to content

deps: bump github.com/mattn/go-runewidth from 0.0.21 to 0.0.22#95

Merged
ako merged 1 commit intomainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.22
Apr 4, 2026
Merged

deps: bump github.com/mattn/go-runewidth from 0.0.21 to 0.0.22#95
ako merged 1 commit intomainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.22

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps github.com/mattn/go-runewidth from 0.0.21 to 0.0.22.

Commits
  • 41dc6c5 Merge pull request #92 from mattn/stringwidth-single-rune-fast-path
  • 254e529 optimize single-rune StringWidth
  • 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 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)

Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.21 to 0.0.22.
- [Commits](mattn/go-runewidth@v0.0.21...v0.0.22)

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

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

dependabot bot commented on behalf of github Apr 3, 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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

AI Code Review

What Looks Good

  • The PR is a clean, scoped dependency bump (only github.com/mattn/go-runewidth from v0.0.21 to v0.0.22)
  • The update includes a performance optimization for single-rune StringWidth (commit 254e529) with no breaking changes
  • The diff correctly updates both go.mod and go.sum with matching versions
  • As a Dependabot-generated PR, it follows atomicity (one dependency change per PR)
  • No MDL syntax, grammar, or behavioral changes are introduced — the dependency is likely used for terminal/REPL string width calculations (e.g., output formatting) where this optimization is safe and beneficial

Recommendation

Approve the dependency update. It poses minimal risk, provides a performance benefit, and requires no changes to the codebase beyond the version bump. No checklist items are triggered since this is purely a dependency update with no MDL or functional impact.


Automated review via OpenRouter (Nemotron Super 120B) — workflow source

@ako ako merged commit 51213d7 into main Apr 4, 2026
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/mattn/go-runewidth-0.0.22 branch April 4, 2026 13:09
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.

1 participant