From a3f0dc0d81a8b77be1a0371e106c2b9b12440d47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 18:34:00 +0000 Subject: [PATCH] chore(main): release linkinator 8.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 168f65f2..699f1475 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.1" + ".": "8.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0640ad..f0fc3671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index ba74382c..75b903ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "linkinator", - "version": "7.6.1", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "linkinator", - "version": "7.6.1", + "version": "8.0.0", "license": "MIT", "dependencies": { "chalk": "^5.0.0", diff --git a/package.json b/package.json index 29f5e605..0ccb060c 100644 --- a/package.json +++ b/package.json @@ -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",