Skip to content

chore(deps): Bump github.com/mattn/go-runewidth from 0.0.27 to 0.0.28 - #547

Merged
Shayne Boyer (spboyer) merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.28
Aug 24, 2026
Merged

chore(deps): Bump github.com/mattn/go-runewidth from 0.0.27 to 0.0.28#547
Shayne Boyer (spboyer) merged 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-runewidth-0.0.28

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-runewidth from 0.0.27 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
  • 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.27 to 0.0.28.
- [Commits](mattn/go-runewidth@v0.0.27...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 dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 22, 2026
Copilot AI lite review requested due to automatic review settings August 22, 2026 09:52

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

Updates the Go module dependency github.com/mattn/go-runewidth to the latest patch release, keeping waza aligned with upstream improvements (notably around avoiding unnecessary work at package init and lazy LUT construction).

Changes:

  • Bump github.com/mattn/go-runewidth from v0.0.27v0.0.28 in go.mod.
  • Refresh go.sum entries/checksums for the updated module version.

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 version of github.com/mattn/go-runewidth to v0.0.28.
go.sum Updates checksums to match go-runewidth v0.0.28.

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

@spboyer Shayne Boyer (spboyer) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Reviewed dependency compatibility and passing CI; no blocking issues found.

@spboyer
Shayne Boyer (spboyer) merged commit cc6af2d into main Aug 24, 2026
10 checks passed
@spboyer
Shayne Boyer (spboyer) deleted the dependabot/go_modules/github.com/mattn/go-runewidth-0.0.28 branch August 24, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants