corani / adr

A simple command-line tool to manage ADRs in markdown format
MIT License
3 stars 0 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/jedib0t/go-pretty/v6 require minor v6.2.4 -> v6.4.4

Release Notes

jedib0t/go-pretty ### [`v6.4.4`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.4) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.3...v6.4.4) ### Features - **table** - option to avoid coloring borders/separators (`table.Style().Options.DoNotColorBordersAndSeparators`) ### [`v6.4.3`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.3) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.2...v6.4.3) ### Bug-Fixes - **progress** - fix overall tracker disappearing when appending a tracker after current trackers are done (fixes [#​245](https://togithub.com/jedib0t/go-pretty/issues/245)) (thanks [@​iyear](https://togithub.com/iyear)) ### [`v6.4.2`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.2) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.1...v6.4.2) ### Bug-Fixes - **table** - colorize title borders (fixes [#​234](https://togithub.com/jedib0t/go-pretty/issues/234)) ### [`v6.4.1`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.1) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.0...v6.4.1) ### Bug-Fixes - **table** - better column sizing for complex auto-merge use-cases (fixes [#​226](https://togithub.com/jedib0t/go-pretty/issues/226)) ### [`v6.4.0`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.0) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.9...v6.4.0) ### Features - **progress** - option to set Pinned Message(s) above active Trackers (thanks to [@​iyear](https://togithub.com/iyear)) ### [`v6.3.9`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.9) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.8...v6.3.9) ### Features - **table** - option to force a text direction for tables with BiDi content (in response to [https://github.com/jedib0t/go-pretty/issues/229](https://togithub.com/jedib0t/go-pretty/issues/229)) - Ex: `table.Style().Format.Direction = text.LeftToRight` ### [`v6.3.8`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.8) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.7...v6.3.8) ### Features - **progress** - can now display "speed" of progress for each tracker (thanks [@​iyear](https://togithub.com/iyear)) ### [`v6.3.7`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.7) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.6...v6.3.7) ### Bug-Fixes - **table** - do not colorize borders using row-painter output of the previous row (fixes [#​221](https://togithub.com/jedib0t/go-pretty/issues/221)) - **text** - provide an override method to possibly deal with width calculation issues when LANG is set to some East Asian value (addresses [#​220](https://togithub.com/jedib0t/go-pretty/issues/220)) ### [`v6.3.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.6) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.5...v6.3.6) ### Features - **list** - `UnIndentAll()` to go back to level 0 (thanks [@​mneira10](https://togithub.com/mneira10)) ### [`v6.3.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.5) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.4...v6.3.5) ### Bug-Fixes - **table** - fix column separators in tables without headers or footers (fixes [#​215](https://togithub.com/jedib0t/go-pretty/issues/215)) ### [`v6.3.4`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.4) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.3...v6.3.4) ### Bug-Fixes - **table** - fix merging issues in rows with wrapped columns ### [`v6.3.3`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.3) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.2...v6.3.3) ### Bug-Fixes - **text** - deprecate text.RuneCount for being misnamed ([#​209](https://togithub.com/jedib0t/go-pretty/issues/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](https://togithub.com/jedib0t/go-pretty/issues/210)) ### [`v6.3.2`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.2) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.1...v6.3.2) ### Features - **table** - Introduce an option to set Alignment for horizontally merged cells ### [`v6.3.1`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.1) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.3.0...v6.3.1) ### Features - **progress** - Deprecate all the `Show*` interfaces in `progress.Progress` and `progress.Writer` (to be removed in v7) - Introduce `progress.Style.Visibility` with same defaults as before - Introduce `progress.Style.Visibility.ETAOverall` as a new option for addressing bug [#​196](https://togithub.com/jedib0t/go-pretty/issues/196) ### [`v6.3.0`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.3.0) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.2.7...v6.3.0) ### Features - **progress** - Log() method to log additional messages/errors in the middle of tracking ### [`v6.2.7`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.2.7) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.2.6...v6.2.7) ### Bug-Fixes - **table** - auto-merge: compute column separator length correctly ([#​193](https://togithub.com/jedib0t/go-pretty/issues/193)) ### [`v6.2.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.2.6) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.2.5...v6.2.6) ### Bug-Fixes - **table** - fix subtle auto-merge bugs with separators and padding ([#​192](https://togithub.com/jedib0t/go-pretty/issues/192)) ### [`v6.2.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.2.5) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.2.4...v6.2.5) ### Bug-Fixes - **progress** - support control of notation position ([#​180](https://togithub.com/jedib0t/go-pretty/issues/180)) - **table** - fix rendering issues with nil values ([#​179](https://togithub.com/jedib0t/go-pretty/issues/179)) ### Misc - Sonar integration and fixes for some issues/smells - Update dependencies and go to 1.16 - Fix some minor readability and quality issues Thanks [@​ferryvg](https://togithub.com/ferryvg) for the bug-fixes!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.