From f033fbdefefa2bbb3e171c3c6dc5d38bcf58d9be Mon Sep 17 00:00:00 2001 From: Eric Wollesen Date: Tue, 12 Mar 2024 09:23:26 -0600 Subject: [PATCH] fixes an issue with markdown-link-check versioning There's a regression they're working to fix, it'll probably be fixed soon, but in the meantime... https://github.com/tcort/markdown-link-check/issues/304 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 290ed1c8..5ede2b4a 100644 --- a/Makefile +++ b/Makefile @@ -130,13 +130,16 @@ NPM_TOOLS = \ $(NPM_BIN)/stoplight \ $(NPM_BIN)/swagger-cli +# TODO: update markdown-link-check version. Right now there's a bug in +# 3.12.x. 3.11.2 is the latest version before 3.12.x. See +# https://github.com/tcort/markdown-link-check/issues/304 NPM_PKG_SPECS = \ @apidevtools/swagger-cli@^4.0.4 \ @openapi-contrib/json-schema-to-openapi-schema@^2.2.5 \ @redocly/cli@^1.0.0-rc.3 \ @stoplight/cli@^6.0.1280 \ @stoplight/spectral-cli@^6.8.0 \ - markdown-link-check@^3.10.3 \ + markdown-link-check@3.11.x \ markdownlint-cli@^0.33.0 \ openapi-merge-cli@1.3.1