v5.12.0-beta.0 (2026-07-07)
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
What's Changed
✨ New
- Reworked
react-x/immutabilityto align with the React Compiler'sValidateNoFreezingKnownMutableFunctionsvalidation pass: it now detects functions that (transitively) mutate a captured local variable and reports them when passed as a JSX prop, passed as a hook argument, or returned from a hook. The direct state/props mutation checks, themutatingArrayMethod,mutatingAssignment, andnoRefLikeStateNamediagnostics, and theadditionalStateHooksoption have been removed. A newmutatesdiagnostic is now reported at the mutation site alongside the existing usage-site diagnostic. (#1891)
Full Changelog: v5.11.3...v5.12.0-beta.0
Attestation
https://github.com/Rel1cx/eslint-react/attestations/34176725