fix(website): update astro 5.7.7 → 5.7.8 (#34886)
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.7` -> `5.7.8`](https://renovatebot.com/diffs/npm/astro/5.7.7/5.7.8) | 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.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#578) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.7.7...astro@5.7.8) ##### Patch Changes - [#​13715](https://redirect.github.com/withastro/astro/pull/13715) [`b32dffa`](https://redirect.github.com/withastro/astro/commit/b32dffab6e16388c87fb5e8bb423ed02d88586bb) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Updates `unifont` to fix a case where a `unicodeRange` related error would be thrown when using the experimental fonts API </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:
Generated
+8
-8
@@ -14,7 +14,7 @@
|
||||
"@astrojs/starlight-tailwind": "3.0.0",
|
||||
"@astrojs/tailwind": "5.1.5",
|
||||
"@playform/compress": "0.1.9",
|
||||
"astro": "5.7.7",
|
||||
"astro": "5.7.8",
|
||||
"astro-better-image-service": "2.1.5",
|
||||
"astro-integration-lottie": "0.3.2",
|
||||
"astro-robots-txt": "1.0.0",
|
||||
@@ -2840,9 +2840,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "5.7.7",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.7.tgz",
|
||||
"integrity": "sha512-nmp8U3oQLZ/eDlobF1UG0hiSycVvHrVyPDMXZxuohpd24Z2aO2Ea0YnfZxS5Sx4uh9c8UBxy4fHTcoQlXNx3TQ==",
|
||||
"version": "5.7.8",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.8.tgz",
|
||||
"integrity": "sha512-82ku6+wOGXP5c5+YOkBzEGJ/k8/GVSeN0xD/TNUrPf5nvWpGGpngxtUAwuruKF6wIxRC1/SwlUVCs/4QT98iZQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.11.0",
|
||||
@@ -2892,7 +2892,7 @@
|
||||
"tinyglobby": "^0.2.12",
|
||||
"tsconfck": "^3.1.5",
|
||||
"ultrahtml": "^1.6.0",
|
||||
"unifont": "~0.4.0",
|
||||
"unifont": "~0.4.1",
|
||||
"unist-util-visit": "^5.0.0",
|
||||
"unstorage": "^1.15.0",
|
||||
"vfile": "^6.0.3",
|
||||
@@ -9155,9 +9155,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/unifont": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.4.0.tgz",
|
||||
"integrity": "sha512-wbc8b02b+K7WRHSxD+YQRYS31iVwOd0dRF7Nv73nolzyQ5n4qMtuJ4OdJSe1hEB7XT+lPb2Qk7FHxOrMReh9lw==",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.4.1.tgz",
|
||||
"integrity": "sha512-zKSY9qO8svWYns+FGKjyVdLvpGPwqmsCjeJLN1xndMiqxHWBAhoWDMYMG960MxeV48clBmG+fDP59dHY1VoZvg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"css-tree": "^3.0.0",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@astrojs/starlight-tailwind": "3.0.0",
|
||||
"@astrojs/tailwind": "5.1.5",
|
||||
"@playform/compress": "0.1.9",
|
||||
"astro": "5.7.7",
|
||||
"astro": "5.7.8",
|
||||
"astro-better-image-service": "2.1.5",
|
||||
"astro-integration-lottie": "0.3.2",
|
||||
"astro-robots-txt": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user