Skip to content

Update module github.com/jedib0t/go-pretty/v6 to v6.8.2#460

Open
renovate-rancher[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-jedib0t-go-pretty-v6-6.x
Open

Update module github.com/jedib0t/go-pretty/v6 to v6.8.2#460
renovate-rancher[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-jedib0t-go-pretty-v6-6.x

Conversation

@renovate-rancher

@renovate-rancher renovate-rancher Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/jedib0t/go-pretty/v6 v6.7.10v6.8.2 age confidence

Release Notes

jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)

v6.8.2

Compare Source

What's Changed

New Contributors

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

v6.8.1

Compare Source

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.

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

v6.8.0

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@renovate-rancher
renovate-rancher Bot requested a review from a team as a code owner June 12, 2026 06:12
@renovate-rancher
renovate-rancher Bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 4d0439d to 82d3361 Compare June 18, 2026 06:15
@renovate-rancher renovate-rancher Bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.8.0 Update module github.com/jedib0t/go-pretty/v6 to v6.8.1 Jun 18, 2026
@renovate-rancher
renovate-rancher Bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 82d3361 to 699b094 Compare July 7, 2026 06:03
@renovate-rancher renovate-rancher Bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.8.1 Update module github.com/jedib0t/go-pretty/v6 to v6.8.2 Jul 7, 2026
@renovate-rancher
renovate-rancher Bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch 2 times, most recently from 7ef33a2 to f4dad60 Compare July 8, 2026 23:15
@renovate-rancher
renovate-rancher Bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from f4dad60 to 10dd524 Compare July 15, 2026 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants