From 048d64cf1d7f30b8b1a74ab66a10c8c66ea5b218 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 14 Feb 2025 19:18:16 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20starlight-links-valida?= =?UTF-8?q?tor=200.14.2=20=E2=86=92=200.14.3=20(#32039)?= 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) ([source](https://redirect.github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator)) | dependencies | patch | [`0.14.2` -> `0.14.3`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.14.2/0.14.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.14.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/blob/HEAD/packages/starlight-links-validator/CHANGELOG.md#0143) [Compare Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/starlight-links-validator@0.14.2...starlight-links-validator@0.14.3) ##### Patch Changes - [#​91](https://redirect.github.com/HiDeoo/starlight-links-validator/pull/91) [`1ef31b8`](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/1ef31b81e7c5321a7481df6111d9161c4608fd4e) Thanks [@​DaniFoldi](https://redirect.github.com/DaniFoldi)! - Moves `mdast-util-mdx-jsx` package to non-dev dependencies to prevent issues in monorepos with hoisting disabled.
--- ### 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.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 5b435d26908..4bbe3cba703 100644 --- a/website/package.json +++ b/website/package.json @@ -32,7 +32,7 @@ "sharp": "0.33.5", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1", - "starlight-links-validator": "0.14.2", + "starlight-links-validator": "0.14.3", "tailwindcss": "3.4.17", "typescript": "5.7.3" }