From 4a4aa57cd04ccd1f032d203e63a72e55b8417200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:17:04 +0000 Subject: [PATCH] chore(deps): bump starlight-links-validator from 0.19.2 to 0.20.0 Bumps [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) from 0.19.2 to 0.20.0. - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases) - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.20.0/packages/starlight-links-validator) --- updated-dependencies: - dependency-name: starlight-links-validator dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++-------------- package.json | 2 +- 2 files changed, 23 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16a99f1..e1d8d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", "starlight-github-alerts": "^0.1.1", - "starlight-links-validator": "^0.19.2" + "starlight-links-validator": "^0.20.0" } }, "node_modules/@ascorbic/loader-utils": { @@ -1740,7 +1740,9 @@ } }, "node_modules/@types/picomatch": { - "version": "3.0.2", + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-qHHxQ+P9PysNEGbALT8f8YOSHW0KJu6l2xU8DYY0fu/EmGxXdVnuTLvFUvBgPJMSqXq29SYHveejeAha+4AYgA==", "license": "MIT" }, "node_modules/@types/sax": { @@ -3694,10 +3696,12 @@ } }, "node_modules/is-absolute-url": { - "version": "4.0.1", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-5.0.0.tgz", + "integrity": "sha512-sdJyNpBnQHuVnBunfzjAecOhZr2+A30ywfFvu3EnxtKLUWfwGgyWUmqHbGZiU6vTfHpCPm5GvLe4BAvlU9n8VQ==", "license": "MIT", "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -5707,27 +5711,29 @@ } }, "node_modules/starlight-links-validator": { - "version": "0.19.2", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.20.0.tgz", + "integrity": "sha512-/sRyMDtT0bmFpjh1Ssxd9xZszY9I/85oreH18mqHSiCfZLSvOxrgcwMDTDQJfQ/u+K/zrUxmLCC7AvufniKzcg==", "license": "MIT", "dependencies": { - "@types/picomatch": "^3.0.1", + "@types/picomatch": "^4.0.2", "github-slugger": "^2.0.0", "hast-util-from-html": "^2.0.3", "hast-util-has-property": "^3.0.0", - "is-absolute-url": "^4.0.1", + "is-absolute-url": "^5.0.0", "kleur": "^4.1.5", - "mdast-util-mdx-jsx": "^3.1.3", + "mdast-util-mdx-jsx": "^3.2.0", "mdast-util-to-string": "^4.0.0", - "picomatch": "^4.0.2", + "picomatch": "^4.0.3", "terminal-link": "^5.0.0", - "unist-util-visit": "^5.0.0" + "unist-util-visit": "^5.1.0" }, "engines": { - "node": ">=18.17.1" + "node": ">=22.12.0" }, "peerDependencies": { - "@astrojs/starlight": ">=0.32.0", - "astro": ">=5.1.5" + "@astrojs/starlight": ">=0.38.0", + "astro": ">=6.0.0" } }, "node_modules/stream-replace-string": { @@ -6068,7 +6074,9 @@ } }, "node_modules/unist-util-visit": { - "version": "5.0.0", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.1.0.tgz", + "integrity": "sha512-m+vIdyeCOpdr/QeQCu2EzxX/ohgS8KbnPDgFni4dQsfSCtpz8UqDyY5GjRru8PDKuYn7Fq19j1CQ+nJSsGKOzg==", "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", diff --git a/package.json b/package.json index b017817..6273c4d 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "sharp": "^0.34.5", "starlight-changelogs": "^0.4.0", "starlight-github-alerts": "^0.1.1", - "starlight-links-validator": "^0.19.2" + "starlight-links-validator": "^0.20.0" } }