Skip to content

Commit 4120ae4

Browse files
chore(deps): update dependency lychee to v0.20.0 (#725)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lychee](https://redirect.github.com/lycheeverse/lychee) | minor | `0.19.1` -> `0.20.0` | --- ### Release Notes <details> <summary>lycheeverse/lychee (lychee)</summary> ### [`v0.20.0`](https://redirect.github.com/lycheeverse/lychee/releases/tag/lychee-v0.20.0) [Compare Source](https://redirect.github.com/lycheeverse/lychee/compare/lychee-v0.19.1...lychee-v0.20.0) ##### Added - make wikilink extraction and checking opt-in ([#&#8203;1803](https://redirect.github.com/lycheeverse/lychee/pull/1803)) - skip fragment checking for unsupported MIME types ([#&#8203;1744](https://redirect.github.com/lycheeverse/lychee/pull/1744)) - add 'user-content-' prefix to support github markdown fragment ([#&#8203;1750](https://redirect.github.com/lycheeverse/lychee/pull/1750)) ##### Fixed - do not check the fragment when http response err but accepted ([#&#8203;1763](https://redirect.github.com/lycheeverse/lychee/pull/1763)) - treat a fragment in an empty directory as an error ([#&#8203;1756](https://redirect.github.com/lycheeverse/lychee/pull/1756)) - resolve index file inside a directory ([#&#8203;1752](https://redirect.github.com/lycheeverse/lychee/pull/1752)) - skip fragment check if website URL doesn't contain fragment ([#&#8203;1733](https://redirect.github.com/lycheeverse/lychee/pull/1733)) ##### Other - Bump dependencies ([#&#8203;1811](https://redirect.github.com/lycheeverse/lychee/pull/1811)) - Skip binary and invalid UTF-8 inputs ([#&#8203;1810](https://redirect.github.com/lycheeverse/lychee/pull/1810)) - Refactor input dumping and path retrieval with extension filtering ([#&#8203;1648](https://redirect.github.com/lycheeverse/lychee/pull/1648)) - Use a HashSet to store inputs and avoid duplicates ([#&#8203;1781](https://redirect.github.com/lycheeverse/lychee/pull/1781)) - add `--index-files` flag, and turn off index file checking by default ([#&#8203;1777](https://redirect.github.com/lycheeverse/lychee/pull/1777)) - Cleanup input example ([#&#8203;1792](https://redirect.github.com/lycheeverse/lychee/pull/1792)) - FIx missing identifier in snap build action; add snap install to readme ([#&#8203;1793](https://redirect.github.com/lycheeverse/lychee/pull/1793)) - refactor `test_fragments` to clarify expected successes/fails ([#&#8203;1776](https://redirect.github.com/lycheeverse/lychee/pull/1776)) - Fix test - Remove JSON output files even on test failures - Add regression test - Improve test - Make excluded\_paths part of Collector instead of Input - Make regex field in RegexFilter private - Apply clippy suggestions - Test regex functionality in --exclude-path flag - Update flag description & clean up - Replace Vec<PathBuf> with dedicated PathExcludes type - Unwrap option type - Replace unmaintained human-sort with numeric-sort ([#&#8203;1759](https://redirect.github.com/lycheeverse/lychee/pull/1759)) - Fix basic auth ([#&#8203;1748](https://redirect.github.com/lycheeverse/lychee/pull/1748)) - Update 'Users' section in the README - Add ProseKit to users - Migrate to Clippy 1.88 ([#&#8203;1749](https://redirect.github.com/lycheeverse/lychee/pull/1749)) - fix assertion in fragment checks - Replace unreliable API URL - display unsupported URLs ([#&#8203;1727](https://redirect.github.com/lycheeverse/lychee/pull/1727)) </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/grafana/docker-otel-lgtm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2e8d95 commit 4120ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
go = "1.25.0"
44
"go:github.com/grafana/oats" = "0.4.0"
55
java = "temurin-21.0.8+9.0.LTS"
6-
lychee = "0.19.1"
6+
lychee = "0.20.0"
77
markdownlint-cli2 = "0.18.1"
88
rust = "1.89.0"
99

0 commit comments

Comments
 (0)