From 68e7aa846d04edeb811f989e16cca0ca2f93ddbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:26:32 +0000 Subject: [PATCH 1/2] Bump markdown-link-check from 3.14.0 to 3.14.1 Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/tcort/markdown-link-check/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: markdown-link-check dependency-version: 3.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce9db52d..80013642 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "github-label-sync": "3.0.0", - "markdown-link-check": "^3.14.0", + "markdown-link-check": "^3.14.1", "markdownlint-cli": "^0.45.0", "prettier": "^3.6.2", "prettier-plugin-toml": "^2.0.6" @@ -3555,9 +3555,9 @@ } }, "node_modules/markdown-link-check": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.0.tgz", - "integrity": "sha512-JmzUyLS1XUlLO3NyT7lSXgkrjB3Q7hUhQxQOs64AU/bQzTTPINhBHstAAwV5QQbvb5aKLeQ0IecLn6eozae4Sw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.1.tgz", + "integrity": "sha512-h1tihNL3kmOS3N7H4FyF4xKDxiHnNBNSgs/LWlDiRHlC8O0vfRX0LhDDvesRSs4HM7nS0F658glLxonaXBmuWw==", "dev": true, "dependencies": { "async": "^3.2.6", @@ -8769,9 +8769,9 @@ } }, "markdown-link-check": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.0.tgz", - "integrity": "sha512-JmzUyLS1XUlLO3NyT7lSXgkrjB3Q7hUhQxQOs64AU/bQzTTPINhBHstAAwV5QQbvb5aKLeQ0IecLn6eozae4Sw==", + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.14.1.tgz", + "integrity": "sha512-h1tihNL3kmOS3N7H4FyF4xKDxiHnNBNSgs/LWlDiRHlC8O0vfRX0LhDDvesRSs4HM7nS0F658glLxonaXBmuWw==", "dev": true, "requires": { "async": "^3.2.6", diff --git a/package.json b/package.json index 83db17f2..f35c0f29 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "github-label-sync": "3.0.0", - "markdown-link-check": "^3.14.0", + "markdown-link-check": "^3.14.1", "markdownlint-cli": "^0.45.0", "prettier": "^3.6.2", "prettier-plugin-toml": "^2.0.6" From 76ff174ebb65315fbc3050ee3baf54fb47ecc119 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 12 Oct 2025 08:24:41 -0700 Subject: [PATCH 2/2] Update `markdown-link-check` version in template installation docs This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with. --- workflow-templates/check-markdown-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/check-markdown-task.md b/workflow-templates/check-markdown-task.md index dc79dd45..7b1c1436 100644 --- a/workflow-templates/check-markdown-task.md +++ b/workflow-templates/check-markdown-task.md @@ -59,7 +59,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files. Add the dependencies by running this command: ```text -npm install --save-dev markdown-link-check@^3.14.0 markdownlint-cli@^0.45.0 +npm install --save-dev markdown-link-check@^3.14.1 markdownlint-cli@^0.45.0 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.