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 v6.4.8
### Patch Changes - [#17109](https://github.com/withastro/astro/pull/17109) [`27c80ea`](https://github.com/withastro/astro/commit/27c80ea92248993e5fce94b2c26d87d611ab6785) Thanks [@ematipico](https://github.com/ematipico)! - Harden the limits on the number of decoding on the URL.
FRONTEND
Astro v6.4.7
### Patch Changes - [#17035](https://github.com/withastro/astro/pull/17035) [`197e50e`](https://github.com/withastro/astro/commit/197e50e2e37168a9b9e8a014c13d1308b2220ca1) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes `getRelativeLocaleUrl`, `getAbsoluteLocaleUrl`, and