Skip to content

Commit e0aae41

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 = "anchor-only"` to preserve our previous anchor-only behavior without opting into the new text-fragment checks. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 84fa240 commit e0aae41

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 that also supports checking text fragments; "anchor-only" preserves
9+
# our previous behavior of checking `#section`-style anchors only.
10+
include_fragments = "anchor-only"
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)