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.1 #16

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2022

This PR contains the following updates:

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

Release Notes

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

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.3.2 Update module github.com/jedib0t/go-pretty/v6 to v6.3.3 Jun 21, 2022
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 877779b to 1ff6139 Compare June 21, 2022 00:15
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 1ff6139 to a1f16bd Compare July 14, 2022 22:24
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.3.3 Update module github.com/jedib0t/go-pretty/v6 to v6.3.4 Jul 14, 2022
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from a1f16bd to 26e3b00 Compare July 15, 2022 18:50
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.3.4 Update module github.com/jedib0t/go-pretty/v6 to v6.3.5 Jul 15, 2022
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 26e3b00 to c13ac01 Compare September 25, 2022 11:18
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.3.5 Update module github.com/jedib0t/go-pretty/v6 to v6.3.8 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from c13ac01 to 2b94b36 Compare November 20, 2022 17:02
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.3.8 Update module github.com/jedib0t/go-pretty/v6 to v6.4.2 Nov 20, 2022
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.4.2 Update module github.com/jedib0t/go-pretty/v6 to v6.4.6 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 2b94b36 to e531fe0 Compare March 16, 2023 13:27
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.4.6 Update module github.com/jedib0t/go-pretty/v6 to v6.4.7 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from e531fe0 to 74b7c93 Compare August 28, 2023 03:27
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 74b7c93 to 678321e Compare October 5, 2023 07:51
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.4.7 Update module github.com/jedib0t/go-pretty/v6 to v6.4.8 Oct 5, 2023
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.4.8 Update module github.com/jedib0t/go-pretty/v6 to v6.4.9 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 678321e to a881242 Compare October 27, 2023 19:56
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from a881242 to 2bbbdcf Compare January 4, 2024 18:48
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.4.9 Update module github.com/jedib0t/go-pretty/v6 to v6.5.0 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 2bbbdcf to 989422a Compare January 8, 2024 01:19
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.0 Update module github.com/jedib0t/go-pretty/v6 to v6.5.1 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 989422a to 4fb4818 Compare January 8, 2024 07:19
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.1 Update module github.com/jedib0t/go-pretty/v6 to v6.5.2 Jan 8, 2024
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.2 Update module github.com/jedib0t/go-pretty/v6 to v6.5.3 Jan 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 4fb4818 to 124acf1 Compare January 13, 2024 21:29
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 124acf1 to 01234e7 Compare January 29, 2024 21:42
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.3 Update module github.com/jedib0t/go-pretty/v6 to v6.5.4 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 01234e7 to 6fb706e Compare March 14, 2024 20:12
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.4 Update module github.com/jedib0t/go-pretty/v6 to v6.5.5 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 6fb706e to 024533f Compare March 24, 2024 19:49
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.5 Update module github.com/jedib0t/go-pretty/v6 to v6.5.6 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 024533f to 7a59171 Compare April 5, 2024 17:25
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.6 Update module github.com/jedib0t/go-pretty/v6 to v6.5.7 Apr 5, 2024
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.7 Update module github.com/jedib0t/go-pretty/v6 to v6.5.8 Apr 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 7a59171 to 16babe6 Compare April 8, 2024 03:53
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 16babe6 to 82a0e9d Compare May 5, 2024 18:06
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.8 Update module github.com/jedib0t/go-pretty/v6 to v6.5.9 May 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 82a0e9d to 3b62f78 Compare October 3, 2024 06:13
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.5.9 Update module github.com/jedib0t/go-pretty/v6 to v6.6.0 Oct 3, 2024
Copy link
Author

renovate bot commented Oct 3, 2024

ℹ 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):

  • 1 additional dependency was updated

Details:

Package Change
gopkg.in/yaml.v3 v3.0.0 -> v3.0.1

@renovate renovate bot force-pushed the renovate/github.com-jedib0t-go-pretty-v6-6.x branch from 3b62f78 to 43dbe21 Compare October 21, 2024 07:47
@renovate renovate bot changed the title Update module github.com/jedib0t/go-pretty/v6 to v6.6.0 Update module github.com/jedib0t/go-pretty/v6 to v6.6.1 Oct 21, 2024
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