Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.0 (#64)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.5.9 to 6.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jedib0t/go-pretty/releases">github.com/jedib0t/go-pretty/v6's releases</a>.</em></p> <blockquote> <h2>v6.6.0</h2> <h2>What's Changed</h2> <ul> <li>table: ignore non-printable characters when suppressing empty columns by <a href="https://github.com/iamjoemccormick"><code>@iamjoemccormick</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/327">jedib0t/go-pretty#327</a></li> <li>table: Pager to page through the output by <a href="https://github.com/jedib0t"><code>@jedib0t</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/331">jedib0t/go-pretty#331</a></li> <li>progress: fix possible race in Stop(); fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/322">#322</a> by <a href="https://github.com/jedib0t"><code>@jedib0t</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/332">jedib0t/go-pretty#332</a></li> <li>Text wrapping fix by <a href="https://github.com/jedib0t"><code>@jedib0t</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/333">jedib0t/go-pretty#333</a></li> <li>text: handle hyperlink embedded text correctly; fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/329">#329</a> by <a href="https://github.com/jedib0t"><code>@jedib0t</code></a> in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/334">jedib0t/go-pretty#334</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/iamjoemccormick"><code>@iamjoemccormick</code></a> made their first contribution in <a href="https://redirect.github.com/jedib0t/go-pretty/pull/327">jedib0t/go-pretty#327</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0">https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jedib0t/go-pretty/commit/183dee40b5e579c953e45f2f52234e028f1cb2bf"><code>183dee4</code></a> text: handle hyperlink embedded text correctly; fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/329">#329</a> (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/334">#334</a>)</li> <li><a href="https://github.com/jedib0t/go-pretty/commit/c4081bb0cd0b8ee5ca81dc6e940d979e08a481d2"><code>c4081bb</code></a> text: fix parsing escape sequences while wrapping; fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/330">#330</a> (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/333">#333</a>)</li> <li><a href="https://github.com/jedib0t/go-pretty/commit/c078fb85fea1ca666da92b65c02321bc4d143089"><code>c078fb8</code></a> progress: fix possible race in Stop(); fixes <a href="https://redirect.github.com/jedib0t/go-pretty/issues/322">#322</a> (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/332">#332</a>)</li> <li><a href="https://github.com/jedib0t/go-pretty/commit/2a8f60e9cc619e6289e69076f0f4f4cdd38ec63c"><code>2a8f60e</code></a> table: Pager to page through the output (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/331">#331</a>)</li> <li><a href="https://github.com/jedib0t/go-pretty/commit/6ea4b174eb3c3ca65479bf13c3d49bbb731b0d13"><code>6ea4b17</code></a> table: ignore non-printable characters when suppressing empty columns (<a href="https://redirect.github.com/jedib0t/go-pretty/issues/327">#327</a>)</li> <li>See full diff in <a href="https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jedib0t/go-pretty/v6&package-manager=go_modules&previous-version=6.5.9&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information