fix(website): update astro 4.16.11 → 4.16.12 (#29314)
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 | [`4.16.11` -> `4.16.12`](https://renovatebot.com/diffs/npm/astro/4.16.11/4.16.12) | --- > [!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> ### [`v4.16.12`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41612) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.11...astro@4.16.12) ##### Patch Changes - [#​12420](https://redirect.github.com/withastro/astro/pull/12420) [`acac0af`](https://redirect.github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a valid `Response`. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
Generated
+4
-4
@@ -14,7 +14,7 @@
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.2",
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.11",
|
||||
"astro": "4.16.12",
|
||||
"astro-better-image-service": "2.0.37",
|
||||
"astro-integration-lottie": "0.3.1",
|
||||
"astro-robots-txt": "1.0.0",
|
||||
@@ -3026,9 +3026,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "4.16.11",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.16.11.tgz",
|
||||
"integrity": "sha512-Pm0ATut4f8kM2OKbSDbatO5Q/f2ynt1dbc5UGQN8I5bFnJvDbJj3R1NE513BOXXv4GQBKJZUshcZEMvlZpA61g==",
|
||||
"version": "4.16.12",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.16.12.tgz",
|
||||
"integrity": "sha512-NnFeIKhGW6MdXCQT2hRariUwfxqJUIRs6qKqaovaQkTojzxh2r1L8C49qanKc+huH9wK2C94VZB2T/tosyRl1A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^2.10.3",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@astrojs/starlight-tailwind": "2.0.3",
|
||||
"@astrojs/tailwind": "5.1.2",
|
||||
"@playform/compress": "0.1.1",
|
||||
"astro": "4.16.11",
|
||||
"astro": "4.16.12",
|
||||
"astro-better-image-service": "2.0.37",
|
||||
"astro-integration-lottie": "0.3.1",
|
||||
"astro-robots-txt": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user