From 0a4d2a2580e6a192843f5b39941a8ba699077563 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 28 Jul 2025 14:43:25 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.11.1=20?= =?UTF-8?q?=E2=86=92=205.11.2=20(#37660)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.11.1` -> `5.11.2`](https://renovatebot.com/diffs/npm/astro/5.11.1/5.11.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.11.1/5.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
withastro/astro (astro) ### [`v5.11.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5112) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.11.1...astro@5.11.2) ##### Patch Changes - [#​14064](https://redirect.github.com/withastro/astro/pull/14064) [`2eb77d8`](https://redirect.github.com/withastro/astro/commit/2eb77d8f54be3faea38370693d33fb220231ea84) Thanks [@​jp-knj](https://redirect.github.com/jp-knj)! - Allows using `tsconfig` `compilerOptions.paths` without setting `compilerOptions.baseUrl` - [#​14068](https://redirect.github.com/withastro/astro/pull/14068) [`10189c0`](https://redirect.github.com/withastro/astro/commit/10189c0b44881fd22bac69acc182834d597d9603) Thanks [@​jsparkdev](https://redirect.github.com/jsparkdev)! - Fixes the incorrect CSS import path shown in the terminal message during Tailwind integration setup.
--- ### 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 | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 066784465ca..f9d5860f52c 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.11.1", + "astro": "5.11.2", "astro-better-image-service": "2.1.8", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2531,9 +2531,9 @@ } }, "node_modules/astro": { - "version": "5.11.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.1.tgz", - "integrity": "sha512-32dpUh0tXSV/FR2q2/z7LOA6IXl7RqET9J51IA0pPSSi3exhRP3EOSQGjBq10DzXT7VrvplDrFqwfiiWBS8oYA==", + "version": "5.11.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.2.tgz", + "integrity": "sha512-jKJCqp0PMZ1ZpP2xySghsJ1xK7ZNh/ISTRNBf/7khY3iEGq/zup49ZMhNZXK5Cd/dFWP/pdBNHD91SByA42IvQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/website/package.json b/website/package.json index 7a50b36bb75..8fca672f423 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.1", "@astrojs/tailwind": "6.0.2", "@playform/compress": "0.2.0", - "astro": "5.11.1", + "astro": "5.11.2", "astro-better-image-service": "2.1.8", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",