From b09e0010ca71fec85db44efdb41cabeacb580ba5 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 14 Jun 2025 14:50:05 -0400 Subject: [PATCH] [CI] Update packages Signed-off-by: Patrice Chalin --- package.json | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 3fc71a6..db428f3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "_check:format:delta": "npm run _check:format:any -- $(npm run -s _list:git:delta)", "_check:format": "npx prettier --check .", "_check:links": "make --keep-going check-links", - "_check:links-md": "bash -c 'for f in *.md `find analyses -name \"*.md\"`; do npx markdown-link-check@3.12.2 --config .markdown-link-check.json -p -v $f || exit 1; done'", + "_check:links-md": "bash -c 'for f in *.md `find analyses -name \"*.md\"`; do npx markdown-link-check --config .markdown-link-check.json -p -v $f || exit 1; done'", "_check:markdown:all": "npm run -s _list:check:md | xargs -I {} -P 4 npx -p markdownlint-cli markdownlint -c .markdownlint.yaml {}", "_check:markdown:delta": "npm run -s _list:git:delta | xargs -I {} npx -p markdownlint-cli markdownlint -c .markdownlint.yaml {}", "_check:markdown:1": "npx -p markdownlint-cli markdownlint -c .markdownlint.yaml", @@ -43,27 +43,26 @@ }, "author": "CNCF", "license": "CC-BY-4.0", - "NOTE": "We've pinned markdown-link-check to 3.12.2 due to a bug in 3.13.x stream, both in the devDeps below and the check:links script above. For details, see https://github.com/tcort/markdown-link-check/issues/369.", "dependencies": { - "@docusaurus/core": "3.7.0", - "@docusaurus/preset-classic": "3.7.0", - "@mdx-js/react": "^3.0.0", - "clsx": "^2.0.0", - "prism-react-renderer": "^2.3.0", - "react": "^19.0.0", - "react-dom": "^19.0.0" + "@docusaurus/core": "3.8.1", + "@docusaurus/preset-classic": "3.8.1", + "@mdx-js/react": "^3.1.0", + "clsx": "^2.1.1", + "prism-react-renderer": "^2.4.1", + "react": "^19.1.0", + "react-dom": "^19.1.0" }, "devDependencies": { - "cspell": "^8.17.5", - "markdown-link-check": "3.12.2", - "markdownlint": "^0.37.4", - "markdownlint-cli": "^0.44.0", - "npm-check-updates": "^17.1.15", - "prettier": "^3.5.2", - "@docusaurus/module-type-aliases": "3.7.0", - "@docusaurus/tsconfig": "3.7.0", - "@docusaurus/types": "3.7.0", - "typescript": "~5.6.2" + "cspell": "^9.1.1", + "markdown-link-check": "3.13.7", + "markdownlint": "^0.38.0", + "markdownlint-cli": "^0.45.0", + "npm-check-updates": "^18.0.1", + "prettier": "^3.5.3", + "@docusaurus/module-type-aliases": "3.8.1", + "@docusaurus/tsconfig": "3.8.1", + "@docusaurus/types": "3.8.1", + "typescript": "~5.8.3" }, "private": true, "spelling": "cSpell:ignore ACMR loglevel pkgs -",