withastro/astro (astro)
### [`v4.16.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41610)
[Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.9...astro@4.16.10)
##### Patch Changes
- [#12311](https://redirect.github.com/withastro/astro/pull/12311) [`bf2723e`](https://redirect.github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460) Thanks [@dinesh-58](https://redirect.github.com/dinesh-58)! - Adds `checked` to the list of boolean attributes.
- [#12363](https://redirect.github.com/withastro/astro/pull/12363) [`222f718`](https://redirect.github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75) Thanks [@Fryuni](https://redirect.github.com/Fryuni)! - Fixes code generated by `astro add` command when adding a version of an integration other than the default `latest`.
- [#12368](https://redirect.github.com/withastro/astro/pull/12368) [`493fe43`](https://redirect.github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b) Thanks [@bluwy](https://redirect.github.com/bluwy)! - Improves error logs when executing commands
- [#12355](https://redirect.github.com/withastro/astro/pull/12355) [`c4726d7`](https://redirect.github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29) Thanks [@apatel369](https://redirect.github.com/apatel369)! - Improves error reporting for invalid frontmatter in MDX files during the `astro build` command. The error message now includes the file path where the frontmatter parsing failed.
### [`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/astro@4.16.8...astro@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`
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 contains the following updates:
4.16.8
->4.16.10
Release Notes
withastro/astro (astro)
### [`v4.16.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41610) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.9...astro@4.16.10) ##### Patch Changes - [#12311](https://redirect.github.com/withastro/astro/pull/12311) [`bf2723e`](https://redirect.github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460) Thanks [@dinesh-58](https://redirect.github.com/dinesh-58)! - Adds `checked` to the list of boolean attributes. - [#12363](https://redirect.github.com/withastro/astro/pull/12363) [`222f718`](https://redirect.github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75) Thanks [@Fryuni](https://redirect.github.com/Fryuni)! - Fixes code generated by `astro add` command when adding a version of an integration other than the default `latest`. - [#12368](https://redirect.github.com/withastro/astro/pull/12368) [`493fe43`](https://redirect.github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b) Thanks [@bluwy](https://redirect.github.com/bluwy)! - Improves error logs when executing commands - [#12355](https://redirect.github.com/withastro/astro/pull/12355) [`c4726d7`](https://redirect.github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29) Thanks [@apatel369](https://redirect.github.com/apatel369)! - Improves error reporting for invalid frontmatter in MDX files during the `astro build` command. The error message now includes the file path where the frontmatter parsing failed. ### [`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/astro@4.16.8...astro@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`Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.