- Updated bundled Electron (to 18.0.4), Chromium (to 100.0.4896.75), and Node (to 16.13.2) versions shipped with Cypress
- Deprecated Cypress.Cookies.preserveOnce() and Cypress.Cookies.defaults() APIs; recommend using the experimental cy.session() command instead
- Fixed several issues: regex handling in cy.contains(), improved cy.session() log grouping, removed exposed eventemitter2 typings, and other bug fixes