Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint to 9.2.0 #210

Merged
merged 1 commit into from May 10, 2024

Conversation

MikeMcC399
Copy link
Collaborator

Situation

The installed base version of ESLint is eslint@8.57.0

CI circle.yml does however temporarily install each supported version ESLint v7, v8 and v9 during testing with Jest.

The repo is compatible with ESLint v9 and can be updated.

Change

Update the installed base version of ESLint to eslint@9.2.0 (latest).

Verification

npm ci
npm run lint
npm test

@cypress-app-bot
Copy link

@MikeMcC399
Copy link
Collaborator Author

Leaving this in draft state at the moment, although I don't know of any reason why it couldn't be merged.

@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 10, 2024 11:25
@jennifer-shehane jennifer-shehane merged commit a109c4a into cypress-io:master May 10, 2024
7 checks passed
@MikeMcC399 MikeMcC399 deleted the update/eslint-to-9 branch May 10, 2024 11:36
@MikeMcC399
Copy link
Collaborator Author

@jennifer-shehane

I've just about reached the end of my level of competency now and I should probably let somebody else take the lead for the full migration to ESLint Flat Config which involves a lot of manipulation of JavaScript data structures that I am only vaguely familiar with. That was already my impression when I started the work. I did however manage to do a lot more than I thought I would be able to do! 🙂 (Total of 39 PRs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants