chore(deps): update module jedib0t/go-pretty to v6 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.3.0+incompatible
->v6.0.4
Release Notes
jedib0t/go-pretty
v6.0.4
Compare Source
Features
v6.0.3
Compare Source
Fixes
go-openapi/strfmt
which indirectly added a lot of unnecessary transitive dependenciesThanks @titanous!
v6.0.2
Compare Source
Features
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 invokehtml.Escape
on all columns (default:true
)Newline
: to control whether\n
should be replaced, and with what (default:<br/>
)Deprecations
table
SetHTMLCSSClass
Style().HTML.CSSClass
v6.0.1
Compare Source
Bug-Fixes
SetAutoIndex
v6.0.0
Compare Source
Make
go-pretty
compatible withgo mod
.You should now be able to run:
go get -u github.com/jedib0t/go-pretty/v6@​v6.0.0
.v5.1.0
Compare Source
Features
RowConfig.AutoMerge
(2nd part of fix for #93)Bug-Fixes
Note
This will be the last
dep
compatible release thanks togo mod
enforcing major versions above v1 to be part of the import path.v5.0.1
Compare Source
Features
ColumnConfig.AutoMerge
Bug-Fixes
General
go-runewidth
tov0.0.9
to enhance emoji supportv5.0.0
Compare Source
Features
AppendSeparator
to append a separator after the last appended rowColumnConfig.Hidden
flag to control the visibility of individual columnsColumnConfig.WidthMaxEnforcer
to customize howWidthMax
is applied/enforcedResetFooters
to reset and remove all appended footersResetHeaders
to reset and remove all appended headersResetRows
to reset and remove all appended rowsdep
togo mod
for dependency managementDeprecations
table
SetAlign
SetColumnConfig
withColumnConfig.Align
SetAlignFooter
SetColumnConfig
withColumnConfig.AlignFooter
SetAlignHeader
SetColumnConfig
withColumnConfig.AlignHeader
SetAllowedColumnLengths
SetColumnConfig
withColumnConfig.WidthMax
SetColors
SetColumnConfig
withColumnConfig.Colors
SetColorsFooter
SetColumnConfig
withColumnConfig.ColorsFooter
SetColorsHeader
SetColumnConfig
withColumnConfig.ColorsHeader
SetVAlign
SetColumnConfig
withColumnConfig.VAlign
SetVAlignFooter
SetColumnConfig
withColumnConfig.VAlignFooter
SetVAlignHeader
SetColumnConfig
withColumnConfig.VAlignHeader
Renovate 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.