Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight)) | [`0.28.4` -> `0.28.6`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.4/0.28.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@astrojs%2fstarlight/0.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@astrojs%2fstarlight/0.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@astrojs%2fstarlight/0.28.4/0.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@astrojs%2fstarlight/0.28.4/0.28.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | [`4.16.8` -> `4.16.9`](https://renovatebot.com/diffs/npm/astro/4.16.8/4.16.9) | [![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.16.8/4.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.16.8/4.16.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.28.6`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0286) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/[email protected]...@astrojs/[email protected]) ##### Patch Changes - [#​2565](https://redirect.github.com/withastro/starlight/pull/2565) [`236467b`](https://redirect.github.com/withastro/starlight/commit/236467bb745cea7a284ae3d398874d3edbcd846e) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with custom UI strings defined in YAML files not being loaded in some contexts. ### [`v0.28.5`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0285) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/[email protected]...@astrojs/[email protected]) ##### Patch Changes - [#​2546](https://redirect.github.com/withastro/starlight/pull/2546) [`bf42300`](https://redirect.github.com/withastro/starlight/commit/bf42300e76241a2df888dc458c59a7478a8b2d61) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue where i18n content collection related errors, e.g. malformed JSON or YAML, would not be reported. - [#​2548](https://redirect.github.com/withastro/starlight/pull/2548) [`07673c8`](https://redirect.github.com/withastro/starlight/commit/07673c80114021a269065e451e660337237f76e1) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a URL localization edge case. In projects without a root locale configured, slugs without a locale prefix did not fall back to the default locale as expected. - [#​2547](https://redirect.github.com/withastro/starlight/pull/2547) [`91e1dd7`](https://redirect.github.com/withastro/starlight/commit/91e1dd731a06657890a68b2d474199455df2756f) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a Firefox Markdown content rendering issue for text sentences separated by a line break. - [#​2524](https://redirect.github.com/withastro/starlight/pull/2524) [`1b46783`](https://redirect.github.com/withastro/starlight/commit/1b4678325fb10714fc3508bd87a7563b10a0f803) Thanks [@​jsparkdev](https://redirect.github.com/jsparkdev)! - Fixes a broken link to Astro’s Docs in an error message </details> <details> <summary>withastro/astro (astro)</summary> ### [`v4.16.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4169) [Compare Source](https://redirect.github.com/withastro/astro/compare/[email protected]@4.16.9) ##### Patch Changes - [#​12333](https://redirect.github.com/withastro/astro/pull/12333) [`836cd91`](https://redirect.github.com/withastro/astro/commit/836cd91c37cea8ae58dd04a326435fcb2c88f358) Thanks [@​imattacus](https://redirect.github.com/imattacus)! - Destroy the server response stream if async error is thrown - [#​12358](https://redirect.github.com/withastro/astro/pull/12358) [`7680349`](https://redirect.github.com/withastro/astro/commit/76803498738f9e86e7948ce81e01e63607e03549) Thanks [@​spacedawwwg](https://redirect.github.com/spacedawwwg)! - Honors `inlineAstroConfig` parameter in `getViteConfig` when creating a logger - [#​12353](https://redirect.github.com/withastro/astro/pull/12353) [`35795a1`](https://redirect.github.com/withastro/astro/commit/35795a1a54b2bfaf331c58ca91b47e5672e08c4e) Thanks [@​hippotastic](https://redirect.github.com/hippotastic)! - Fixes an issue in dev server watch file handling that could cause multiple restarts for a single file change. - [#​12351](https://redirect.github.com/withastro/astro/pull/12351) [`5751488`](https://redirect.github.com/withastro/astro/commit/57514881655b62a0bc39ace1e1ed4b89b96f74ca) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Reverts a change made in `4.16.6` that prevented usage of `astro:env` secrets inside middleware in SSR - [#​12346](https://redirect.github.com/withastro/astro/pull/12346) [`20e5a84`](https://redirect.github.com/withastro/astro/commit/20e5a843c86e9328814615edf3e8a6fb5e4696cc) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Fixes sourcemap generation when prefetch is enabled - [#​12349](https://redirect.github.com/withastro/astro/pull/12349) [`1fc83d3`](https://redirect.github.com/withastro/astro/commit/1fc83d3ba8315c31b2a3aadc77b20b1615d261a0) Thanks [@​norskeld](https://redirect.github.com/norskeld)! - Fixes the `getImage` options type so it properly extends `ImageTransform` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information