Skip to content

Commit 55d7081

Browse files
oschwaldclaude
andcommitted
Update mise tools
Run `mise up` to refresh mise.lock, which bumps hugo, lychee, and maven to their latest pinned versions. lychee 0.24.0 replaced the boolean `include_fragments` config key with an enum (`none`, `anchor-only`, `text-only`, `full`) that also supports checking text fragments. Migrate lychee.toml to `include_fragments = "full"` so both anchor fragments (`#section`) and text fragments (`#:~:text=`) are checked. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 1f7eb7a commit 55d7081

2 files changed

Lines changed: 68 additions & 38 deletions

File tree

lychee.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
# Run locally with:
55
# lychee './**/*.md' './src/**/*.java' './pom.xml'
66

7-
# Include URL fragments in checks
8-
include_fragments = true
7+
# Include URL fragments in checks. lychee 0.24 replaced the boolean flag with
8+
# an enum; "full" checks both anchor fragments (`#section`) and text fragments
9+
# (`#:~:text=`).
10+
include_fragments = "full"
911

1012
# Don't allow any redirects, so links that have moved are surfaced and updated
1113
# to their canonical destination.

mise.lock

Lines changed: 64 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)