link-check
link-check copied to clipboard
checks whether a hyperlink is alive (`200 OK`) or dead.
Node 14 and 16 are EoL. Since Node 18 github action uses IPv6 (host: `::1`). This should in url: `[::1]`. But any lib seems to be incompatible.
Uses [proxy-agent](https://www.npmjs.com/package/proxy-agent) to support proxies via env vars. Needle has no good proxy implementation. (https://github.com/tomas/needle/issues/406) Fixes: - https://github.com/tcort/markdown-link-check/issues/166
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Just ran on the root files to cleanup some minor formatting. Didn't touch any of the fixtures Few others I didn't look at ``` $ markdownlint-cli2-fix "*.md" markdownlint-cli2-fix v0.6.0 (markdownlint...
Bumps [mocha](https://github.com/mochajs/mocha) from 10.3.0 to 10.4.0. Release notes Sourced from mocha's releases. v10.4.0 10.4.0 / 2024-03-26 :tada: Enhancements #4829 feat: include .cause stacks in the error stack traces (@voxpelli) #4985...
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Replace isemail with node-email-verifier, which also checks that email domains have an MX record. Add support for the timeout option for domain MX verification. This also fixes the deprecation warning...