link-check
link-check copied to clipboard
checks whether a hyperlink is alive (`200 OK`) or dead.
Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 10.7.3. Release notes Sourced from mocha's releases. v10.7.3 10.7.3 (2024-08-09) 🩹 Fixes make release-please build work (#5194) (afd66ef) v10.7.2 10.7.2 (2024-08-06) 📚 Documentation improve filtering...
Only include in the final package the files that are really used. This can be checked executing `npm pack` locally. Before: ``` npm notice package size: 9.6 kB npm notice...
This PR brings a massive performance improvement when importing link-check. These are the results on my linux machine: Before: ```sh $ time for i in {1..30}; do node -e 'require("./index.js")';...
NPM page for this package says 38 kB unpacked. Actual: 1.4MB
Bumps [debug](https://github.com/debug-js/debug) from 4.3.4 to 4.3.6. Release notes Sourced from debug's releases. 4.3.6 What's Changed Avoid using deprecated RegExp.$1 by @bluwy in debug-js/debug#969 New Contributors @bluwy made their first contribution...
Getting 200 for redirect also but should give 302 or 3xx Better to return location of return also if possible like result.location or result.redirectedUrl .... 
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
To fix https://github.com/tcort/markdown-link-check/issues/336
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. Release notes Sourced from mocha's releases. v11.1.0 11.1.0 (2025-01-02) 🌟 Features bump yargs to 17 (#5165) (8f1c8d8) v11.0.2 11.0.2 (2024-12-09) 🩹 Fixes catch exceptions...