FRONTEND
Astro v6.2.1
RESUMEN
Patch Changes - #16531 `76db01d` Thanks @rodrigosdev! - Fixes config validation for omitted `integrations` fields with newer
Descripción Detallada
Patch Changes - #16531 `76db01d` Thanks @rodrigosdev! - Fixes config validation for omitted `integrations` fields with newer Zod versions. - #16535 `7df0fe4` Thanks @rururux! - Fixed an issue where a warning was displayed when the `server` property was missing during config validation, even though it is not required. - #16534 `5cf6c51` Thanks @matthewp! - Fixes compatibility with Zod 4.4.0 for the `server` config property and error formatting
Actualización de parches en Astro v6.2.1 con correcciones de validación de configuración.
- Corrige la validación de configuración para campos `integrations` omitidos con versiones más nuevas de Zod.
- Resuelve un aviso innecesario cuando falta la propiedad `server` en la validación de configuración.
- Mejora la compatibilidad con Zod 4.4.0 para la propiedad de configuración `server`.
A quién le importa
Todos los que usan Astro y Zod en sus configuraciones.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Astro v0.21.1
### Patch Changes - [#16534](https://github.com/withastro/astro/pull/16534) [`5cf6c51`](https://github.com/withastro/astro/commit/5cf6c51188b52d22f133ea9373da0080f74701f9) Thanks [@matthewp](https://github.com/matthewp)! - Fixes compatibility with Zod 4.4.0 for the `server` config property and er
FRONTEND
Astro v11.0.0
### Major Changes - [#15819](https://github.com/withastro/astro/pull/15819) [`cafec4e`](https://github.com/withastro/astro/commit/cafec4e23365061491103dfce2e889a15cf86f27) Thanks [@delucis](https://github.com/delucis)! - Upgrade to Vite v8 ### Patch Changes - Updated dependencies \[[`cafec4e`