Skip to content

deps: bump github.com/mattn/go-runewidth from 0.0.22 to 0.0.23#187

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Commits
  • 17a7a03 Merge pull request #95 from mattn/optimize-runewidth-performance
  • 0a43bb8 Optimize RuneWidth and StringWidth performance
  • 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.22 to 0.0.23.
- [Commits](mattn/go-runewidth@v0.0.22...v0.0.23)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.23
  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 10, 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

AI Code Review

What Looks Good

  • Clean, minimal dependency bump with clear version update in both go.mod and go.sum
  • The update is from v0.0.22 to v0.0.23 of github.com/mattn/go-runewidth
  • Commit messages indicate performance optimizations for RuneWidth and StringWidth functions
  • No code changes beyond dependency version updates
  • Single-purpose PR focused only on this dependency update

Recommendation

Approve. This is a safe, performance-oriented dependency update with no risk of breaking changes (patch version bump). The dependency is likely used for terminal/console width calculations in the CLI formatting, and the optimization will benefit output rendering without affecting core functionality. No checklist items are triggered for concern as this doesn't involve MDL syntax changes, new features, or architectural modifications.


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

@ako ako merged commit c417771 into main Apr 10, 2026
2 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/mattn/go-runewidth-0.0.23 branch April 10, 2026 17:30
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