1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-28 03:29:41 +02:00
renovate[bot] 6622bd571f
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>
2024-11-14 12:32:21 +11:00
..
2024-08-25 16:37:15 +10:00
2023-01-11 16:37:03 -05:00

Hermit environment

This is a Hermit bin directory.

The symlinks in this directory are managed by Hermit and will automatically download and install Hermit itself as well as packages. These packages are local to this environment.