feat: complete ESLint v10 migration#298
Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom Feb 17, 2026
Merged
Conversation
BREAKING: Remove deprecated eslint-plugin-cypress/flat configuration Use eslint-plugin-cypress instead Update globals to 17.3.0 Other changes: Add package type commonjs Documentation updates related to flat configuration Update Node.js to 24.13.1
|
Collaborator
Author
|
Branch protection rules may now be changed to include |
jennifer-shehane
approved these changes
Feb 17, 2026
|
🎉 This PR is included in version 5.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Collaborator
Author
|
I made a mistake in the commit body and wrote only I guess the best solution would be to republish with |
Collaborator
Author
|
The breaking changes are thankfully not too severe. If a system were to automatically upgrade to 5.4.0 and they were still using The update from |
Collaborator
Author
|
Fixed in #299 |
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.
Situation
eslint-plugin-cypressto be equivalent toeslint-plugin-cypress/flat, and at the same timeeslint-plugin-cypress/flatwas declared deprecated with a notice for planned removal in a future major version."globals": "^16.5.0"is configured independencies. Thelatestversion is globals@17.3.0Change
eslint-plugin-cypress/flatconfiguration and change entry point to neutrally named/lib/index.jseslint-plugin-cypress/flatglobalsto17.3.0"type": "commonjs"to package.json24.13.1Active LTS