Conversation
There was a problem hiding this comment.
Pull request overview
Updates the CI matrix to stop testing ESLint v10 release candidates and instead test the stable ESLint v10 major line.
Changes:
- Replace the ESLint v10 RC semver range with the stable
10.xrange in the CI test matrix.
Comments suppressed due to low confidence (1)
.github/workflows/ci.yml:34
- The PR title/description says CI should use the stable ESLint v10, but the matrix
includeentries for Windows/macOS still installeslint@latest. This can pull ESLint v11+ once released and makes CI no longer consistently exercise v10 across OSes. Consider switching thoseeslint: "latest"entries to10.x(or another explicit v10 range/pin) to match the PR intent.
eslint: [9.15.0, 9.x, 10.x]
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
include:
- os: windows-latest
eslint: "latest"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nzakas
approved these changes
Feb 10, 2026
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.
Prerequisites checklist
What is the purpose of this pull request?
This PR updates the CI workflow to use the stable release of ESLint v10, published about 12 hours ago.
In #202, the CI workflow used a pre-release version to ensure this plugin works well with ESLint v10, but now that the stable release has been published, there is no need to use the pre-release for CI checks.
What changes did you make? (Give an overview)
This PR updates the CI workflow to use the stable release of ESLint v10, published about 12 hours ago.
Related Issues
N/A
Is there anything you'd like reviewers to focus on?
N/A