Skip to content

Commit 5d32037

Browse files
oschwaldclaude
andcommitted
Update mise tools
Bump lychee 0.23.0 -> 0.24.2 and ruby 4.0.3 -> 4.0.6 via `mise up`. lychee 0.24 replaced the boolean `include_fragments` config key with a `FragmentMode` string (none/anchor-only/text-only/full). Migrate lychee.toml to `include_fragments = "anchor-only"` to preserve the existing anchor-fragment checking behavior without opting into the new text-fragment (`#:~:text=`) checking. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 20303e2 commit 5d32037

2 files changed

Lines changed: 58 additions & 29 deletions

File tree

lychee.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
# Run locally with:
55
# lychee './**/*.md' './lib/**/*.rb' './*.gemspec'
66

7-
# Include URL fragments in checks
8-
include_fragments = true
7+
# Include URL fragments in checks. lychee 0.24 replaced the boolean
8+
# `include_fragments` with a mode string; `anchor-only` preserves our prior
9+
# behavior (checking `#anchor` fragments) without opting into the new
10+
# text-fragment (`#:~:text=`) checking.
11+
include_fragments = "anchor-only"
912

1013
# Don't allow any redirects, so links that have moved are surfaced and can be
1114
# updated to their canonical destination.

mise.lock

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

0 commit comments

Comments
 (0)