Skip to content

Bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.0#315

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.8.0
Open

Bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.0#315
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

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.

v6.8.0

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.7.10...v6.8.0

v6.7.10

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.7.9...v6.7.10

Commits

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)

Note

Routine dependency bump of github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.0, updating both go.mod and go.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.

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 4, 2026
@mendral-app
Copy link
Copy Markdown
Contributor

mendral-app Bot commented Jun 4, 2026

🔄 PR Interaction Analysis

This PR is a trivial dependency version bump (github.com/jedib0t/go-pretty/v6 6.7.9 → 6.8.0) with changes limited to go.mod and go.sum. No application code, component interactions, or control flow are affected.

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.

@mendral-app
Copy link
Copy Markdown
Contributor

mendral-app Bot commented Jun 4, 2026

🧪 Testing Guide

What this PR addresses

This is an automated Dependabot patch that bumps the github.com/jedib0t/go-pretty/v6 dependency from v6.7.9 to v6.8.0. This library is used for terminal table/progress rendering. The v6.8.0 release includes a fix for speed decay on done trackers and log overwrite in the progress module.

Steps to reproduce the original issue

This 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)

  1. CI passes: All existing tests and builds should pass without errors — this confirms no breaking API changes were introduced in the new version.
  2. No regression in CLI output: If you use any CLI commands that render tables or progress bars (powered by go-pretty), verify they still render correctly.
  3. Compilation: Run go build ./... locally to confirm the module resolves and compiles cleanly.
  4. Checksum integrity: The go.sum update looks correct (same base module hash, only the version tag changed).

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.

@mendral-app
Copy link
Copy Markdown
Contributor

mendral-app Bot commented Jun 4, 2026

📋 Created Linear issue ENG-2807 — status: In Progress

  • Assignee: (unassigned — bot PR with no human reviewer)
  • Labels: Improvement, Infrastructure
  • Estimate: XS (3 additions, 3 deletions across 2 files)
  • PR linked: ✅ Issue will auto-close when this PR merges

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.

Copy link
Copy Markdown
Contributor

@mendral-app mendral-app Bot left a comment

Choose a reason for hiding this comment

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

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

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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants