Skip to content

Update markdown-link-check to a Node.js 24 compatible version #1578

@MikeMcC399

Description

@MikeMcC399

What would you like?

Update the npm module markdown-link-check to a version that runs without errors or deprecations on Node.js 24.

Why is this needed?

The repo is currently configured to use markdown-link-check@3.14.1 which is the latest version.

Other

Steps to reproduce

Ubuntu 24.04.3 LTS, Node.js 24.11.0 LTS

npm ci
npm run check:markdown-links

Logs

(node:4484) [DEP0176] DeprecationWarning: fs.R_OK is deprecated, use fs.constants.R_OK instead
(Use `node --trace-deprecation ...` to show where the warning was created)

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions