fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.6.7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/jedib0t/go-pretty/v6 | v6.4.9 -> v6.6.7 |
Release Notes
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)
v6.6.7
What's Changed
- README.md: fix ci status badge by @jedib0t in https://github.com/jedib0t/go-pretty/pull/355
- text: support NO_COLOR/FORCE_COLOR env directives; fixes #352 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/360
- table: support vertical merge in HTML rendering; fixes #348 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/361
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.6...v6.6.7
v6.6.6
What's Changed
- table: fix rebalancing of long merged columns, fixes #350 by @knrc in https://github.com/jedib0t/go-pretty/pull/353
- update dependencies; other minor fixes by @jedib0t in https://github.com/jedib0t/go-pretty/pull/354
New Contributors
- @knrc made their first contribution in https://github.com/jedib0t/go-pretty/pull/353
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.5...v6.6.6
v6.6.5
What's Changed
- text: Wrap* should account for display width; fixes #344 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/347
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.4...v6.6.5
v6.6.4
What's Changed
- table: RowPainterWithAttributes by @jedib0t in https://github.com/jedib0t/go-pretty/pull/346
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.3...v6.6.4
v6.6.3
What's Changed
- table: ImportGrid to import a 1d or 2d grid as rows by @jedib0t in https://github.com/jedib0t/go-pretty/pull/343
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.2...v6.6.3
v6.6.2
What's Changed
- table: defaults for row/header/footer align/valign; fixes #340 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/341
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.1...v6.6.2
v6.6.1
What's Changed
- table: auto expand columns with Style().Size.WidthMin by @jedib0t in https://github.com/jedib0t/go-pretty/pull/335
- progress: option to remove trackers from screen on completion by @jedib0t in https://github.com/jedib0t/go-pretty/pull/336
- table: change EmptySeparator to be a blank space; fixes #337 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/338
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.6.0...v6.6.1
v6.6.0
What's Changed
- table: ignore non-printable characters when suppressing empty columns by @iamjoemccormick in https://github.com/jedib0t/go-pretty/pull/327
- table: Pager to page through the output by @jedib0t in https://github.com/jedib0t/go-pretty/pull/331
- progress: fix possible race in Stop(); fixes #322 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/332
- Text wrapping fix by @jedib0t in https://github.com/jedib0t/go-pretty/pull/333
- text: handle hyperlink embedded text correctly; fixes #329 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/334
New Contributors
- @iamjoemccormick made their first contribution in https://github.com/jedib0t/go-pretty/pull/327
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0
v6.5.9
What's Changed
- table: html row automerge support by @hindessm in https://github.com/jedib0t/go-pretty/pull/319
- table: update note about auto-merge by @hindessm in https://github.com/jedib0t/go-pretty/pull/320
New Contributors
- @hindessm made their first contribution in https://github.com/jedib0t/go-pretty/pull/319
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9
v6.5.8
What's Changed
- table: paging should work with auto-merge; fixes #315 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/317
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8
v6.5.7
What's Changed
- table: fix paging with separators; fixes #312 by @jedib0t in https://github.com/jedib0t/go-pretty/pull/313
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7
v6.5.6
What's Changed
- text: remove unused regular expression by @jedib0t in https://github.com/jedib0t/go-pretty/pull/308
- Allow alphanumerical sort to be case-insensitive by @Skeeve in https://github.com/jedib0t/go-pretty/pull/309
- table: note about auto-merge and HTML/Markdown modes by @jedib0t in https://github.com/jedib0t/go-pretty/pull/311
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6
v6.5.5
What's Changed
- replace imports of ioutil with io by @Skeeve in https://github.com/jedib0t/go-pretty/pull/304
- table: mixed-mode alignment and sorting by @jedib0t in https://github.com/jedib0t/go-pretty/pull/306
New Contributors
- @Skeeve made their first contribution in https://github.com/jedib0t/go-pretty/pull/304
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.4...v6.5.5
v6.5.4
What's Changed
- table: fix SuppressTrailingSpaces removing spaces from the beginning by @ilya-lesikov in https://github.com/jedib0t/go-pretty/pull/295
- table: fix documentation for merges by @jedib0t in https://github.com/jedib0t/go-pretty/pull/296
New Contributors
- @ilya-lesikov made their first contribution in https://github.com/jedib0t/go-pretty/pull/295
Full Changelog: https://github.com/jedib0t/go-pretty/compare/v6.5.3...v6.5.4
v6.5.3
Bug-Fixes
- table & list:
- process "\r" correctly (moving the cursor back to start of line)
v6.5.2
Bug-Fixes
- table & list:
- process "\r" correctly (erase everything preceding it in the line)
v6.5.1
Features
- progress
- auto-trim output to fit terminal width
v6.5.0
Features
- table
SuppressTrailingSpaces()to remove trailing spaces in tables without borders; thanks @shreddedbacon
Bug-Fixes
- table
- handle negative column WidthMax values gracefully; fixes #285
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.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.89%. Comparing base (
ecc7efe) to head (d2e22a9).
Additional details and impacted files
@@ Coverage Diff @@
## main #120 +/- ##
=======================================
Coverage 75.89% 75.89%
=======================================
Files 12 12
Lines 307 307
=======================================
Hits 233 233
Misses 65 65
Partials 9 9
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.