From e56ac14c4415cb060faf3c7c4b2c25c61109b81f Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 18 Oct 2024 14:18:21 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20starlight-links-valida?= =?UTF-8?q?tor=200.11.0=20=E2=86=92=200.12.3=20by=20renovate=20(#27913)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator) | dependencies | minor | [`0.11.0` -> `0.12.3`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.11.0/0.12.3) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
HiDeoo/starlight-links-validator (starlight-links-validator) ### [`v0.12.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.3) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3) #####    🐞 Bug Fixes - Fixes validation issues with links containing query strings  -  by [@​HiDeoo](https://redirect.github.com/HiDeoo) [(47b38)](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/47b384d) #####     [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.2...v0.12.3) ### [`v0.12.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.2) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2) #####    🐞 Bug Fixes - Fixes validation issue with the Astro `base` option and a custom slug  -  by [@​HiDeoo](https://redirect.github.com/HiDeoo) [(fe3d2)](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/fe3d254) #####     [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.1...v0.12.2) ### [`v0.12.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.1) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1) #####    🐞 Bug Fixes - Fixes a potential type-checking issue in user projects  -  by [@​HiDeoo](https://redirect.github.com/HiDeoo) [(09012)](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/090122e) #####     [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.0...v0.12.1) ### [`v0.12.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0) #####    🚀 Features - Adds a new `errorOnInvalidHashes` option defaulting to `true` to disable [hash](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash) validation  -  by [@​HiDeoo](https://redirect.github.com/HiDeoo) [(32a92)](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/32a92f8) The default validation behavior remains unchanged. #####     [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- website/package-lock.json | 15 +++++++++++---- website/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 836a2a45d9d..d9af2a1eb40 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -23,7 +23,7 @@ "sharp": "0.33.5", "starlight-blog": "0.12.0", "starlight-image-zoom": "0.8.0", - "starlight-links-validator": "0.11.0", + "starlight-links-validator": "0.12.3", "tailwindcss": "3.4.14", "typescript": "5.6.3" } @@ -2292,6 +2292,12 @@ "undici-types": "~6.19.2" } }, + "node_modules/@types/picomatch": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.3.tgz", + "integrity": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==", + "license": "MIT" + }, "node_modules/@types/sax": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/@types/sax/-/sax-1.2.7.tgz", @@ -8125,11 +8131,12 @@ } }, "node_modules/starlight-links-validator": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.11.0.tgz", - "integrity": "sha512-7mKiP0xAS8ItKy8QAIkmeNYbzI4w0WD0pOYoTPa1xMNbz+qYr/QWT+a40QO/Z2XYJLzzQn47yomupUfI89wheg==", + "version": "0.12.3", + "resolved": "https://registry.npmjs.org/starlight-links-validator/-/starlight-links-validator-0.12.3.tgz", + "integrity": "sha512-xOyriH9BQ7kQbHlVARp3quIKqUsBjx4sgv6/F2eKP1a6pWRLvFsX+89rRaCkRKAEnmFiI8VygjH1D/RGUXoxbQ==", "license": "MIT", "dependencies": { + "@types/picomatch": "2.3.3", "github-slugger": "2.0.0", "hast-util-from-html": "2.0.1", "hast-util-has-property": "3.0.0", diff --git a/website/package.json b/website/package.json index c93c29b484f..b649f8d00d7 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ "sharp": "0.33.5", "starlight-blog": "0.14.0", "starlight-image-zoom": "0.8.0", - "starlight-links-validator": "0.11.0", + "starlight-links-validator": "0.12.3", "tailwindcss": "3.4.14", "typescript": "5.6.3" }