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.5.9 #55

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

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

Release Notes

jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6) ### [`v6.5.9`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.9) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9) #### What's Changed - table: html row automerge support by [@​hindessm](https://togithub.com/hindessm) in [https://github.com/jedib0t/go-pretty/pull/319](https://togithub.com/jedib0t/go-pretty/pull/319) - table: update note about auto-merge by [@​hindessm](https://togithub.com/hindessm) in [https://github.com/jedib0t/go-pretty/pull/320](https://togithub.com/jedib0t/go-pretty/pull/320) #### New Contributors - [@​hindessm](https://togithub.com/hindessm) made their first contribution in [https://github.com/jedib0t/go-pretty/pull/319](https://togithub.com/jedib0t/go-pretty/pull/319) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.5.8...v6.5.9 ### [`v6.5.8`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.8) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8) #### What's Changed - table: paging should work with auto-merge; fixes [#​315](https://togithub.com/jedib0t/go-pretty/issues/315) by [@​jedib0t](https://togithub.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/317](https://togithub.com/jedib0t/go-pretty/pull/317) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.5.7...v6.5.8 ### [`v6.5.7`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.7) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7) #### What's Changed - table: fix paging with separators; fixes [#​312](https://togithub.com/jedib0t/go-pretty/issues/312) by [@​jedib0t](https://togithub.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/313](https://togithub.com/jedib0t/go-pretty/pull/313) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.5.6...v6.5.7 ### [`v6.5.6`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.6) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6) #### What's Changed - text: remove unused regular expression by [@​jedib0t](https://togithub.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/308](https://togithub.com/jedib0t/go-pretty/pull/308) - Allow alphanumerical sort to be case-insensitive by [@​Skeeve](https://togithub.com/Skeeve) in [https://github.com/jedib0t/go-pretty/pull/309](https://togithub.com/jedib0t/go-pretty/pull/309) - table: note about auto-merge and HTML/Markdown modes by [@​jedib0t](https://togithub.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/311](https://togithub.com/jedib0t/go-pretty/pull/311) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.5.5...v6.5.6 ### [`v6.5.5`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.5) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.4...v6.5.5) #### What's Changed - replace imports of ioutil with io by [@​Skeeve](https://togithub.com/Skeeve) in [https://github.com/jedib0t/go-pretty/pull/304](https://togithub.com/jedib0t/go-pretty/pull/304) - table: mixed-mode alignment and sorting by [@​jedib0t](https://togithub.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/306](https://togithub.com/jedib0t/go-pretty/pull/306) #### New Contributors - [@​Skeeve](https://togithub.com/Skeeve) made their first contribution in [https://github.com/jedib0t/go-pretty/pull/304](https://togithub.com/jedib0t/go-pretty/pull/304) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.5.4...v6.5.5 ### [`v6.5.4`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.4) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.3...v6.5.4) #### What's Changed - table: fix SuppressTrailingSpaces removing spaces from the beginning by [@​ilya-lesikov](https://togithub.com/ilya-lesikov) in [https://github.com/jedib0t/go-pretty/pull/295](https://togithub.com/jedib0t/go-pretty/pull/295) - table: fix documentation for merges by [@​jedib0t](https://togithub.com/jedib0t) in [https://github.com/jedib0t/go-pretty/pull/296](https://togithub.com/jedib0t/go-pretty/pull/296) #### New Contributors - [@​ilya-lesikov](https://togithub.com/ilya-lesikov) made their first contribution in [https://github.com/jedib0t/go-pretty/pull/295](https://togithub.com/jedib0t/go-pretty/pull/295) **Full Changelog**: https://github.com/jedib0t/go-pretty/compare/v6.5.3...v6.5.4 ### [`v6.5.3`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.3) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.2...v6.5.3) ### Bug-Fixes - **table** & **list**: - process "\r" correctly (moving the cursor back to start of line) ### [`v6.5.2`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.2) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.1...v6.5.2) ### Bug-Fixes - **table** & **list**: - process "\r" correctly (erase everything preceding it in the line) ### [`v6.5.1`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.1) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.5.0...v6.5.1) ### Features - **progress** - auto-trim output to fit terminal width ### [`v6.5.0`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.5.0) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.9...v6.5.0) ### Features - **table** - `SuppressTrailingSpaces()` to remove trailing spaces in tables without borders; thanks [@​shreddedbacon](https://togithub.com/shreddedbacon) ### Bug-Fixes - **table** - handle negative column WidthMax values gracefully; fixes [#​285](https://togithub.com/jedib0t/go-pretty/issues/285) ### [`v6.4.9`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.9) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.8...v6.4.9) ### Bug-Fixes - **table** - do not merge content cells with empty ones ([#​280](https://togithub.com/jedib0t/go-pretty/issues/280)) ### [`v6.4.8`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.8) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.7...v6.4.8) ### Features - **table** - `RenderTSV()` to render table in TSV format ([#​277](https://togithub.com/jedib0t/go-pretty/issues/277)) // thanks [@​rafiramadhana](https://togithub.com/rafiramadhana) ### [`v6.4.7`](https://togithub.com/jedib0t/go-pretty/releases/tag/v6.4.7) [Compare Source](https://togithub.com/jedib0t/go-pretty/compare/v6.4.6...v6.4.7) ### Features - **text** - add hyperlink formatter ([#​263](https://togithub.com/jedib0t/go-pretty/issues/263)) // thanks [@​sanyatuning](https://togithub.com/sanyatuning) - **progress** // thanks [@​NathanBaulch](https://togithub.com/NathanBaulch) for all of the following - support rendering trackers that haven't started yet ([#​270](https://togithub.com/jedib0t/go-pretty/issues/270)) - secondary sort by start time ([#​271](https://togithub.com/jedib0t/go-pretty/issues/271)) - stability fix for descending sorts ([#​272](https://togithub.com/jedib0t/go-pretty/issues/272)) - render never started trackers properly ([#​273](https://togithub.com/jedib0t/go-pretty/issues/273)) - overall ETA never less than max ETA ([#​274](https://togithub.com/jedib0t/go-pretty/issues/274))

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.