Skip to content

Commit f1e1271

Browse files
chore(main): release linkinator 7.5.1 (#745)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e16ce35 commit f1e1271

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.5.0"
2+
".": "7.5.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.5.1](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.5.0...linkinator-v7.5.1) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency glob to v11 [security] ([#748](https://github.com/JustinBeckwith/linkinator/issues/748)) ([b9f6660](https://github.com/JustinBeckwith/linkinator/commit/b9f6660d6366963fc6a0a59d9a765817361d0490))
9+
* **deps:** update dependency glob to v13 ([#751](https://github.com/JustinBeckwith/linkinator/issues/751)) ([de4f2df](https://github.com/JustinBeckwith/linkinator/commit/de4f2dff8219f7a23e770489783aaf7e656fac3a))
10+
* **deps:** update dependency marked to v17 ([#744](https://github.com/JustinBeckwith/linkinator/issues/744)) ([57306c5](https://github.com/JustinBeckwith/linkinator/commit/57306c576993b6a84da54e92e0ec1e734847379d))
11+
* handle unhandled promise rejections in retry behavior ([#754](https://github.com/JustinBeckwith/linkinator/issues/754)) ([#757](https://github.com/JustinBeckwith/linkinator/issues/757)) ([e16ce35](https://github.com/JustinBeckwith/linkinator/commit/e16ce3509008d47ec8075f7afeb06085952628d1))
12+
* only report duplicate results for broken links ([#750](https://github.com/JustinBeckwith/linkinator/issues/750)) ([#755](https://github.com/JustinBeckwith/linkinator/issues/755)) ([6941006](https://github.com/JustinBeckwith/linkinator/commit/6941006b2f95ba4746c0c7670560b4bb2e9a4767))
13+
* prevent port exhaustion by reusing HTTP agents ([#753](https://github.com/JustinBeckwith/linkinator/issues/753)) ([#756](https://github.com/JustinBeckwith/linkinator/issues/756)) ([a8f7605](https://github.com/JustinBeckwith/linkinator/commit/a8f7605b67d8b78877d07878431ddb2209de1a25))
14+
315
## [7.5.0](https://github.com/JustinBeckwith/linkinator/compare/linkinator-v7.4.2...linkinator-v7.5.0) (2025-11-06)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linkinator",
33
"description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
4-
"version": "7.5.0",
4+
"version": "7.5.1",
55
"license": "MIT",
66
"repository": "JustinBeckwith/linkinator",
77
"author": "Justin Beckwith",

0 commit comments

Comments
 (0)