Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1013)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 8d04e7e commit 6622bd5
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/go
2 changes: 1 addition & 1 deletion bin/gofmt
2 changes: 1 addition & 1 deletion bin/hyperfine
2 changes: 1 addition & 1 deletion bin/watchexec
2 changes: 1 addition & 1 deletion cmd/chroma/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/alecthomas/chroma/v2 => ../../

require (
github.com/alecthomas/chroma/v2 v2.14.0
github.com/alecthomas/kong v1.2.1
github.com/alecthomas/kong v1.4.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
)
Expand Down
2 changes: 2 additions & 0 deletions cmd/chroma/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA
github.com/alecthomas/kong v0.9.0/go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os=
github.com/alecthomas/kong v1.2.1 h1:E8jH4Tsgv6wCRX2nGrdPyHDUCSG83WH2qE4XLACD33Q=
github.com/alecthomas/kong v1.2.1/go.mod h1:rKTSFhbdp3Ryefn8x5MOEprnRFQ7nlmMC01GKhehhBM=
github.com/alecthomas/kong v1.4.0 h1:UL7tzGMnnY0YRMMvJyITIRX1EpO6RbBRZDNcCevy3HA=
github.com/alecthomas/kong v1.4.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=
github.com/dlclark/regexp2 v1.10.0 h1:+/GIL799phkJqYW+3YbOd8LCcbHzT0Pbo8zl70MHsq0=
github.com/dlclark/regexp2 v1.10.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
Expand Down
2 changes: 1 addition & 1 deletion cmd/chromad/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/alecthomas/chroma/v2 v2.14.0
github.com/alecthomas/kong v1.2.1
github.com/alecthomas/kong v1.4.0
github.com/alecthomas/kong-hcl v1.0.1
github.com/gorilla/csrf v1.7.2
github.com/gorilla/handlers v1.5.2
Expand Down
2 changes: 2 additions & 0 deletions cmd/chromad/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA
github.com/alecthomas/kong v0.9.0/go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os=
github.com/alecthomas/kong v1.2.1 h1:E8jH4Tsgv6wCRX2nGrdPyHDUCSG83WH2qE4XLACD33Q=
github.com/alecthomas/kong v1.2.1/go.mod h1:rKTSFhbdp3Ryefn8x5MOEprnRFQ7nlmMC01GKhehhBM=
github.com/alecthomas/kong v1.4.0 h1:UL7tzGMnnY0YRMMvJyITIRX1EpO6RbBRZDNcCevy3HA=
github.com/alecthomas/kong v1.4.0/go.mod h1:p2vqieVMeTAnaC83txKtXe8FLke2X07aruPWXyMPQrU=
github.com/alecthomas/kong-hcl v1.0.1 h1:f4svdFpEoNUwlpZj57CvfhzSnSfP/KBzMDETlwamd/s=
github.com/alecthomas/kong-hcl v1.0.1/go.mod h1:6Y+MaMTZ/KQe9Qme6aSlKtql65FJE0/1O+Mu56C6UgQ=
github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk=
Expand Down

0 comments on commit 6622bd5

Please sign in to comment.