-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table: mixed-mode alignment and sorting #306
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quality Gate passedIssues Measures |
Pull Request Test Coverage Report for Build 8286146719Details
💛 - Coveralls |
another-rex
referenced
this pull request
in google/osv-scanner
Mar 18, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [deps.dev/api/v3alpha](https://togithub.com/google/deps.dev) | require | digest | `3ec708c` -> `38ffc8d` | | | | | | [deps.dev/util/maven](https://togithub.com/google/deps.dev) | require | digest | `3ec708c` -> `38ffc8d` | | | | | | [deps.dev/util/resolve](https://togithub.com/google/deps.dev) | require | digest | `3ec708c` -> `38ffc8d` | | | | | | [deps.dev/util/semver](https://togithub.com/google/deps.dev) | require | digest | `3ec708c` -> `38ffc8d` | | | | | | [github.com/google/go-containerregistry](https://togithub.com/google/go-containerregistry) | require | patch | `v0.19.0` -> `v0.19.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-containerregistry/v0.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-containerregistry/v0.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-containerregistry/v0.19.0/v0.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-containerregistry/v0.19.0/v0.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/ianlancetaylor/demangle](https://togithub.com/ianlancetaylor/demangle) | require | digest | `1f824a1` -> `bd984b5` | | | | | | [github.com/jedib0t/go-pretty/v6](https://togithub.com/jedib0t/go-pretty) | require | patch | `v6.5.4` -> `v6.5.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjedib0t%2fgo-pretty%2fv6/v6.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjedib0t%2fgo-pretty%2fv6/v6.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjedib0t%2fgo-pretty%2fv6/v6.5.4/v6.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjedib0t%2fgo-pretty%2fv6/v6.5.4/v6.5.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.21.8` -> `1.22.1` | [![age](https://developer.mend.io/api/mc/badges/age/golang-version/go/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/golang-version/go/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/golang-version/go/1.21.8/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/golang-version/go/1.21.8/1.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | golang.org/x/exp | require | digest | `814bf88` -> `c7f7c64` | | | | | --- ### Release Notes <details> <summary>google/go-containerregistry (github.com/google/go-containerregistry)</summary> ### [`v0.19.1`](https://togithub.com/google/go-containerregistry/releases/tag/v0.19.1) [Compare Source](https://togithub.com/google/go-containerregistry/compare/v0.19.0...v0.19.1) #### What's Changed - Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/google/go-containerregistry/pull/1815](https://togithub.com/google/go-containerregistry/pull/1815) - Bump golang.org/x/ packages by [@​jonjohnsonjr](https://togithub.com/jonjohnsonjr) in [https://github.com/google/go-containerregistry/pull/1892](https://togithub.com/google/go-containerregistry/pull/1892) **Full Changelog**: google/go-containerregistry@v0.19.0...v0.19.1 </details> <details> <summary>jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)</summary> ### [`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**: jedib0t/go-pretty@v6.5.4...v6.5.5 </details> <details> <summary>golang/go (go)</summary> ### [`v1.22.1`](https://togithub.com/golang/go/compare/go1.22.0...go1.22.1) ### [`v1.22.0`](https://togithub.com/golang/go/compare/go1.21.7...go1.22rc1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv-scanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed Changes
AlphaNumeric
modesAlignAuto
to align numbers Right and everything else Left