From 6ac4275a9084e1d98f328c7ccdd83fbdc6861e97 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 7 Jun 2025 14:09:53 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.9.0=20?= =?UTF-8?q?=E2=86=92=205.9.1=20(#36068)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.9.0` -> `5.9.1`](https://renovatebot.com/diffs/npm/astro/5.9.0/5.9.1) | --- > [!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
withastro/astro (astro) ### [`v5.9.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#591) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.9.0...astro@5.9.1) ##### Patch Changes - [#​13899](https://redirect.github.com/withastro/astro/pull/13899) [`7a1303d`](https://redirect.github.com/withastro/astro/commit/7a1303dbcebe0f0b5c8c3278669af5577115c0a3) Thanks [@​reknih](https://redirect.github.com/reknih)! - Fix bug where error pages would return invalid bodies if the upstream response was compressed - [#​13902](https://redirect.github.com/withastro/astro/pull/13902) [`051bc30`](https://redirect.github.com/withastro/astro/commit/051bc3025523756474ff5be350a7680e9fed3384) Thanks [@​arHSM](https://redirect.github.com/arHSM)! - Fixes a bug where vite virtual module ids were incorrectly added in the dev server - [#​13905](https://redirect.github.com/withastro/astro/pull/13905) [`81f71ca`](https://redirect.github.com/withastro/astro/commit/81f71ca6fd8b313b055eb4659c02a8e0e0335204) Thanks [@​jsparkdev](https://redirect.github.com/jsparkdev)! - Fixes wrong contents in CSP meta tag. - [#​13907](https://redirect.github.com/withastro/astro/pull/13907) [`8246bcc`](https://redirect.github.com/withastro/astro/commit/8246bcc0008880a49d9374136ec44488b629a2c3) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Fixes a bug that caused view transition names to be lost. - [#​13901](https://redirect.github.com/withastro/astro/pull/13901) [`37fa0a2`](https://redirect.github.com/withastro/astro/commit/37fa0a228cdfdaf20dd135835fdc84337f2d9637) Thanks [@​ansg191](https://redirect.github.com/ansg191)! - fix fallback not being removed when server island is rendered
--- ### 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. --- - [ ] 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). --- website/package-lock.json | 16 ++++++++-------- website/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 6e466b08d9f..68343657416 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.9.0", + "astro": "5.9.1", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -59,9 +59,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", - "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.1.tgz", + "integrity": "sha512-WDSyVIiz7sNcJcCJxJFITu6XjfGhJ50Z0auyaWsrM+xb07IlhBLFtQuDkNy0caVHWNcKTM2LISAaHhgkRqGAVg==", "license": "MIT" }, "node_modules/@astrojs/internal-helpers": { @@ -2865,12 +2865,12 @@ } }, "node_modules/astro": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz", - "integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.1.tgz", + "integrity": "sha512-wxoJcTbuDZNFSv6EaL0PAlrp0Wx6VnOAULCXvy0scsV70oWMeUkdxuBxfO54JxO5Qgyvwj9h99y6E0elqOpGtA==", "license": "MIT", "dependencies": { - "@astrojs/compiler": "^2.12.0", + "@astrojs/compiler": "^2.12.1", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/website/package.json b/website/package.json index 3279c28f6e8..e2fdc55cacd 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.9.0", + "astro": "5.9.1", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",