FRONTEND
Astro v7.0.5
RESUMEN
Patch Changes - #17242 `9c05ba4` Thanks @matthewp! - Fixes an error that could occur after the dev server restarts when using a
Descripción Detallada
Patch Changes - #17242 `9c05ba4` Thanks @matthewp! - Fixes an error that could occur after the dev server restarts when using an adapter such as `@astrojs/cloudflare`, where a request would fail with a `500` referencing a missing pre-bundled dependency: The file does not exist at "nodemodules/.vite/depsssr/astro_compiler-runtime.js?v=6419660d" which is in the optimize deps directory. The dependency might be incompatible with the dep optimizer. Try adding it to `optimizeDeps.exclude`. - #17202 `c6d254d` Thanks @matthewp! - Refactors path alias resolution to use Vite's native `tsconfigPaths` option This is an internal change with no expected impact on user projects. Astro now defers tsconfig and jsconfig `paths` alias resolution to Vite, keeping a small fallback for a few CSS cases Vite does not yet handle. - #17123 `72e29bd` Thanks @martrapp! - Fixes an issue where the ClientRouter wipes head elements after page transitions if the `` contains a `server:d
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v11.0.1
### Patch Changes - [#17249](https://github.com/withastro/astro/pull/17249) [`02b73b0`](https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `peerDependencies` field used incorrect depende
FRONTEND
Astro v9.0.1
### Patch Changes - [#17249](https://github.com/withastro/astro/pull/17249) [`02b73b0`](https://github.com/withastro/astro/commit/02b73b0fc2e32102e788fd9031ce061337490a73) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `peerDependencies` field used incorrect depende