Commit 6bb150a
chore(deps): remove unmaintained broken-link-checker dev dependency (#255)
broken-link-checker@^0.7.8 is unmaintained (last released ~2017) and pulls in
a large legacy transitive tree (deprecated nopter, urlobj, urlcache, uuid@2
using Math.random, an old chalk/ansi stack), which is a needless security and
maintenance liability that drives Dependabot churn.
It was only exposed through the `npm run linkcheck` script and was never used
in CI. Local link checking is still possible via the better-maintained tools
documented in the docs repository (Antora xref-validator, htmltest,
filiph/linkcheck).
- drop the broken-link-checker devDependency
- drop the now-unused linkcheck npm script
- update agent/CLAUDE docs that referenced it to point at the documented tools
- regenerate package-lock.json (drops ~19 transitive packages)
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent a0430dc commit 6bb150a
3 files changed
Lines changed: 4 additions & 1094 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments