From 714860666f9cd0872d1d451853d983e6c3bdea76 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 4 Nov 2024 13:22:06 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20@astrojs/starlight=200?= =?UTF-8?q?.28.5=20=E2=86=92=200.28.6=20(#28801)?= 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 | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight)) | dependencies | patch | [`0.28.5` -> `0.28.6`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.5/0.28.6) | --- > [!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
withastro/starlight (@​astrojs/starlight) ### [`v0.28.6`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0286) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.5...@astrojs/starlight@0.28.6) ##### Patch Changes - [#​2565](https://redirect.github.com/withastro/starlight/pull/2565) [`236467b`](https://redirect.github.com/withastro/starlight/commit/236467bb745cea7a284ae3d398874d3edbcd846e) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts.
--- ### 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 | 9 +++++---- website/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 58fd8c4a5c9..bd2456eeb50 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.28.5", + "@astrojs/starlight": "0.28.6", "@astrojs/starlight-tailwind": "2.0.3", "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1", @@ -212,9 +212,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.28.5", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.5.tgz", - "integrity": "sha512-0+++CW69mC2M0unHiAGfSrL+hCL9fgYMdU3t979msLIMxQtkyr9ajm8AIaAEWMfvIL0H+GKuNTritu5PgE6vPQ==", + "version": "0.28.6", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.28.6.tgz", + "integrity": "sha512-lY+rbRMIVxDGiXhS4lBuVrU2jTUezEt4QeTxUTHxfj2tuKBwquG7Jg+alON6l+uaV+anbOkFb001MMXZF8X85w==", "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", @@ -229,6 +229,7 @@ "hast-util-to-string": "^3.0.0", "hastscript": "^9.0.0", "i18next": "^23.11.5", + "js-yaml": "^4.1.0", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", diff --git a/website/package.json b/website/package.json index 7f7b0322583..3a221d2fe44 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "dependencies": { "@astrojs/check": "0.9.4", "@astrojs/sitemap": "3.2.1", - "@astrojs/starlight": "0.28.5", + "@astrojs/starlight": "0.28.6", "@astrojs/starlight-tailwind": "2.0.3", "@astrojs/tailwind": "5.1.2", "@playform/compress": "0.1.1",