12.17.4
Released Released on August 14, 2023
Bugfixes:
Fixed an issue where having
cypress.configin a nested directory would cause problems with locating thecomponent-index.htmlfile when using component testing. Fixes #26400.
Dependency Updates:
Upgraded
webpackfromv4tov5. This means that we are now bundling youre2etests with webpack 5. We don't anticipate this causing any noticeable changes. However, if you'd like to keep bundling youre2etests with webpack 4 you can use the same process as before by pinning @cypress/webpack-batteries-included-preprocessor tov2.x.xand hooking into the file:preprocessor plugin event. This will restore the previous bundling process. Additionally, if you're using @cypress/webpack-batteries-included-preprocessor already, a new version has been published to support webpackv5.Upgraded
tough-cookiefrom4.0to4.1.3,@cypress/requestfrom2.88.11to2.88.12and@cypress/request-promisefrom4.2.6to4.2.7to address a security vulnerability. Fixes #27261.