Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.6.1"
".": "8.0.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [8.0.0](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.6.1...linkinator-v8.0.0) (2026-06-20)


### ⚠ BREAKING CHANGES

* require nodejs 22 and up ([#824](https://github.com/JustinBeckwith/linkinator/issues/824))

### Features

* Parse MDX files ([#794](https://github.com/JustinBeckwith/linkinator/issues/794)) ([3518692](https://github.com/JustinBeckwith/linkinator/commit/3518692247df0676dd65067f4d0965f1acd805e7))


### Bug Fixes

* **deps:** update dependency htmlparser2 to v12 ([#792](https://github.com/JustinBeckwith/linkinator/issues/792)) ([5ce7509](https://github.com/JustinBeckwith/linkinator/commit/5ce7509ac62a3184850af5aaba5e214303170a81))
* **deps:** update dependency marked to v18 ([#804](https://github.com/JustinBeckwith/linkinator/issues/804)) ([4a96dde](https://github.com/JustinBeckwith/linkinator/commit/4a96dde8e27ebd7665efc5c1dbfb40b7b41a5d83))
* **deps:** update dependency undici to v8 ([#831](https://github.com/JustinBeckwith/linkinator/issues/831)) ([5fba1cb](https://github.com/JustinBeckwith/linkinator/commit/5fba1cbd4375b310b16ecc7471c8f31c503431e1))
* harden local static server error handling ([#807](https://github.com/JustinBeckwith/linkinator/issues/807)) ([3b8609d](https://github.com/JustinBeckwith/linkinator/commit/3b8609d5b972478900c7d1f8372ffe5571e66210))


### Build System

* require nodejs 22 and up ([#824](https://github.com/JustinBeckwith/linkinator/issues/824)) ([c305a68](https://github.com/JustinBeckwith/linkinator/commit/c305a68b482be07acfc3fb731d182ccbc8c3e949))

## [7.6.1](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.6.0...linkinator-v7.6.1) (2026-02-27)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "linkinator",
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
"version": "7.6.1",
"version": "8.0.0",
"license": "MIT",
"repository": "JustinBeckwith/linkinator",
"author": "Justin Beckwith",
Expand Down