Current situation
Example workflows in examples/v9 are configured to use Cypress 9.6.1. This version is older than the latest Cypress 9.x version, which is Cypress 9.7.0. The version is stored in package.json files, package-lock.json, yarn.lock and pnpm-lock.yaml files.
Suggested change
Update all v9 example workflows in examples/v9 to use Cypress 9.7.0.
Benefits
The latest version of Cypress 9.x, before the release of Cypress 10 with its breaking changes, is Cypress 9.7.0. Updating the examples to this version ensures that the examples will have all available fixes from the 9.x stream available to them.
Current situation
Example workflows in examples/v9 are configured to use Cypress 9.6.1. This version is older than the latest Cypress 9.x version, which is Cypress 9.7.0. The version is stored in
package.jsonfiles,package-lock.json,yarn.lockandpnpm-lock.yamlfiles.Suggested change
Update all v9 example workflows in examples/v9 to use Cypress 9.7.0.
Benefits
The latest version of Cypress 9.x, before the release of Cypress 10 with its breaking changes, is Cypress 9.7.0. Updating the examples to this version ensures that the examples will have all available fixes from the 9.x stream available to them.