Skip to content

Commit 01fdee3

Browse files
oschwaldclaude
andcommitted
Update mise tools
Ran `mise up` to bump pinned tool versions (hugo, lychee). lychee was upgraded 0.23.0 -> 0.24.2, which replaced the boolean `include_fragments` config option with an enum (none|anchor-only|text-only|full). Migrated lychee.toml to `include_fragments = "anchor-only"` to preserve the previous anchor-fragment-only checking behavior; `mise run check-links` passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 257a350 commit 01fdee3

2 files changed

Lines changed: 50 additions & 30 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/**/*.php' './composer.json'
66

7-
# Include URL fragments in checks
8-
include_fragments = true
7+
# Include URL fragments in checks. lychee 0.24 changed this from a bool to an
8+
# enum (none|anchor-only|text-only|full); anchor-only preserves the previous
9+
# (anchor-fragment-only) behavior.
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: 46 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)