Skip to content

Commit ab58357

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 = "full"`, which checks both anchor fragments (`#anchor`) and text fragments (`#:~:text=`). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 86752e5 commit ab58357

2 files changed

Lines changed: 57 additions & 29 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' './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; `full` checks both `#anchor`
9+
# fragments and text fragments (`#:~:text=`).
10+
include_fragments = "full"
911

1012
# Don't allow any redirects, so links that have moved are surfaced and can be
1113
# 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)