FRONTEND
Remix v0.4.2
RESUMEN
Patch Changes - Fix browser tests so bare package imports resolve with browser and ESM conditions, matching the asset server and avoiding CommonJS entries for packages like `clsx` (see #11478). - Update the optional `playwright` peer dependency range to match the workspace Playwright catalog
Descripción Detallada
Patch Changes - Fix browser tests so bare package imports resolve with browser and ESM conditions, matching the asset server and avoiding CommonJS entries for packages like `clsx` (see #11478). - Update the optional `playwright` peer dependency range to match the workspace Playwright catalog version. - Run browser and E2E tests sequentially within each Playwright project so `remix-test` avoids launching extra browsers at the same time and reduces timing flakes on constrained CI runners. - Report `beforeAll`, `afterEach`, and `afterAll` hook failures as failed test results so `remix-test` exits non-zero when lifecycle hooks throw. - Use OS-assigned ports for browser test servers so parallel `remix-test` runs do not fail when the fixed port window is exhausted.
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Remix v0.4.12
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.0`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.0)
FRONTEND
Remix v0.1.11
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.0`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.0)
FRONTEND