fix(website): update astro 5.7.0 → 5.7.1 (#34466)

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.0` ->
`5.7.1`](https://renovatebot.com/diffs/npm/astro/5.7.0/5.7.1) |

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

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

##### Patch Changes

-
[#&#8203;13594](https://redirect.github.com/withastro/astro/pull/13594)
[`dc4a015`](https://redirect.github.com/withastro/astro/commit/dc4a015cf33c01b659e07b7d31dbd49f1c2ebfdf)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Reduces the number of font files downloaded

-
[#&#8203;13627](https://redirect.github.com/withastro/astro/pull/13627)
[`7f1a624`](https://redirect.github.com/withastro/astro/commit/7f1a62484ed17fe7a9be5d1e2bb71e2fd12b9fed)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where using the `<Font />` component would throw a Rollup
error during the build

-
[#&#8203;13626](https://redirect.github.com/withastro/astro/pull/13626)
[`3838efe`](https://redirect.github.com/withastro/astro/commit/3838efe5028256e0e28bf823f868bcda6ef1e775)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Updates fallback font generation to always read font files returned by
font providers

-
[#&#8203;13625](https://redirect.github.com/withastro/astro/pull/13625)
[`f1311d2`](https://redirect.github.com/withastro/astro/commit/f1311d2acb6dd7a75f7ea10eea3a02fbe674eb2a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Updates the `<Font />` component so that preload links are generated
before the style tag if `preload` is passed

-
[#&#8203;13622](https://redirect.github.com/withastro/astro/pull/13622)
[`a70d32a`](https://redirect.github.com/withastro/astro/commit/a70d32a4284ef18c3f93196f44c1fcf3ff56d3d5)
Thanks [@&#8203;ascorbic](https://redirect.github.com/ascorbic)! -
Improve autocomplete for session keys

</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-04-16 14:21:45 +02:00
committed by GitHub
parent 818ad53368
commit e049d17676
2 changed files with 13 additions and 20 deletions
+12 -19
View File
@@ -14,7 +14,7 @@
"@astrojs/starlight-tailwind": "3.0.0", "@astrojs/starlight-tailwind": "3.0.0",
"@astrojs/tailwind": "5.1.5", "@astrojs/tailwind": "5.1.5",
"@playform/compress": "0.1.9", "@playform/compress": "0.1.9",
"astro": "5.7.0", "astro": "5.7.1",
"astro-better-image-service": "2.1.5", "astro-better-image-service": "2.1.5",
"astro-integration-lottie": "0.3.2", "astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0", "astro-robots-txt": "1.0.0",
@@ -346,12 +346,6 @@
"node": ">=6.9.0" "node": ">=6.9.0"
} }
}, },
"node_modules/@capsizecss/metrics": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/@capsizecss/metrics/-/metrics-3.5.0.tgz",
"integrity": "sha512-Ju2I/Qn3c1OaU8FgeW4Tc22D4C9NwyVfKzNmzst59bvxBjPoLYNZMqFYn+HvCtn4MpXwiaDtCE8fNuQLpdi9yA==",
"license": "MIT"
},
"node_modules/@capsizecss/unpack": { "node_modules/@capsizecss/unpack": {
"version": "2.4.0", "version": "2.4.0",
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz", "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz",
@@ -2846,16 +2840,15 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "5.7.0", "version": "5.7.1",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.0.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.1.tgz",
"integrity": "sha512-LxvWFlCQSxRLqvtCfZ/LFzlaHcvX++qtq0NrRmwtDmrZhAyHOoVfLkxEE0STKgn0wjLTuETyBrgCBWe2eb68/A==", "integrity": "sha512-5nqSQ7prw3yR6o/ip0TfdQpYSadKADEkyIdGVY8V8FOZIl806GfRhOzNYQnjqyw94mEUJ5067MBeYjdCvf2d7A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^2.11.0", "@astrojs/compiler": "^2.11.0",
"@astrojs/internal-helpers": "0.6.1", "@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.3.1", "@astrojs/markdown-remark": "6.3.1",
"@astrojs/telemetry": "3.2.0", "@astrojs/telemetry": "3.2.0",
"@capsizecss/metrics": "^3.5.0",
"@capsizecss/unpack": "^2.4.0", "@capsizecss/unpack": "^2.4.0",
"@oslojs/encoding": "^1.1.0", "@oslojs/encoding": "^1.1.0",
"@rollup/pluginutils": "^5.1.4", "@rollup/pluginutils": "^5.1.4",
@@ -2899,7 +2892,7 @@
"tinyglobby": "^0.2.12", "tinyglobby": "^0.2.12",
"tsconfck": "^3.1.5", "tsconfck": "^3.1.5",
"ultrahtml": "^1.6.0", "ultrahtml": "^1.6.0",
"unifont": "^0.1.7", "unifont": "~0.2.0",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"unstorage": "^1.15.0", "unstorage": "^1.15.0",
"vfile": "^6.0.3", "vfile": "^6.0.3",
@@ -7284,9 +7277,9 @@
} }
}, },
"node_modules/ohash": { "node_modules/ohash": {
"version": "1.1.6", "version": "2.0.11",
"resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.6.tgz", "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
"integrity": "sha512-TBu7PtV8YkAZn0tSxobKY2n2aAQva936lhRrj6957aDaCf9IEtqsKbgMzXE/F/sjqYOwmrukeORHNLe5glk7Cg==", "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/oniguruma-parser": { "node_modules/oniguruma-parser": {
@@ -9151,13 +9144,13 @@
} }
}, },
"node_modules/unifont": { "node_modules/unifont": {
"version": "0.1.7", "version": "0.2.0",
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.1.7.tgz", "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.2.0.tgz",
"integrity": "sha512-UyN6r/TUyl69iW/jhXaCtuwA6bP9ZSLhVViwgP8LH9EHRGk5FyIMDxvClqD5z2BV6MI9GMATzd0dyLqFxKkUmQ==", "integrity": "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"css-tree": "^3.0.0", "css-tree": "^3.0.0",
"ohash": "^1.1.4" "ohash": "^2.0.0"
} }
}, },
"node_modules/unifont/node_modules/css-tree": { "node_modules/unifont/node_modules/css-tree": {
+1 -1
View File
@@ -23,7 +23,7 @@
"@astrojs/starlight-tailwind": "3.0.0", "@astrojs/starlight-tailwind": "3.0.0",
"@astrojs/tailwind": "5.1.5", "@astrojs/tailwind": "5.1.5",
"@playform/compress": "0.1.9", "@playform/compress": "0.1.9",
"astro": "5.7.0", "astro": "5.7.1",
"astro-better-image-service": "2.1.5", "astro-better-image-service": "2.1.5",
"astro-integration-lottie": "0.3.2", "astro-integration-lottie": "0.3.2",
"astro-robots-txt": "1.0.0", "astro-robots-txt": "1.0.0",