Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 66 additions & 63 deletions tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"linkinator": "7.6.1",
"linkinator": "8.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Trigger docs checks for tools dependency bumps

For PRs like this one that only change tools/package.json/tools/package-lock.json, the Hugo Docs workflow that runs make docs docs-check-links is not triggered because .github/workflows/docs.yaml only includes site/** and tools/make/docs.mk in its path filters, while docs-check-links is the only repo workflow target that exercises $(tools/linkinator). This lets a major linkinator upgrade merge without running the link checker it changes; please include the tools package files in that workflow's paths or otherwise run the docs check for these dependency bumps.

Useful? React with 👍 / 👎.

"markdownlint-cli": "0.49.1"
}
}