fix(website): update astro 5.12.6 → 5.12.7 (#38011)

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.12.6` ->
`5.12.7`](https://renovatebot.com/diffs/npm/astro/5.12.6/5.12.7) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.12.6/5.12.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!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>withastro/astro (astro)</summary>

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

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

##### Patch Changes

-
[#&#8203;14169](https://redirect.github.com/withastro/astro/pull/14169)
[`f4e8889`](f4e8889c10)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Skips
trailing slash handling for paths that start with `/.`.

-
[#&#8203;14170](https://redirect.github.com/withastro/astro/pull/14170)
[`34e6b3a`](34e6b3a87d)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where static redirects couldn't correctly generate a
redirect when the destination is a prerendered route, and the `output`
is set to `"server"`.

-
[#&#8203;14169](https://redirect.github.com/withastro/astro/pull/14169)
[`f4e8889`](f4e8889c10)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
a bug that prevented images from being displayed in dev when using the
Netlify adapter with `trailingSlash` set to `always`

- Updated dependencies
\[[`f4e8889`](f4e8889c10)]:
-
[@&#8203;astrojs/internal-helpers](https://redirect.github.com/astrojs/internal-helpers)@&#8203;0.7.0
-
[@&#8203;astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)@&#8203;6.3.4

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
TrueCharts Bot
2025-07-31 20:34:49 +02:00
committed by GitHub
parent c46721982e
commit 642f4d11fc
2 changed files with 42 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
"@astrojs/starlight-tailwind": "3.0.1",
"@astrojs/tailwind": "6.0.2",
"@playform/compress": "0.2.0",
"astro": "5.12.6",
"astro": "5.12.7",
"astro-better-image-service": "2.1.8",
"astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0",
@@ -2927,14 +2927,14 @@
}
},
"node_modules/astro": {
"version": "5.12.6",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.6.tgz",
"integrity": "sha512-vDtuDYj/XlxyI2Ex63BM4/Awde8Pl3U3wS5I1NhogFIBPohBaJ1g9puu42XEm7GMZxRn9N3xFEpSP9uEO0W9/w==",
"version": "5.12.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.12.7.tgz",
"integrity": "sha512-PGXbxql0SekhP46Ci4P3OFRdBp0+5HRKj6bcjZ/Upq5gyF0T2KzCJgj5JRxot+8qpSu8Jz9wksWzQnV2cfvi3A==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
"@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.3.3",
"@astrojs/internal-helpers": "0.7.0",
"@astrojs/markdown-remark": "6.3.4",
"@astrojs/telemetry": "3.3.0",
"@capsizecss/unpack": "^2.4.0",
"@oslojs/encoding": "^1.1.0",
@@ -3136,6 +3136,41 @@
"zod": "^3.22.2"
}
},
"node_modules/astro/node_modules/@astrojs/internal-helpers": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.0.tgz",
"integrity": "sha512-+yrFHlYnknIFxi3QfbVgyHQigkfgsU9SKMjYqijq1Q6xzPco+SmaYXgcw0W7+KnWCifni4o61cgwzMkld7jkXg==",
"license": "MIT"
},
"node_modules/astro/node_modules/@astrojs/markdown-remark": {
"version": "6.3.4",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.4.tgz",
"integrity": "sha512-ARu+6J3006U3NylQk2OmV0tVsXGbkz+ofgxE3S0/KuCxyk3HvZ5FQ5jQDTYCDOAdFY1376tRn0S/sUjT3KZxfw==",
"license": "MIT",
"dependencies": {
"@astrojs/internal-helpers": "0.7.0",
"@astrojs/prism": "3.3.0",
"github-slugger": "^2.0.0",
"hast-util-from-html": "^2.0.3",
"hast-util-to-text": "^4.0.2",
"import-meta-resolve": "^4.1.0",
"js-yaml": "^4.1.0",
"mdast-util-definitions": "^6.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-smartypants": "^3.0.2",
"shiki": "^3.2.1",
"smol-toml": "^1.3.4",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"unist-util-visit-parents": "^6.0.1",
"vfile": "^6.0.3"
}
},
"node_modules/astro/node_modules/@img/sharp-darwin-arm64": {
"version": "0.33.5",
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.5.tgz",

View File

@@ -23,7 +23,7 @@
"@astrojs/starlight-tailwind": "3.0.1",
"@astrojs/tailwind": "6.0.2",
"@playform/compress": "0.2.0",
"astro": "5.12.6",
"astro": "5.12.7",
"astro-better-image-service": "2.1.8",
"astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0",