From 1a266b598e57946b9bcbcdb5613b583d417db7f7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 24 Nov 2024 03:18:50 +0100 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20starlight-blog=200.14.?= =?UTF-8?q?1=20=E2=86=92=200.15.0=20(#29790)?= 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-blog](https://redirect.github.com/HiDeoo/starlight-blog) | dependencies | minor | [`0.14.1` -> `0.15.0`](https://renovatebot.com/diffs/npm/starlight-blog/0.14.1/0.15.0) | --- > [!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-blog (starlight-blog) ### [`v0.15.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.15.0) [Compare Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.14.1...v0.15.0) #####    🚀 Features - Refactors full-text RSS feed to use the experimental Astro Container API  -  by [@​HiDeoo](https://redirect.github.com/HiDeoo) [(2268e)](https://redirect.github.com/HiDeoo/starlight-blog/commit/2268e2b) This change fixes various rendering issues with MDX content or images. #####     [View changes on GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.14.1...v0.15.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 | 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 fcd74243450..1820ffc8a6e 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -21,7 +21,7 @@ "lottie-web": "5.12.2", "prettier": "3.3.3", "sharp": "0.33.5", - "starlight-blog": "0.14.1", + "starlight-blog": "0.15.0", "starlight-image-zoom": "0.9.0", "starlight-links-validator": "0.13.2", "tailwindcss": "3.4.15", @@ -8505,11 +8505,12 @@ "license": "BSD-3-Clause" }, "node_modules/starlight-blog": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/starlight-blog/-/starlight-blog-0.14.1.tgz", - "integrity": "sha512-rZgh/RLfSA5W93ZeV6cWUpbn7LZRMH6n4T9tTIaFcj+rhOyWP9Q/JhTQefHXRNWONUTLkABd2zWAi1pyjOaD3A==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/starlight-blog/-/starlight-blog-0.15.0.tgz", + "integrity": "sha512-zNs8Z6eJAqurarD3up8kosfAXNDiZEaweI7S7vRfeTN6eOZijPa3QVifJbYK8n6sdX4W3liEqPkDF+PIz3TxxQ==", "license": "MIT", "dependencies": { + "@astrojs/mdx": "3.1.9", "@astrojs/rss": "4.0.5", "astro-remote": "0.3.2", "github-slugger": "2.0.0", diff --git a/website/package.json b/website/package.json index 3b66a8f1554..bea07818e28 100644 --- a/website/package.json +++ b/website/package.json @@ -30,7 +30,7 @@ "lottie-web": "5.12.2", "prettier": "3.3.3", "sharp": "0.33.5", - "starlight-blog": "0.14.1", + "starlight-blog": "0.15.0", "starlight-image-zoom": "0.9.0", "starlight-links-validator": "0.13.2", "tailwindcss": "3.4.15",