withastro/astro (astro)
### [`v4.4.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#444)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.3...astro@4.4.4)
##### Patch Changes
- [#10195](https://togithub.com/withastro/astro/pull/10195) [`903eace233033998811b72e27a54c80d8e59ff37`](https://togithub.com/withastro/astro/commit/903eace233033998811b72e27a54c80d8e59ff37) Thanks [@1574242600](https://togithub.com/1574242600)! - Fix build failure caused by read-only files under /public (in the presence of client-side JS).
- [#10205](https://togithub.com/withastro/astro/pull/10205) [`459f74bc71748279fe7dce0688f38bd74b51c5c1`](https://togithub.com/withastro/astro/commit/459f74bc71748279fe7dce0688f38bd74b51c5c1) Thanks [@martrapp](https://togithub.com/martrapp)! - Adds an error message for non-string transition:name values
- [#10208](https://togithub.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](https://togithub.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d) Thanks [@log101](https://togithub.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode
### [`v4.4.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#443)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.2...astro@4.4.3)
##### Patch Changes
- [#10143](https://togithub.com/withastro/astro/pull/10143) [`7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab`](https://togithub.com/withastro/astro/commit/7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab) Thanks [@bluwy](https://togithub.com/bluwy)! - Improves the default `optimizeDeps.entries` Vite config to avoid globbing server endpoints, and respect the `srcDir` option
- [#10197](https://togithub.com/withastro/astro/pull/10197) [`c856c729404196900a7386c8426b81e79684a6a9`](https://togithub.com/withastro/astro/commit/c856c729404196900a7386c8426b81e79684a6a9) Thanks [@Princesseuh](https://togithub.com/Princesseuh)! - Fixes errors being logged twice in some cases
- [#10166](https://togithub.com/withastro/astro/pull/10166) [`598f30c7cd6c88558e3806d9bc5a15d426d83992`](https://togithub.com/withastro/astro/commit/598f30c7cd6c88558e3806d9bc5a15d426d83992) Thanks [@bluwy](https://togithub.com/bluwy)! - Improves Astro style tag HMR when updating imported styles
- [#10194](https://togithub.com/withastro/astro/pull/10194) [`3cc20109277813ccb9578ca87a8b0d680a73c35c`](https://togithub.com/withastro/astro/commit/3cc20109277813ccb9578ca87a8b0d680a73c35c) Thanks [@matthewp](https://togithub.com/matthewp)! - Fixes an issue related to content collections usage in browser context caused by `csssec`
### [`v4.4.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#442)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.1...astro@4.4.2)
##### Patch Changes
- [#10169](https://togithub.com/withastro/astro/pull/10169) [`a46249173edde66b03c19441144272baa8394fb4`](https://togithub.com/withastro/astro/commit/a46249173edde66b03c19441144272baa8394fb4) Thanks [@ematipico](https://togithub.com/ematipico)! - Fixes an issue with the `i18n.routing` types, where an internal transformation was causing the generation of incorrect types for integrations.
### [`v4.4.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#441)
[Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.0...astro@4.4.1)
##### Patch Changes
- [#9795](https://togithub.com/withastro/astro/pull/9795) [`5acc3135ba5309a566def466fbcbabd23f70cd68`](https://togithub.com/withastro/astro/commit/5acc3135ba5309a566def466fbcbabd23f70cd68) Thanks [@lilnasy](https://togithub.com/lilnasy)! - Refactors internals relating to middleware, endpoints, and page rendering.
- [#10105](https://togithub.com/withastro/astro/pull/10105) [`1f598b372410066c6fcd41cba9915f6aaf7befa8`](https://togithub.com/withastro/astro/commit/1f598b372410066c6fcd41cba9915f6aaf7befa8) Thanks [@negativems](https://togithub.com/negativems)! - Fixes an issue where some astro commands failed if the astro config file or an integration used the global `crypto` object.
- [#10165](https://togithub.com/withastro/astro/pull/10165) [`d50dddb71d87ce5b7928920f10eb4946a5339f86`](https://togithub.com/withastro/astro/commit/d50dddb71d87ce5b7928920f10eb4946a5339f86) Thanks [@ematipico](https://togithub.com/ematipico)! - Fixes an issue where the `i18n.routing` object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using `astro.config.mts`.
- [#10132](https://togithub.com/withastro/astro/pull/10132) [`1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c`](https://togithub.com/withastro/astro/commit/1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c) Thanks [@bluwy](https://togithub.com/bluwy)! - Simplifies internal Vite preview server teardown
- [#10163](https://togithub.com/withastro/astro/pull/10163) [`b92d35f1026f3e99abb888d1a845bdda4efdc327`](https://togithub.com/withastro/astro/commit/b92d35f1026f3e99abb888d1a845bdda4efdc327) Thanks [@mingjunlu](https://togithub.com/mingjunlu)! - Fixes an issue where audit fails to initialize when encountered `` inside `
This PR contains the following updates:
4.0.1
->4.4.4
Release Notes
withastro/astro (astro)
### [`v4.4.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#444) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.3...astro@4.4.4) ##### Patch Changes - [#10195](https://togithub.com/withastro/astro/pull/10195) [`903eace233033998811b72e27a54c80d8e59ff37`](https://togithub.com/withastro/astro/commit/903eace233033998811b72e27a54c80d8e59ff37) Thanks [@1574242600](https://togithub.com/1574242600)! - Fix build failure caused by read-only files under /public (in the presence of client-side JS). - [#10205](https://togithub.com/withastro/astro/pull/10205) [`459f74bc71748279fe7dce0688f38bd74b51c5c1`](https://togithub.com/withastro/astro/commit/459f74bc71748279fe7dce0688f38bd74b51c5c1) Thanks [@martrapp](https://togithub.com/martrapp)! - Adds an error message for non-string transition:name values - [#10208](https://togithub.com/withastro/astro/pull/10208) [`8cd38f02456640c063552aef00b2b8a216b3935d`](https://togithub.com/withastro/astro/commit/8cd38f02456640c063552aef00b2b8a216b3935d) Thanks [@log101](https://togithub.com/log101)! - Fixes custom headers are not added to the Node standalone server responses in preview mode ### [`v4.4.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#443) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.2...astro@4.4.3) ##### Patch Changes - [#10143](https://togithub.com/withastro/astro/pull/10143) [`7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab`](https://togithub.com/withastro/astro/commit/7c5fcd2fa817472f480bbfbbc11b9ed71a7210ab) Thanks [@bluwy](https://togithub.com/bluwy)! - Improves the default `optimizeDeps.entries` Vite config to avoid globbing server endpoints, and respect the `srcDir` option - [#10197](https://togithub.com/withastro/astro/pull/10197) [`c856c729404196900a7386c8426b81e79684a6a9`](https://togithub.com/withastro/astro/commit/c856c729404196900a7386c8426b81e79684a6a9) Thanks [@Princesseuh](https://togithub.com/Princesseuh)! - Fixes errors being logged twice in some cases - [#10166](https://togithub.com/withastro/astro/pull/10166) [`598f30c7cd6c88558e3806d9bc5a15d426d83992`](https://togithub.com/withastro/astro/commit/598f30c7cd6c88558e3806d9bc5a15d426d83992) Thanks [@bluwy](https://togithub.com/bluwy)! - Improves Astro style tag HMR when updating imported styles - [#10194](https://togithub.com/withastro/astro/pull/10194) [`3cc20109277813ccb9578ca87a8b0d680a73c35c`](https://togithub.com/withastro/astro/commit/3cc20109277813ccb9578ca87a8b0d680a73c35c) Thanks [@matthewp](https://togithub.com/matthewp)! - Fixes an issue related to content collections usage in browser context caused by `csssec` ### [`v4.4.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#442) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.1...astro@4.4.2) ##### Patch Changes - [#10169](https://togithub.com/withastro/astro/pull/10169) [`a46249173edde66b03c19441144272baa8394fb4`](https://togithub.com/withastro/astro/commit/a46249173edde66b03c19441144272baa8394fb4) Thanks [@ematipico](https://togithub.com/ematipico)! - Fixes an issue with the `i18n.routing` types, where an internal transformation was causing the generation of incorrect types for integrations. ### [`v4.4.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#441) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.4.0...astro@4.4.1) ##### Patch Changes - [#9795](https://togithub.com/withastro/astro/pull/9795) [`5acc3135ba5309a566def466fbcbabd23f70cd68`](https://togithub.com/withastro/astro/commit/5acc3135ba5309a566def466fbcbabd23f70cd68) Thanks [@lilnasy](https://togithub.com/lilnasy)! - Refactors internals relating to middleware, endpoints, and page rendering. - [#10105](https://togithub.com/withastro/astro/pull/10105) [`1f598b372410066c6fcd41cba9915f6aaf7befa8`](https://togithub.com/withastro/astro/commit/1f598b372410066c6fcd41cba9915f6aaf7befa8) Thanks [@negativems](https://togithub.com/negativems)! - Fixes an issue where some astro commands failed if the astro config file or an integration used the global `crypto` object. - [#10165](https://togithub.com/withastro/astro/pull/10165) [`d50dddb71d87ce5b7928920f10eb4946a5339f86`](https://togithub.com/withastro/astro/commit/d50dddb71d87ce5b7928920f10eb4946a5339f86) Thanks [@ematipico](https://togithub.com/ematipico)! - Fixes an issue where the `i18n.routing` object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using `astro.config.mts`. - [#10132](https://togithub.com/withastro/astro/pull/10132) [`1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c`](https://togithub.com/withastro/astro/commit/1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c) Thanks [@bluwy](https://togithub.com/bluwy)! - Simplifies internal Vite preview server teardown - [#10163](https://togithub.com/withastro/astro/pull/10163) [`b92d35f1026f3e99abb888d1a845bdda4efdc327`](https://togithub.com/withastro/astro/commit/b92d35f1026f3e99abb888d1a845bdda4efdc327) Thanks [@mingjunlu](https://togithub.com/mingjunlu)! - Fixes an issue where audit fails to initialize when encountered `` inside `