Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/jedib0t/go-pretty/v6 to v6.6.6 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/jedib0t/go-pretty/v6 v6.3.1 -> v6.6.6 age adoption passing confidence

Release Notes

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

v6.6.6

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.6.5...v6.6.6

v6.6.5

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.4...v6.6.5

v6.6.4

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.3...v6.6.4

v6.6.3

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.2...v6.6.3

v6.6.2

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.1...v6.6.2

v6.6.1

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.0...v6.6.1

v6.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.9...v6.6.0

v6.5.9

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.8...v6.5.9

v6.5.8

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.5.7...v6.5.8

v6.5.7

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.5.6...v6.5.7

v6.5.6

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.5.5...v6.5.6

v6.5.5

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.4...v6.5.5

v6.5.4

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.3...v6.5.4

v6.5.3

Compare Source

Bug-Fixes

  • table & list:
    • process "\r" correctly (moving the cursor back to start of line)

v6.5.2

Compare Source

Bug-Fixes

  • table & list:
    • process "\r" correctly (erase everything preceding it in the line)

v6.5.1

Compare Source

Features

  • progress
    • auto-trim output to fit terminal width

v6.5.0

Compare Source

Features

  • table
    • SuppressTrailingSpaces() to remove trailing spaces in tables without borders; thanks @​shreddedbacon

Bug-Fixes

  • table
    • handle negative column WidthMax values gracefully; fixes #​285

v6.4.9

Compare Source

Bug-Fixes

  • table
    • do not merge content cells with empty ones (#​280)

v6.4.8

Compare Source

Features

v6.4.7

Compare Source

Features

  • text
  • progress // thanks @​NathanBaulch for all of the following
    • support rendering trackers that haven't started yet (#​270)
    • secondary sort by start time (#​271)
    • stability fix for descending sorts (#​272)
    • render never started trackers properly (#​273)
    • overall ETA never less than max ETA (#​274)

v6.4.6

Compare Source

Features

  • table
    • honor border color overrides for title row (#​260)

v6.4.5

Compare Source

Features

  • table
    • option to custom color borders/separators (#​259)
      • table.Style().Color.Border
      • table.Style().Color.Separator
  • text

v6.4.4

Compare Source

Features

  • table
    • option to avoid coloring borders/separators (table.Style().Options.DoNotColorBordersAndSeparators)

v6.4.3

Compare Source

Bug-Fixes

  • progress
    • fix overall tracker disappearing when appending a tracker after current trackers are done (fixes #​245) (thanks @​iyear)

v6.4.2

Compare Source

Bug-Fixes

  • table
    • colorize title borders (fixes #​234)

v6.4.1

Compare Source

Bug-Fixes

  • table
    • better column sizing for complex auto-merge use-cases (fixes #​226)

v6.4.0

Compare Source

Features

  • progress
    • option to set Pinned Message(s) above active Trackers (thanks to @​iyear)

v6.3.9

Compare Source

Features

v6.3.8

Compare Source

Features

  • progress
    • can now display "speed" of progress for each tracker (thanks @​iyear)

v6.3.7

Compare Source

Bug-Fixes

  • table
    • do not colorize borders using row-painter output of the previous row (fixes #​221)
  • text
    • provide an override method to possibly deal with width calculation issues when LANG is set to some East Asian value (addresses #​220)

v6.3.6

Compare Source

Features

  • list

v6.3.5

Compare Source

Bug-Fixes

  • table
    • fix column separators in tables without headers or footers (fixes #​215)

v6.3.4

Compare Source

Bug-Fixes

  • table
    • fix merging issues in rows with wrapped columns

v6.3.3

Compare Source

Bug-Fixes

  • text
    • deprecate text.RuneCount for being misnamed (#​209)
    • introduce text.RuneWidthWithoutEscSequences as a replacement
  • dependencies
    • upgrade testify from v1.7.0 to v1.7.4 to avoid using yaml.v3 v3.0.0 (#​210)

v6.3.2

Compare Source

Features

  • table
    • Introduce an option to set Alignment for horizontally merged cells

Configuration

📅 Schedule: 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Feb 19, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.7.1 -> v1.10.0
github.com/mattn/go-runewidth v0.0.13 -> v0.0.16
github.com/rivo/uniseg v0.2.0 -> v0.4.7
github.com/stretchr/objx v0.1.1 -> v0.5.2
golang.org/x/sys v0.1.0 -> v0.30.0
gopkg.in/yaml.v3 v3.0.0 -> v3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants