9.5.3
Released Released on March 27, 2022
Bugfixes:
Corrected a logging issue with
cy.intercept()where the response status code and response body were sometimes missing from the log details inopenmode. Fixed #18757.Fixed an issue in
cy.readFile()where the command would not retry or provide a meaningful error message ifnullencoding was used and the file was not found. Fixed #20683.Updated the Cypress Keyboard shortcuts to only run the shortcut when the pressed shortcut key was not used in conjunction with either the
alt,ctrl, orshiftmodifier keys. This fixed an issue where the Cypress shortcut handler would override the browser native keyboard shortcut for search (ctrl + f). Fixed #20222.Updates were made to correctly escape dollar signs in the
CYPRESS_DOWNLOAD_PATH_TEMPLATEenvironment variable. Issues were seen utilizing this template when the env was provided from a package manager file. Fixed #19914.Fix the
Cypress.BufferTypeScript type to reference the static constructor ofBuffer, instead of incorrectly referencing theBufferinstance which caused Type errors. Fixes #20542.
Dependency Updates:
Upgraded
electrondependency from15.3.4to15.3.5to address the CVE-2022-21718 NVD security vulnerability. Addressed in #20750.Upgraded
minimistdependency from1.2.5to1.2.6. Addressed in #20756.Upgraded
nanoiddependency from3.1.20to3.1.31to address the CVE-2021-23566 NVD security vulnerability. Addressed in #20726.Upgraded
node-forgedependency from1.0.0to1.3.0to address the CVE-2022-24771 NVD security vulnerability. Addressed in #20727.