deps: bump github.com/mattn/go-runewidth from 0.0.28 to 0.0.29 - #413
deps: bump github.com/mattn/go-runewidth from 0.0.28 to 0.0.29#413dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.28 to 0.0.29. - [Commits](mattn/go-runewidth@v0.0.28...v0.0.29) --- updated-dependencies: - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.29 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🟢 Approval recommended
The focused patch update is internally consistent and preserves the APIs used by the project.
Pull request overview
Updates go-runewidth to v0.0.29, incorporating upstream LUT and zero-width wrapping fixes.
Changes:
- Bumps the module version.
- Refreshes dependency checksums.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
go.mod |
Updates the dependency version. |
go.sum |
Updates checksums for v0.0.29. |
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.
|
Superseded by #422, which carries this bump together with the regenerated Nix vendorHash the flake build needs. |
Pull request was closed
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps github.com/mattn/go-runewidth from 0.0.28 to 0.0.29.
Commits
218f489Merge pull request #107 from lenamonj/fix-createlut-rebuild9194f28Skip the LUT rebuild when the flags it was built from are unchangedf6162bcCreateLUT: rebuild the table after a DefaultCondition flag change81cd213Merge pull request #106 from lenamonj/fix-wrap-zero-widtha179420Use max to keep the Wrap capacity hint from dividing by zeroda93697Wrap: do not panic when the width is zeroDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-runewidthfrom v0.0.28 to v0.0.29. This patch release fixes a panic when wrapping with zero width and optimizes LUT rebuild behavior.Written for commit 329f821. Summary will update on new commits.