FRONTEND
Astro v5.2.2
RESUMEN
Patch Changes - #17259 `ed6bea5` Thanks @astrobot-houston! - Fixes proxy support by respecting `HTTPPROXY` and `HTTPS
Descripción Detallada
Patch Changes - #17259 `ed6bea5` Thanks @astrobot-houston! - Fixes proxy support by respecting `HTTPPROXY` and `HTTPSPROXY` environment variables when downloading templates. On Node.js v22.21.0+ and v24.5.0+, `create-astro` now automatically enables the `--use-env-proxy` flag so that native `fetch()` routes requests through the configured proxy.
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v11.0.2
### Patch Changes - [#17252](https://github.com/withastro/astro/pull/17252) [`eb6f97e`](https://github.com/withastro/astro/commit/eb6f97e391ee587747e37609c255c7cd4b9cce3c) Thanks [@matthewp](https://github.com/matthewp)! - Fixes trailing-slash handling for request paths that begin with a backslas
FRONTEND
Astro v1.10.10
### Patch Changes - [#17269](https://github.com/withastro/astro/pull/17269) [`c72d4f2`](https://github.com/withastro/astro/commit/c72d4f2d55054d65d574aa38925f6b05550f0ed1) Thanks [@matthewp](https://github.com/matthewp)! - Fixes "Go To References" from `.ts` files missing usages inside `.astro` f