Bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.0#315
Bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.0#315dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.7.9 to 6.8.0. - [Release notes](https://github.com/jedib0t/go-pretty/releases) - [Commits](jedib0t/go-pretty@v6.7.9...v6.8.0) --- updated-dependencies: - dependency-name: github.com/jedib0t/go-pretty/v6 dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🔄 PR Interaction AnalysisThis PR is a trivial dependency version bump ( A sequence diagram is not applicable here — no functional interactions between components have changed. Note Posted by PR Sequence Diagram · Tag @mendral-app with feedback. |
🧪 Testing GuideWhat this PR addressesThis is an automated Dependabot patch that bumps the Steps to reproduce the original issueThis is a dependency version bump, not a bug fix in this repository. There are no specific reproduction steps for a local issue. What to verify (expected behavior)
Since this is a minor version bump of a formatting library with no API-breaking changes expected, CI passing is the primary validation gate. Note Posted by PR Testing Guide · Tag @mendral-app with feedback. |
|
📋 Created Linear issue ENG-2807 — status: In Progress
Auto-created because no Linear reference was found in the PR title, description, or branch name. Note Posted by Linear Issue Enforcer · Tag @mendral-app with feedback. |
There was a problem hiding this comment.
LGTM
Clean dependency bump with only bug fixes in the upstream release — no breaking changes, no new dependencies, and the go.sum hashes are consistent with the version update. Safe to merge.
Tag @mendral-app with feedback or questions. View session
ENG-2807
Bumps github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.0.
Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
Commits
45fb00dtext: wrap wide runes when wrapLen is odd in WrapHard (#408)ad17549progress: fix speed decay on done trackers and log overwrite; fixes #405 (#406)66563fdtext: fix panic on align with unicode (#404)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 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)Note
Routine dependency bump of
github.com/jedib0t/go-pretty/v6from 6.7.9 to 6.8.0, updating bothgo.modandgo.sum. The release includes two bug fixes: a panic fix for text alignment with Unicode and a progress tracker speed decay fix.Written by Mendral for commit eb46698.