fix(website): update astro 5.11.1 → 5.11.2 (#37660)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`5.11.1` ->
`5.11.2`](https://renovatebot.com/diffs/npm/astro/5.11.1/5.11.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.11.1/5.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v5.11.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5112)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@5.11.1...astro@5.11.2)

##### Patch Changes

-
[#&#8203;14064](https://redirect.github.com/withastro/astro/pull/14064)
[`2eb77d8`](https://redirect.github.com/withastro/astro/commit/2eb77d8f54be3faea38370693d33fb220231ea84)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Allows
using `tsconfig` `compilerOptions.paths` without setting
`compilerOptions.baseUrl`

-
[#&#8203;14068](https://redirect.github.com/withastro/astro/pull/14068)
[`10189c0`](https://redirect.github.com/withastro/astro/commit/10189c0b44881fd22bac69acc182834d597d9603)
Thanks [@&#8203;jsparkdev](https://redirect.github.com/jsparkdev)! -
Fixes the incorrect CSS import path shown in the terminal message during
Tailwind integration setup.

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
TrueCharts Bot
2025-07-28 14:43:25 +02:00
committed by GitHub
parent 451e61eba5
commit 0a4d2a2580
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -14,7 +14,7 @@
"@astrojs/starlight-tailwind": "3.0.1",
"@astrojs/tailwind": "6.0.2",
"@playform/compress": "0.2.0",
"astro": "5.11.1",
"astro": "5.11.2",
"astro-better-image-service": "2.1.8",
"astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0",
@@ -2531,9 +2531,9 @@
}
},
"node_modules/astro": {
"version": "5.11.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz",
"integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==",
"version": "5.11.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.11.2.tgz",
"integrity": "sha512-jKJCqp0PMZ1ZpP2xySghsJ1xK7ZNh/ISTRNBf/7khY3iEGq/zup49ZMhNZXK5Cd/dFWP/pdBNHD91SByA42IvQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
+1 -1
View File
@@ -23,7 +23,7 @@
"@astrojs/starlight-tailwind": "3.0.1",
"@astrojs/tailwind": "6.0.2",
"@playform/compress": "0.2.0",
"astro": "5.11.1",
"astro": "5.11.2",
"astro-better-image-service": "2.1.8",
"astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0",