From 4072c91b42e823ba3f31973cf89183cd3752b3e3 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 21 May 2025 20:44:11 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20astro=205.7.12=20?= =?UTF-8?q?=E2=86=92=205.7.14=20(#35582)?= 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.7.12` -> `5.7.14`](https://renovatebot.com/diffs/npm/astro/5.7.12/5.7.14) | --- > [!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.7.14`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5714) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.7.13...astro@5.7.14) ##### Patch Changes - [#​13773](https://redirect.github.com/withastro/astro/pull/13773) [`3aa5337`](https://redirect.github.com/withastro/astro/commit/3aa5337eaf01dbcc987dee9413c6985514ef7d6b) Thanks [@​sijad](https://redirect.github.com/sijad)! - Ignores lightningcss unsupported pseudo-class warning. - [#​13833](https://redirect.github.com/withastro/astro/pull/13833) [`5a6d2ae`](https://redirect.github.com/withastro/astro/commit/5a6d2aede4b397227be5acecfa9bfefb9a1af0f8) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes an issue where session modules would fail to resolve in Node.js < 20.6 - [#​13383](https://redirect.github.com/withastro/astro/pull/13383) [`f7f712c`](https://redirect.github.com/withastro/astro/commit/f7f712cc29f80c4f8096489d7368c2fda223e097) Thanks [@​Haberkamp](https://redirect.github.com/Haberkamp)! - Stop toolbar settings from overflowing - [#​13794](https://redirect.github.com/withastro/astro/pull/13794) [`85b19d8`](https://redirect.github.com/withastro/astro/commit/85b19d87b6416957c245bd3e239fbf6da2038075) Thanks [@​alexcarpenter](https://redirect.github.com/alexcarpenter)! - Exclude pre tags from `a11y-no-noninteractive-tabindex` audit check. - [#​13373](https://redirect.github.com/withastro/astro/pull/13373) [`50ef568`](https://redirect.github.com/withastro/astro/commit/50ef568413b5fe7add36c089b77f9f180739f43f) Thanks [@​jpwienekus](https://redirect.github.com/jpwienekus)! - Fixes a bug where highlights and tooltips render over the audit list window. - [#​13769](https://redirect.github.com/withastro/astro/pull/13769) [`e9fc456`](https://redirect.github.com/withastro/astro/commit/e9fc456b58511da3ae2f932256217b3db4c42998) Thanks [@​romanstetsyk](https://redirect.github.com/romanstetsyk)! - Expand ActionError codes to include all IANA-registered HTTP error codes. - [#​13668](https://redirect.github.com/withastro/astro/pull/13668) [`866285a`](https://redirect.github.com/withastro/astro/commit/866285a5fb3e4ba9d8ca6aadb129d3a6ed2b0f69) Thanks [@​sapphi-red](https://redirect.github.com/sapphi-red)! - Replaces internal CSS chunking behavior for Astro components' scoped styles to use Vite's `cssScopeTo` feature. The feature is a port of Astro's implementation so this should not change the behavior. ### [`v5.7.13`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5713) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.7.12...astro@5.7.13) ##### Patch Changes - [#​13761](https://redirect.github.com/withastro/astro/pull/13761) [`a2e8463`](https://redirect.github.com/withastro/astro/commit/a2e84631ad0a8dbc466d1301cc07a031334ffe5b) Thanks [@​jp-knj](https://redirect.github.com/jp-knj)! - Adds new content collections errors - [#​13788](https://redirect.github.com/withastro/astro/pull/13788) [`7d0b7ac`](https://redirect.github.com/withastro/astro/commit/7d0b7acb38d5140939d9660b2cf5718e9a8b2c15) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where an error would not be thrown when using the `` component from the experimental fonts API without adding fonts in the Astro config - [#​13784](https://redirect.github.com/withastro/astro/pull/13784) [`d7a1889`](https://redirect.github.com/withastro/astro/commit/d7a188988427d1b157d27b789f918c208ece41f7) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes the experimental fonts API to correctly take `config.base`, `config.build.assets` and `config.build.assetsPrefix` into account - [#​13777](https://redirect.github.com/withastro/astro/pull/13777) [`a56b8ea`](https://redirect.github.com/withastro/astro/commit/a56b8eaec486d26cbc61a7c94c152f4ee8cabc7a) Thanks [@​L4Ph](https://redirect.github.com/L4Ph)! - Fixed an issue where looping GIF animation would stop when converted to WebP - [#​13566](https://redirect.github.com/withastro/astro/pull/13566) [`0489d8f`](https://redirect.github.com/withastro/astro/commit/0489d8fe96fb8ee90284277358e38f55c8e0ab1d) Thanks [@​TheOtterlord](https://redirect.github.com/TheOtterlord)! - Fix build errors being ignored when build.concurrency > 1
--- ### 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 | 9 +++++---- website/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index ecb8eb52be2..b6fb2538a7f 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.12", + "astro": "5.7.14", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2865,9 +2865,9 @@ } }, "node_modules/astro": { - "version": "5.7.12", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.12.tgz", - "integrity": "sha512-UQOItiZz2hcv9PlHTQ6dNqFDIVNPnmwk6eyAjJqPE9O8EDHZK2JKtTRD0CBFN2Uqr0RE0TWP2gqDpLfsa5dJEA==", + "version": "5.7.14", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.14.tgz", + "integrity": "sha512-DfuDD49f7mbHB7ygLm8KXEC6QQtpLoNrmoylcMLKdl1ahXNdiw+mgW8ApEMyHTUyVrqEUnr4gZCKSlZ9POCHjQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -2900,6 +2900,7 @@ "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.1.1", + "import-meta-resolve": "^4.1.0", "js-yaml": "^4.1.0", "kleur": "^4.1.5", "magic-string": "^0.30.17", diff --git a/website/package.json b/website/package.json index 470d7c763bc..b154f75c894 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.12", + "astro": "5.7.14", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",