Skip to content

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.3 - #355

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

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.3#355
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.8.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Fixes ENG-4120

Bumps github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.3.

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.8.3

What's Changed

Full Changelog: jedib0t/go-pretty@v6.8.2...v6.8.3

v6.8.2

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.8.1...v6.8.2

v6.8.1

What's Changed

A hardening pass across the table, list, progress, and text packages, fixing security issues, crash/race bugs, and performance problems in the render hot paths, with benchmarks added to back the optimizations.

Security

  • table/list (HTML): escape the title, caption, and CSS class names in RenderHTML() to prevent HTML/attribute injection.
  • table (CSV): make RenderCSV() output RFC 4180 compliant, and add an opt-in Style().CSV.FieldProtection option that neutralizes spreadsheet formula-injection fields (=, +, -, @, tab, CR).
  • text: sanitize hyperlink URLs and bound the escape-sequence parser buffer so adversarial input can't grow it without limit.

Correctness

  • progress: fix a render panic on tiny tracker lengths, data races on tracker/indicator state, and a leaked time.Ticker in the terminal-size watcher.
  • table: guard auto-index rendering against empty maxColumnLengths.
  • text: prevent a panic in VAlign.Apply on negative maxLines.

Performance

  • table: compile regex filters once per render; pre-size render builders.
  • list: hoist repeated width math out of the render loops.
  • text: speed up Align.Apply and StringWidthWithoutEscSequences.
  • progress: build PacManChomp frames with a strings.Builder.

Tooling

  • Moved root-level benchmarks into their packages and wired up make bench; added benchmarks for the table/text/list/progress render hot paths and tests covering the retained-done-tracker render paths.

... (truncated)

Commits
  • db0aac2 README.md: drop Go Report Card badge (#412)
  • 7f91001 table: stack vertically-merged rows into wrapped cell height; fixes #261 (#411)
  • a4201b7 text: trim to display width so CJK content respects maxLen (#410)
  • 22c68f6 fix panics, races, and injection vectors; speed up render hot paths (#409)
  • 45fb00d text: wrap wide runes when wrapLen is odd in WrapHard (#408)
  • ad17549 progress: fix speed decay on done trackers and log overwrite; fixes #405 (#406)
  • 66563fd text: fix panic on align with unicode (#404)
  • 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)

Note

Dependabot bumps github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.8.3, a semver-minor update that includes security hardening (HTML/CSV injection fixes), crash/race bug fixes, and performance improvements.

Written by Mendral for commit ab3d166.

Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.7.9 to 6.8.3.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.7.9...v6.8.3)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.8.3
  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 Jul 23, 2026
@mendral-app

mendral-app Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

🔍 PR Interaction Analysis

This is a dependency version bump (github.com/jedib0t/go-pretty/v6: 6.7.9 → 6.8.3) with changes limited to go.mod and go.sum.

No new component interactions or architectural changes are introduced — the public API of the dependency remains the same. A sequence diagram is not applicable for this change.

Summary: Routine transitive dependency update managed by Dependabot. Ensure CI passes to confirm compatibility.

Note

Posted by PR Sequence Diagram · Tag @mendral-app with feedback.

@mendral-app

mendral-app Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

🧪 Testing Guide

What this PR addresses

This is a dependency bump of github.com/jedib0t/go-pretty/v6 from v6.7.9 to v6.8.3. This library is used for terminal table/text rendering. The update includes bug fixes for vertically-merged rows and wrapped cell height handling, among other improvements.

Steps to verify

Since this is a transitive dependency update with no application code changes, there are no reproduction steps for a bug. Instead, verify:

  1. Run go build ./... — confirm the project compiles successfully with the new dependency version.
  2. Run go test ./... — confirm all existing tests pass without regressions.
  3. If there are any CLI commands that render tables or formatted text output, run them and visually confirm the output looks correct and unchanged.

What to verify (expected behavior)

  • The project builds and all tests pass with no new failures.
  • No behavioral regressions in any table or pretty-print rendering used by the toolkit.
  • go.mod and go.sum are consistent (no extraneous changes).

Note

Posted by PR Testing Guide · Tag @mendral-app with feedback.

@mendral-app mendral-app Bot 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.

LGTM

Straightforward minor dependency bump with only go.mod and go.sum changes. The upstream release notes indicate security fixes (HTML injection, CSV formula injection, unbounded buffer growth) making this a beneficial update. No code changes in this repo to review beyond the version pin.

Tag @mendral-app with feedback or questions. View session

@mendral-app

mendral-app Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

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

  • Assignee: (unassigned — bot PR with no requested reviewers)
  • Labels: CLI, enhancement
  • Estimate: XS (2 files, 6 lines changed)
  • 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.

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