fix(website): update starlight-blog 0.14.1 → 0.15.0 (#29790)

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

<details>
<summary>HiDeoo/starlight-blog (starlight-blog)</summary>

###
[`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 [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(2268e)</samp>](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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-11-24 03:18:50 +01:00
committed by GitHub
parent 302f00c5da
commit 1a266b598e
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -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",
+1 -1
View File
@@ -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",