- Added experimental full network stubbing via `cy.route2` (enabled by `experimentalNetworkStubbing`) to intercept, modify, and wait on any HTTP request.
- Enhanced `cy.trigger` with an `eventConstructor` option and view property; added type improvements, tsconfig.json loading, and retry options.
- Fixed numerous issues (nested hooks, async‑hooks error, .mjs loading, Windows Chrome/Firefox detection, slow Electron tests, etc.) and updated core dependencies.