cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.
https://example.cypress.io/
MIT License
1.22k stars 2.2k forks source link

chore(deps): update eslint-plugin-cypress to 3.4.0 #866

Closed MikeMcC399 closed 2 months ago

MikeMcC399 commented 2 months ago

Issue

eslint-plugin-cypress is no longer at the latest version 3.4.0. It's convenient as a cross-check when this repo demonstrates the correct working of the latest version of eslint-plugin-cypress.

Also in the meantime ESLint has progressed to 9.7.0.

Change

Update

Verification

Ubuntu 22.04.4 LTS, Node.js 20.16.0 LTS

npm ci
npm run lint
cypress-app-bot commented 2 months ago