From 842a8b5cfc26900aa8497bf01614ca92f5ef690e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:07:08 +0000 Subject: [PATCH] chore(deps): update dependency astro to v5.1.10 (#1304) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`5.1.9` -> `5.1.10`](https://renovatebot.com/diffs/npm/astro/5.1.9/5.1.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/astro/5.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/5.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/5.1.9/5.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/5.1.9/5.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
withastro/astro (astro) ### [`v5.1.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#5110) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.9...astro@5.1.10) ##### Patch Changes - [#​13058](https://redirect.github.com/withastro/astro/pull/13058) [`1a14b53`](https://redirect.github.com/withastro/astro/commit/1a14b53678525379211c4a7cbcbc34a04c0e4f8d) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes broken type declaration - [#​13059](https://redirect.github.com/withastro/astro/pull/13059) [`e36837f`](https://redirect.github.com/withastro/astro/commit/e36837f91437a66d5c50eb1c399b3d812743251d) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused tsconfig path aliases to break if there was more than one wildcard pattern - [#​13045](https://redirect.github.com/withastro/astro/pull/13045) [`c7f1366`](https://redirect.github.com/withastro/astro/commit/c7f1366413692091bb8d62d901745a77fa663b18) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fixes a bug where the some utility functions of the `astro:i18n` virtual module would return an incorrect result when `trailingSlash` is set to `never`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/knope-dev/knope). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index f45974c4..e29a7793 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -2059,9 +2059,9 @@ } }, "node_modules/astro": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.9.tgz", - "integrity": "sha512-QB3MH7Ul3gEvmHXEfvPkGpTZyyB/TBKQbm0kTHpo0BTEB7BvaY+wrcWiGEJBVDpVdEAKY9fM3zrJ0c7hZSXVlw==", + "version": "5.1.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.1.10.tgz", + "integrity": "sha512-qFu4jC7BRlhwHgk9Pa1sTQWw60zYWlriNTt6bMGMKkPxCd4Dd84fGn+NjbrJ/JeKwF7YXX0gY1saDF/RS6TMVA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.10.3",