Skip to content

Commit f687e5f

Browse files
chore(deps): update dependency lychee to v0.22.0 (#1723)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lychee](https://redirect.github.com/lycheeverse/lychee) | minor | `0.21.0` -> `0.22.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lycheeverse/lychee (lychee)</summary> ### [`v0.22.0`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.22.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.21.0...lychee-v0.22.0) ##### Added - support relative --root-dir ([#&#8203;1912](https://redirect.github.com/lycheeverse/lychee/pull/1912)) - propagate input loading/collecting errors to top level ([#&#8203;1864](https://redirect.github.com/lycheeverse/lychee/pull/1864)) - file preprocessing ([#&#8203;1891](https://redirect.github.com/lycheeverse/lychee/pull/1891)) ##### Fixed - make file matcher respect the hidden option ([#&#8203;1936](https://redirect.github.com/lycheeverse/lychee/pull/1936)) - inverted gitignore behaviour for --dump-inputs ([#&#8203;1882](https://redirect.github.com/lycheeverse/lychee/pull/1882)) ##### Other - *(deps)* bump the dependencies group with 5 updates ([#&#8203;1944](https://redirect.github.com/lycheeverse/lychee/pull/1944)) - progress bar ([#&#8203;1914](https://redirect.github.com/lycheeverse/lychee/pull/1914)) - Bump the dependencies group with 3 updates ([#&#8203;1933](https://redirect.github.com/lycheeverse/lychee/pull/1933)) - Fix parsing larger HTML blocks in MDX files ([#&#8203;1924](https://redirect.github.com/lycheeverse/lychee/pull/1924)) - use markdown formatting for files-from help text ([#&#8203;1917](https://redirect.github.com/lycheeverse/lychee/pull/1917)) - Bump the dependencies group across 1 directory with 8 updates ([#&#8203;1916](https://redirect.github.com/lycheeverse/lychee/pull/1916)) - use log::Level's deserialiser, and link example TOML ([#&#8203;1907](https://redirect.github.com/lycheeverse/lychee/pull/1907)) - Config file up to date ([#&#8203;1906](https://redirect.github.com/lycheeverse/lychee/pull/1906)) - check glob validity when parsing input source arguments ([#&#8203;1869](https://redirect.github.com/lycheeverse/lychee/pull/1869)) - Fix typos, and configure the typos tool ([#&#8203;1895](https://redirect.github.com/lycheeverse/lychee/pull/1895)) - Address new clippy lints with version 1.91 - Bump MSRV - Bump the dependencies group across 1 directory with 7 updates </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent dc805a7 commit f687e5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/exporters/unicode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ other UTF-8 characters, without any replacements.
2828

2929
## PushGateway
3030

31-
When using the [Pushgateway](/exporters/pushgateway/), Unicode support has to be enabled
31+
When using the [Pushgateway]({{< relref "pushgateway.md" >}}), Unicode support has to be enabled
3232
explicitly by setting `io.prometheus.exporter.pushgateway.escapingScheme` to `allow-utf-8` in the
3333
Pushgateway configuration file - see
3434
[Pushgateway configuration]({{< relref "/config/config.md#exporter-pushgateway-properties" >}})

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ max_retries = 6
22
exclude_loopback = true
33
cache = true
44

5-
base = "https://prometheus.github.io"
5+
base_url = "https://prometheus.github.io"
66
exclude_path = ["docs/themes"]
77
exclude = [
88
'^https://github\.com/prometheus/client_java/settings',

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"go:github.com/gohugoio/hugo" = "v0.152.2"
33
"go:github.com/grafana/oats" = "0.6.0"
44
java = "temurin-25.0.1+8.0.LTS"
5-
lychee = "0.21.0"
5+
lychee = "0.22.0"
66
protoc = "33.1"
77

88
[tasks.ci]

0 commit comments

Comments
 (0)