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

fix(deps): update module github.com/jedib0t/go-pretty to v6 - autoclosed #359

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/jedib0t/go-pretty require major v4.3.0+incompatible -> v6.2.4

Release Notes

jedib0t/go-pretty

v6.2.4

Compare Source

Bug-Fixes

  • progress
    • render once before terminating to ensure one minimum render (#​173)
    • improve rendering and prevent races (#​174, #​175)
  • table
    • fix documentation and remove bad samples (#​176)

Thanks @​virtuald and @​kamikazechaser!

v6.2.3

Compare Source

Bug-Fixes

  • table
    • fix column wrapping logic (fixes #​170)

v6.2.2

Compare Source

Bug-Fixes

v6.2.1

Compare Source

Bug-Fixes

  • progress
    • remove unsafe read/write of Tracker.Message (#​165)

v6.2.0

Compare Source

Bug-Fixes

  • progress (lot of fixes from @​virtuald again -- thanks!)
    • don't use mutex twice in ETA function (#​158)
    • add incremental failure mode (#​160)
    • Tracker.UpdateMessage() to safely update the tracker Message mid-way (#​162)

Misc

  • default branch is now main instead of master

v6.1.1

Compare Source

Bug-Fixes

  • progress (lot of fixes from @​virtuald)
    • simplify indeterminate indicator code (#​148)
    • don't leak time.Tick channel (#​152)
    • way to tell that a tracker/operation failed (#​153)
    • fix incorrect mutex usages (#​154)

Misc

  • documentation fixes

v6.1.0

Compare Source

Features

  • progress
    • Style.Chars.Indeterminate: mechanism to show progress where the end is unknown
    • Quite a few built-in styles for this, including a semi-decent Pac-Man version ;)

Bug-Fixes

  • progress
    • plug possible race conditions due to bad mutex usage

v6.0.6

Compare Source

Features

  • progress
    • ShowETA(): show ETA for individual trackers

v6.0.5

Compare Source

Bug-Fixes

v6.0.4

Compare Source

Features

  • table
    • SuppressEmptyColumns(): hide all columns that have no content in any of the rows

v6.0.3

Compare Source

Fixes

  • text:
    • remove dependency on go-openapi/strfmt which indirectly added a lot of unnecessary transitive dependencies

Thanks @​titanous!

v6.0.2

Compare Source

Features

  • table
    • provide options in Style.HTML to control HTML rendering:
      • CSSClass to set the CSS class-name for the table (default: go-pretty-table)
      • EmptyColumn to control what to print for an empty column (default:  )
      • EscapeText to control whether to invoke html.Escape on all columns (default: true)
      • Newline: to control whether \n should be replaced, and with what (default: <br/>)

Deprecations

table
Old Functionality Replacement
SetHTMLCSSClass Style().HTML.CSSClass

v6.0.1

Compare Source

Bug-Fixes

  • table
    • Footer rows should not have a auto-generated index with SetAutoIndex

v6.0.0

Compare Source

Make go-pretty compatible with go mod.

You should now be able to run: go get -u github.com/jedib0t/go-pretty/v6@&#8203;v6.0.0.

v5.1.0

Compare Source

Features

  • table
    • support auto-merge of cells in a row with RowConfig.AutoMerge (2nd part of fix for #​93)

Bug-Fixes

  • table
    • text.Format* can now deal with escape sequences; (fix for #​112)

Note

This will be the last dep compatible release thanks to go mod enforcing major versions above v1 to be part of the import path.

v5.0.1

Compare Source

Features

  • table
    • support auto-merge of cells in a column with ColumnConfig.AutoMerge
    • support title/caption using the <caption> tag on the table in HTML mode

Bug-Fixes

  • table
    • support auto-index in CSV/HTML/Markdown modes

General

  • update dependency go-runewidth to v0.0.9 to enhance emoji support

v5.0.0

Compare Source

Features

  • table
    • AppendSeparator to append a separator after the last appended row
    • ColumnConfig.Hidden flag to control the visibility of individual columns
    • ColumnConfig.WidthMaxEnforcer to customize how WidthMax is applied/enforced
    • ResetFooters to reset and remove all appended footers
    • ResetHeaders to reset and remove all appended headers
    • ResetRows to reset and remove all appended rows
    • Deprecated interfaces have been removed; refer to the table below for details
  • General
    • Transition from dep to go mod for dependency management

Deprecations

table
Old Functionality Replacement
SetAlign SetColumnConfig with ColumnConfig.Align
SetAlignFooter SetColumnConfig with ColumnConfig.AlignFooter
SetAlignHeader SetColumnConfig with ColumnConfig.AlignHeader
SetAllowedColumnLengths SetColumnConfig with ColumnConfig.WidthMax
SetColors SetColumnConfig with ColumnConfig.Colors
SetColorsFooter SetColumnConfig with ColumnConfig.ColorsFooter
SetColorsHeader SetColumnConfig with ColumnConfig.ColorsHeader
SetVAlign SetColumnConfig with ColumnConfig.VAlign
SetVAlignFooter SetColumnConfig with ColumnConfig.VAlignFooter
SetVAlignHeader SetColumnConfig with ColumnConfig.VAlignHeader

Configuration

📅 Schedule: 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 3 times, most recently from 8ce19e6 to 822ebdc Compare March 5, 2021 08:59
fallion
fallion previously approved these changes Mar 5, 2021
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 11 times, most recently from 7bf8fa4 to 91bbb0e Compare March 11, 2021 17:18
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 3 times, most recently from d9e3894 to fee1668 Compare March 22, 2021 21:47
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 5 times, most recently from 5fcb4e5 to 51696bf Compare April 8, 2021 12:57
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 2 times, most recently from 8ed7bef to 070b531 Compare April 23, 2021 10:04
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch from 070b531 to 98b1083 Compare May 22, 2021 21:02
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 15, 2021

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 22346c8
Status: ✅  Deploy successful!
Preview URL: https://2b64b96e.commitsar.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 2 times, most recently from 6abb38b to 47abc7e Compare August 15, 2021 17:37
@renovate renovate bot reopened this Aug 30, 2021
@renovate renovate bot restored the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch August 30, 2021 23:50
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch from c709519 to 1d20965 Compare August 30, 2021 23:50
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty to v6 fix(deps): update module github.com/jedib0t/go-pretty to v6 - autoclosed Aug 31, 2021
@renovate renovate bot closed this Aug 31, 2021
@renovate renovate bot deleted the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch August 31, 2021 01:27
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty to v6 - autoclosed fix(deps): update module github.com/jedib0t/go-pretty to v6 Aug 31, 2021
@renovate renovate bot reopened this Aug 31, 2021
@renovate renovate bot restored the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch August 31, 2021 03:00
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch from 1d20965 to 976007a Compare August 31, 2021 03:01
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty to v6 fix(deps): update module github.com/jedib0t/go-pretty to v6 - autoclosed Aug 31, 2021
@renovate renovate bot closed this Aug 31, 2021
@renovate renovate bot deleted the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch August 31, 2021 03:43
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty to v6 - autoclosed fix(deps): update module github.com/jedib0t/go-pretty to v6 Aug 31, 2021
@renovate renovate bot reopened this Aug 31, 2021
@renovate renovate bot restored the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch August 31, 2021 08:04
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch from 976007a to 4512f39 Compare August 31, 2021 08:06
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 2 times, most recently from f4fd630 to f20610d Compare September 20, 2021 13:40
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch 6 times, most recently from ee47c46 to 4a6e702 Compare October 11, 2021 15:25
@renovate renovate bot force-pushed the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch from 4a6e702 to 22346c8 Compare October 24, 2021 09:52
@renovate renovate bot changed the title fix(deps): update module github.com/jedib0t/go-pretty to v6 fix(deps): update module github.com/jedib0t/go-pretty to v6 - autoclosed Oct 31, 2021
@renovate renovate bot closed this Oct 31, 2021
@renovate renovate bot deleted the renovate/git.luolix.top-jedib0t-go-pretty-6.x branch October 31, 2021 09:02
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.

2 participants