Change8

Migrating to ESLint v10.0.0-rc.0

Version v10.0.0-rc.0 introduces 1 breaking change. This guide details how to update your code.

Released: 1/9/2026

1
Breaking Changes
1
Migration Steps
6
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

rule-testermax-paramsverifyAndFixParserOptionsScopeverify

Breaking Changes

Issue #1

The `rule-tester` now estimates the failure location for rule tests. This might change how test failures are reported.

Migration Steps

  1. 1
    If you are using `rule-tester` and relying on specific error message formats for failure locations, you may need to adjust your tests due to the new failure location estimation.

Release Summary

This release introduces improvements to the rule tester, including better failure location estimation and new assertion options. It also includes several bug fixes and documentation updates.

Need More Details?

View the full release notes and all changes for ESLint v10.0.0-rc.0.

View Full Changelog