Skip to content

Commit 6622bd5

Browse files
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 [#&#8203;579](https://redirect.github.com/sharkdp/hyperfine/issues/579), [#&#8203;577](https://redirect.github.com/sharkdp/hyperfine/issues/577) and [#&#8203;744](https://redirect.github.com/sharkdp/hyperfine/issues/744) ([@&#8203;sharkdp](https://redirect.github.com/sharkdp)) - Add `--conclude` argument (analog to `--prepare`), see [#&#8203;565](https://redirect.github.com/sharkdp/hyperfine/issues/565) and [#&#8203;719](https://redirect.github.com/sharkdp/hyperfine/issues/719) ([@&#8203;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 [#&#8203;529](https://redirect.github.com/sharkdp/hyperfine/issues/529) and [#&#8203;775](https://redirect.github.com/sharkdp/hyperfine/issues/775) ([@&#8203;sharkdp](https://redirect.github.com/sharkdp)) - The environment variable `$HYPERFINE_ITERATION` will now contain the current iteration number for each benchmarked command, see [#&#8203;775](https://redirect.github.com/sharkdp/hyperfine/issues/775) ([@&#8203;sharkdp](https://redirect.github.com/sharkdp)) - Add iteration information to failure error message, see [#&#8203;771](https://redirect.github.com/sharkdp/hyperfine/issues/771) and [#&#8203;772](https://redirect.github.com/sharkdp/hyperfine/issues/772) ([@&#8203;sharkdp](https://redirect.github.com/sharkdp)) - Python scripts: - legend modification parameters and output DPI, see [#&#8203;758](https://redirect.github.com/sharkdp/hyperfine/issues/758) ([@&#8203;Spreadcat](https://redirect.github.com/Spreadcat)) - Nicer whiskers plot, see [#&#8203;727](https://redirect.github.com/sharkdp/hyperfine/issues/727) ([@&#8203;serpent7776](https://redirect.github.com/serpent7776)) #### Bugfixes - ETA not clearly visible on terminals with a block cursor, see [#&#8203;698](https://redirect.github.com/sharkdp/hyperfine/issues/698) and [#&#8203;699](https://redirect.github.com/sharkdp/hyperfine/issues/699) ([@&#8203;overclockworked64](https://redirect.github.com/overclockworked64)) - Fix zsh completions, see [#&#8203;717](https://redirect.github.com/sharkdp/hyperfine/issues/717) ([@&#8203;xzfc](https://redirect.github.com/xzfc)) #### Other - Build binaries for aarch64-apple-darwin, see [#&#8203;728](https://redirect.github.com/sharkdp/hyperfine/issues/728) ([@&#8203;Phault](https://redirect.github.com/Phault)) - Various cleanups ([@&#8203;hamirmahal](https://redirect.github.com/hamirmahal), [@&#8203;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` ([#&#8203;674](https://redirect.github.com/watchexec/watchexec/issues/674), [#&#8203;859](https://redirect.github.com/watchexec/watchexec/issues/859), contributed by [@&#8203;TheBlek](https://redirect.github.com/TheBlek)) - Fix Windows usage for legacy programs due to usage of UNC paths ([#&#8203;830](https://redirect.github.com/watchexec/watchexec/issues/830), [#&#8203;858](https://redirect.github.com/watchexec/watchexec/issues/858), contributed by [@&#8203;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>
1 parent 8d04e7e commit 6622bd5

File tree

11 files changed

+10
-6
lines changed

11 files changed

+10
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

bin/go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.23.2.pkg
1+
.go-1.23.3.pkg

bin/gofmt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.go-1.23.2.pkg
1+
.go-1.23.3.pkg

bin/hyperfine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.hyperfine-1.18.0.pkg
1+
.hyperfine-1.19.0.pkg

bin/watchexec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.watchexec-2.1.2.pkg
1+
.watchexec-2.2.0.pkg

cmd/chroma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/alecthomas/chroma/v2 => ../../
66

77
require (
88
github.com/alecthomas/chroma/v2 v2.14.0
9-
github.com/alecthomas/kong v1.2.1
9+
github.com/alecthomas/kong v1.4.0
1010
github.com/mattn/go-colorable v0.1.13
1111
github.com/mattn/go-isatty v0.0.20
1212
)

cmd/chroma/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA
77
github.com/alecthomas/kong v0.9.0/go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os=
88
github.com/alecthomas/kong v1.2.1 h1:E8jH4Tsgv6wCRX2nGrdPyHDUCSG83WH2qE4XLACD33Q=
99
github.com/alecthomas/kong v1.2.1/go.mod h1:rKTSFhbdp3Ryefn8x5MOEprnRFQ7nlmMC01GKhehhBM=
10+
github.com/alecthomas/kong v1.4.0 h1:UL7tzGMnnY0YRMMvJyITIRX1EpO6RbBRZDNcCevy3HA=
11+
github.com/alecthomas/kong v1.4.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
1012
github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=
1113
github.com/dlclark/regexp2 v1.10.0 h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0=
1214
github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=

cmd/chromad/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.19
44

55
require (
66
github.com/alecthomas/chroma/v2 v2.14.0
7-
github.com/alecthomas/kong v1.2.1
7+
github.com/alecthomas/kong v1.4.0
88
github.com/alecthomas/kong-hcl v1.0.1
99
github.com/gorilla/csrf v1.7.2
1010
github.com/gorilla/handlers v1.5.2

0 commit comments

Comments
 (0)