fix(website): update astro 5.7.12 → 5.7.14 (#35582)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`5.7.12` ->
`5.7.14`](https://renovatebot.com/diffs/npm/astro/5.7.12/5.7.14) |

---

> [!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.7.14`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5714)

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

##### Patch Changes

-
[#&#8203;13773](https://redirect.github.com/withastro/astro/pull/13773)
[`3aa5337`](https://redirect.github.com/withastro/astro/commit/3aa5337eaf01dbcc987dee9413c6985514ef7d6b)
Thanks [@&#8203;sijad](https://redirect.github.com/sijad)! - Ignores
lightningcss unsupported pseudo-class warning.

-
[#&#8203;13833](https://redirect.github.com/withastro/astro/pull/13833)
[`5a6d2ae`](https://redirect.github.com/withastro/astro/commit/5a6d2aede4b397227be5acecfa9bfefb9a1af0f8)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! - Fixes
an issue where session modules would fail to resolve in Node.js < 20.6

-
[#&#8203;13383](https://redirect.github.com/withastro/astro/pull/13383)
[`f7f712c`](https://redirect.github.com/withastro/astro/commit/f7f712cc29f80c4f8096489d7368c2fda223e097)
Thanks [@&#8203;Haberkamp](https://redirect.github.com/Haberkamp)! -
Stop toolbar settings from overflowing

-
[#&#8203;13794](https://redirect.github.com/withastro/astro/pull/13794)
[`85b19d8`](https://redirect.github.com/withastro/astro/commit/85b19d87b6416957c245bd3e239fbf6da2038075)
Thanks
[@&#8203;alexcarpenter](https://redirect.github.com/alexcarpenter)! -
Exclude pre tags from `a11y-no-noninteractive-tabindex` audit check.

-
[#&#8203;13373](https://redirect.github.com/withastro/astro/pull/13373)
[`50ef568`](https://redirect.github.com/withastro/astro/commit/50ef568413b5fe7add36c089b77f9f180739f43f)
Thanks [@&#8203;jpwienekus](https://redirect.github.com/jpwienekus)! -
Fixes a bug where highlights and tooltips render over the audit list
window.

-
[#&#8203;13769](https://redirect.github.com/withastro/astro/pull/13769)
[`e9fc456`](https://redirect.github.com/withastro/astro/commit/e9fc456b58511da3ae2f932256217b3db4c42998)
Thanks [@&#8203;romanstetsyk](https://redirect.github.com/romanstetsyk)!
- Expand ActionError codes to include all IANA-registered HTTP error
codes.

-
[#&#8203;13668](https://redirect.github.com/withastro/astro/pull/13668)
[`866285a`](https://redirect.github.com/withastro/astro/commit/866285a5fb3e4ba9d8ca6aadb129d3a6ed2b0f69)
Thanks [@&#8203;sapphi-red](https://redirect.github.com/sapphi-red)! -
Replaces internal CSS chunking behavior for Astro components' scoped
styles to use Vite's `cssScopeTo` feature. The feature is a port of
Astro's implementation so this should not change the behavior.

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

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

##### Patch Changes

-
[#&#8203;13761](https://redirect.github.com/withastro/astro/pull/13761)
[`a2e8463`](https://redirect.github.com/withastro/astro/commit/a2e84631ad0a8dbc466d1301cc07a031334ffe5b)
Thanks [@&#8203;jp-knj](https://redirect.github.com/jp-knj)! - Adds new
content collections errors

-
[#&#8203;13788](https://redirect.github.com/withastro/astro/pull/13788)
[`7d0b7ac`](https://redirect.github.com/withastro/astro/commit/7d0b7acb38d5140939d9660b2cf5718e9a8b2c15)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where an error would not be thrown when using the `<Font
/>` component from the experimental fonts API without adding fonts in
the Astro config

-
[#&#8203;13784](https://redirect.github.com/withastro/astro/pull/13784)
[`d7a1889`](https://redirect.github.com/withastro/astro/commit/d7a188988427d1b157d27b789f918c208ece41f7)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes the experimental fonts API to correctly take `config.base`,
`config.build.assets` and `config.build.assetsPrefix` into account

-
[#&#8203;13777](https://redirect.github.com/withastro/astro/pull/13777)
[`a56b8ea`](https://redirect.github.com/withastro/astro/commit/a56b8eaec486d26cbc61a7c94c152f4ee8cabc7a)
Thanks [@&#8203;L4Ph](https://redirect.github.com/L4Ph)! - Fixed an
issue where looping GIF animation would stop when converted to WebP

-
[#&#8203;13566](https://redirect.github.com/withastro/astro/pull/13566)
[`0489d8f`](https://redirect.github.com/withastro/astro/commit/0489d8fe96fb8ee90284277358e38f55c8e0ab1d)
Thanks [@&#8203;TheOtterlord](https://redirect.github.com/TheOtterlord)!
- Fix build errors being ignored when build.concurrency > 1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-05-21 20:44:11 +02:00
committed by GitHub
parent f38ac58734
commit 4072c91b42
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -14,7 +14,7 @@
"@astrojs/starlight-tailwind": "3.0.0",
"@astrojs/tailwind": "5.1.5",
"@playform/compress": "0.1.9",
"astro": "5.7.12",
"astro": "5.7.14",
"astro-better-image-service": "2.1.5",
"astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0",
@@ -2865,9 +2865,9 @@
}
},
"node_modules/astro": {
"version": "5.7.12",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.12.tgz",
"integrity": "sha512-UQOItiZz2hcv9PlHTQ6dNqFDIVNPnmwk6eyAjJqPE9O8EDHZK2JKtTRD0CBFN2Uqr0RE0TWP2gqDpLfsa5dJEA==",
"version": "5.7.14",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.14.tgz",
"integrity": "sha512-DfuDD49f7mbHB7ygLm8KXEC6QQtpLoNrmoylcMLKdl1ahXNdiw+mgW8ApEMyHTUyVrqEUnr4gZCKSlZ9POCHjQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.11.0",
@@ -2900,6 +2900,7 @@
"github-slugger": "^2.0.0",
"html-escaper": "3.0.3",
"http-cache-semantics": "^4.1.1",
"import-meta-resolve": "^4.1.0",
"js-yaml": "^4.1.0",
"kleur": "^4.1.5",
"magic-string": "^0.30.17",
+1 -1
View File
@@ -23,7 +23,7 @@
"@astrojs/starlight-tailwind": "3.0.0",
"@astrojs/tailwind": "5.1.5",
"@playform/compress": "0.1.9",
"astro": "5.7.12",
"astro": "5.7.14",
"astro-better-image-service": "2.1.5",
"astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0",