Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#1013)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [github.com/alecthomas/kong](https://redirect.github.com/alecthomas/kong) | `v1.2.1` -> `v1.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fkong/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2falecthomas%2fkong/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2falecthomas%2fkong/v1.2.1/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fkong/v1.2.1/v1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | require | minor | | [go](https://redirect.github.com/golang/go) | `1.23.2` -> `1.23.3` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/go/1.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/go/1.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/go/1.23.2/1.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/go/1.23.2/1.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | patch | | [hyperfine](https://redirect.github.com/sharkdp/hyperfine) | `1.18.0` -> `1.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/hyperfine/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/hyperfine/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/hyperfine/1.18.0/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/hyperfine/1.18.0/1.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | | [watchexec](https://redirect.github.com/watchexec/watchexec) | `2.1.2` -> `2.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/hermit/watchexec/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/watchexec/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/watchexec/2.1.2/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/watchexec/2.1.2/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | minor | --- ### Release Notes <details> <summary>alecthomas/kong (github.com/alecthomas/kong)</summary> ### [`v1.4.0`](https://redirect.github.com/alecthomas/kong/compare/v1.3.0...v1.4.0) [Compare Source](https://redirect.github.com/alecthomas/kong/compare/v1.3.0...v1.4.0) ### [`v1.3.0`](https://redirect.github.com/alecthomas/kong/compare/v1.2.1...v1.3.0) [Compare Source](https://redirect.github.com/alecthomas/kong/compare/v1.2.1...v1.3.0) </details> <details> <summary>golang/go (go)</summary> ### [`v1.23.3`](https://redirect.github.com/golang/go/compare/go1.23.2...go1.23.3) </details> <details> <summary>sharkdp/hyperfine (hyperfine)</summary> ### [`v1.19.0`](https://redirect.github.com/sharkdp/hyperfine/blob/HEAD/CHANGELOG.md#v1190) #### Features - Add a new `--reference <cmd>` option to specify a reference command for the relative speed comparison, see [#​579](https://redirect.github.com/sharkdp/hyperfine/issues/579), [#​577](https://redirect.github.com/sharkdp/hyperfine/issues/577) and [#​744](https://redirect.github.com/sharkdp/hyperfine/issues/744) ([@​sharkdp](https://redirect.github.com/sharkdp)) - Add `--conclude` argument (analog to `--prepare`), see [#​565](https://redirect.github.com/sharkdp/hyperfine/issues/565) and [#​719](https://redirect.github.com/sharkdp/hyperfine/issues/719) ([@​jackoconnordev](https://redirect.github.com/jackoconnordev)) - Allow `--output=…` to appear once for each command, enabling use cases like `hyperfine --output=null my-cmd --output=./file.log my-cmd`, see [#​529](https://redirect.github.com/sharkdp/hyperfine/issues/529) and [#​775](https://redirect.github.com/sharkdp/hyperfine/issues/775) ([@​sharkdp](https://redirect.github.com/sharkdp)) - The environment variable `$HYPERFINE_ITERATION` will now contain the current iteration number for each benchmarked command, see [#​775](https://redirect.github.com/sharkdp/hyperfine/issues/775) ([@​sharkdp](https://redirect.github.com/sharkdp)) - Add iteration information to failure error message, see [#​771](https://redirect.github.com/sharkdp/hyperfine/issues/771) and [#​772](https://redirect.github.com/sharkdp/hyperfine/issues/772) ([@​sharkdp](https://redirect.github.com/sharkdp)) - Python scripts: - legend modification parameters and output DPI, see [#​758](https://redirect.github.com/sharkdp/hyperfine/issues/758) ([@​Spreadcat](https://redirect.github.com/Spreadcat)) - Nicer whiskers plot, see [#​727](https://redirect.github.com/sharkdp/hyperfine/issues/727) ([@​serpent7776](https://redirect.github.com/serpent7776)) #### Bugfixes - ETA not clearly visible on terminals with a block cursor, see [#​698](https://redirect.github.com/sharkdp/hyperfine/issues/698) and [#​699](https://redirect.github.com/sharkdp/hyperfine/issues/699) ([@​overclockworked64](https://redirect.github.com/overclockworked64)) - Fix zsh completions, see [#​717](https://redirect.github.com/sharkdp/hyperfine/issues/717) ([@​xzfc](https://redirect.github.com/xzfc)) #### Other - Build binaries for aarch64-apple-darwin, see [#​728](https://redirect.github.com/sharkdp/hyperfine/issues/728) ([@​Phault](https://redirect.github.com/Phault)) - Various cleanups ([@​hamirmahal](https://redirect.github.com/hamirmahal), [@​one230six](https://redirect.github.com/one230six)) </details> <details> <summary>watchexec/watchexec (watchexec)</summary> ### [`v2.2.0`](https://redirect.github.com/watchexec/watchexec/releases/tag/v2.2.0): CLI v2.2.0 - Explicitly watching files that are in your .gitignore no longer requires `--no-vcs-ignore` ([#​674](https://redirect.github.com/watchexec/watchexec/issues/674), [#​859](https://redirect.github.com/watchexec/watchexec/issues/859), contributed by [@​TheBlek](https://redirect.github.com/TheBlek)) - Fix Windows usage for legacy programs due to usage of UNC paths ([#​830](https://redirect.github.com/watchexec/watchexec/issues/830), [#​858](https://redirect.github.com/watchexec/watchexec/issues/858), contributed by [@​TheBlek](https://redirect.github.com/TheBlek)) - Various dependency upgrades </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/alecthomas/chroma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information