Skip to content

Commit 37f89a0

Browse files
chore(deps): update dependency lychee to v0.24.1 (#2048)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lychee](https://redirect.github.com/lycheeverse/lychee) | minor | `0.23.0` → `0.24.1` | --- ### Release Notes <details> <summary>lycheeverse/lychee (lychee)</summary> ### [`v0.24.1`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.1) [Compare Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.24.0...lychee-v0.24.1) **Breaking**: with v0.24.0 the structure of the released archive files has changed. ##### Fixed - Restore naming convention of released files ([#&#8203;2161](https://redirect.github.com/lycheeverse/lychee/issues/2161)) - Fix Docker build ([#&#8203;2163](https://redirect.github.com/lycheeverse/lychee/issues/2163)) ### [`v0.24.0`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.24.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.23.0...lychee-v0.24.0) **Breaking**: in v0.24.0 the release names are scrambled. See v0.24.1 where the previous naming convention are restored. **Breaking**: with v0.24.0 the structure of the released archive files has changed. ##### Added - Check text fragments ([#&#8203;2138](https://redirect.github.com/lycheeverse/lychee/pull/2138)) - Allow bool flag merging ([#&#8203;2137](https://redirect.github.com/lycheeverse/lychee/pull/2137)) - Show redirects & remaps ([#&#8203;2094](https://redirect.github.com/lycheeverse/lychee/pull/2094)) - Hide progress bar if input is `stdin` only ([#&#8203;1938](https://redirect.github.com/lycheeverse/lychee/pull/1938)) - Support sitemap.xml ([#&#8203;2071](https://redirect.github.com/lycheeverse/lychee/pull/2071)) - Allow accepting timeouts ([#&#8203;2063](https://redirect.github.com/lycheeverse/lychee/pull/2063)) - Support multiple config files ([#&#8203;2007](https://redirect.github.com/lycheeverse/lychee/pull/2007)) - Show line & column numbers ([#&#8203;2056](https://redirect.github.com/lycheeverse/lychee/pull/2056)) - Add JUnit format ([#&#8203;2066](https://redirect.github.com/lycheeverse/lychee/pull/2066)) - Respect HTTP error codes in CLI inputs ([#&#8203;2101](https://redirect.github.com/lycheeverse/lychee/pull/2101)) - Add shell completions for lychee ([#&#8203;1972](https://redirect.github.com/lycheeverse/lychee/pull/1972)) - Document file format support ([#&#8203;2052](https://redirect.github.com/lycheeverse/lychee/pull/2052)) - Increase value for --max-redirects ([#&#8203;2087](https://redirect.github.com/lycheeverse/lychee/pull/2087)) ##### Fixed - Prevent 0 value for max-concurrency and threads ([#&#8203;2145](https://redirect.github.com/lycheeverse/lychee/pull/2145)) - Use the remapped URI for the cache key ([#&#8203;1818](https://redirect.github.com/lycheeverse/lychee/pull/1818)) ([#&#8203;2109](https://redirect.github.com/lycheeverse/lychee/pull/2109)) - *(cli)* bump open files limit on macOS and Linux ([#&#8203;2106](https://redirect.github.com/lycheeverse/lychee/pull/2106)) - Fix matching logic for glob hidden files ([#&#8203;2130](https://redirect.github.com/lycheeverse/lychee/pull/2130)) - Fix output path not validated before the run ([#&#8203;2148](https://redirect.github.com/lycheeverse/lychee/pull/2148)) - Fix double count ([#&#8203;2088](https://redirect.github.com/lycheeverse/lychee/pull/2088)) - Prevent duplicate requests to the same URLs ([#&#8203;2067](https://redirect.github.com/lycheeverse/lychee/pull/2067)) - Fix Windows Absolute Path Parsing and Remove HTTP Assumption ([#&#8203;1837](https://redirect.github.com/lycheeverse/lychee/pull/1837)) ##### Other - Make website checker return Status always, rather than Result ([#&#8203;2140](https://redirect.github.com/lycheeverse/lychee/pull/2140)) - Remove the `Redirect` and `Remapped` wrapper variants from the `Status` enum. ([#&#8203;2129](https://redirect.github.com/lycheeverse/lychee/pull/2129)) - Allow root-dir that doesn't exist ([#&#8203;2127](https://redirect.github.com/lycheeverse/lychee/pull/2127)) - Unify input URL fetching with the link-checker's HostPool ([#&#8203;2100](https://redirect.github.com/lycheeverse/lychee/pull/2100)) - Unify Releases Across Operating Systems ([#&#8203;1957](https://redirect.github.com/lycheeverse/lychee/pull/1957)) - Remove raw mode ([#&#8203;2086](https://redirect.github.com/lycheeverse/lychee/pull/2086)) - Always show full config parse errors with full details in output ([#&#8203;2149](https://redirect.github.com/lycheeverse/lychee/pull/2149)) - Add tests for the current state of "Checking a Local Folder with URL Remapping" ([#&#8203;1965](https://redirect.github.com/lycheeverse/lychee/pull/1965)) - Move caching logic to cache ([#&#8203;2123](https://redirect.github.com/lycheeverse/lychee/pull/2123)) - Support multiple config file formats and refactor config module ([#&#8203;2104](https://redirect.github.com/lycheeverse/lychee/pull/2104)) - Never cache errors on disk - Report input source errors rather than tokio panics ([#&#8203;2074](https://redirect.github.com/lycheeverse/lychee/pull/2074)) - Add WaitGroup for waiting for a dynamic set of tasks ([#&#8203;2046](https://redirect.github.com/lycheeverse/lychee/pull/2046)) - \[**breaking**] add BaseInfo for resolving links, delete Base, cleanup utils ([#&#8203;2005](https://redirect.github.com/lycheeverse/lychee/pull/2005)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29e9b01 commit 37f89a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.160.1"
33
"go:github.com/grafana/oats" = "0.6.1"
44
java = "temurin-25.0.3+9.0.LTS"
5-
lychee = "0.23.0"
5+
lychee = "0.24.1"
66
node = "24.15.0"
77
"npm:renovate" = "43.129.1"
88
protoc = "34.1"

0 commit comments

Comments
 (0)