fix(website): update astro 4.16.12 → 4.16.13 (#29413)
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.12` -> `4.16.13`](https://renovatebot.com/diffs/npm/astro/4.16.12/4.16.13) | --- > [!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.13`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41613) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.12...astro@4.16.13) ##### Patch Changes - [#​12436](https://redirect.github.com/withastro/astro/pull/12436) [`453ec6b`](https://redirect.github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Fixes a potential null access in the clientside router - [#​12392](https://redirect.github.com/withastro/astro/pull/12392) [`0462219`](https://redirect.github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999) Thanks [@​apatel369](https://redirect.github.com/apatel369)! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same `entrypoint` and different `pattern` </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.12",
|
||||
"astro": "4.16.13",
|
||||
"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.12",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.16.12.tgz",
|
||||
"integrity": "sha512-NnFeIKhGW6MdXCQT2hRariUwfxqJUIRs6qKqaovaQkTojzxh2r1L8C49qanKc+huH9wK2C94VZB2T/tosyRl1A==",
|
||||
"version": "4.16.13",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-4.16.13.tgz",
|
||||
"integrity": "sha512-Mtd76+BC0zLWqoXpf9xc731AhdH4MNh5JFHYdLRvSH0Nqn48hA64dPGh/cWsJvh/DZFmC0NTZusM1Qq2gyNaVg==",
|
||||
"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.12",
|
||||
"astro": "4.16.13",
|
||||
"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