chore(deps): update eslint to 10.0.0#1657
Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom Feb 19, 2026
Merged
Conversation
|
Update also @eslint/js to 10.0.1 @stylistic/eslint-plugin to 5.9.0 eslint to 10.0.0 eslint-plugin-cypress to 6.0.0 globals to 17.3.0 prettier to 3.8.1
7aa3aca to
7f7d8b2
Compare
jennifer-shehane
approved these changes
Feb 19, 2026
Member
jennifer-shehane
left a comment
There was a problem hiding this comment.
Thanks for keeping up with this update!
Collaborator
Author
Sure! There is still an unsolved vulnerability from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes several Renovate PRs
Situation
The repo currently uses the older eslint@9.39.2 release which enters end-of-life on 2026-08-06.
eslint@9.39.2 also reports a high severity ReDoS vulnerability GHSA-3ppc-4f35-3m26 that is resolved in eslint@10.0.0. This is only mentioned for completeness, as this type of vulnerability is not really relevant when carrying out internal linting of the repo where the files to be linted are under repo control.
Change
Verification
On Ubuntu 24.04.4 LTS, Node.js 24.13.1, execute:
and confirm that no errors are reported.