What's Changed
✨ New
react-x/no-unused-class-component-members: Now flagsshouldComponentUpdatemethods defined in classes extendingPureComponentas unused, sincePureComponentimplements its ownshouldComponentUpdatewith shallow prop and state comparison (#1738).
📝 Documentation
- Added
jsxpreset documentation to multiple rule docs. - Removed empty Presets sections from rule documentation.
🏗️ Internal
ast: Added an optionalstoppredicate tofindParentutility for more control over ancestor traversal (#1736).- Replaced
skottwithsentruxfor architecture linting. - Updated sentrux rules and baseline metrics.
Full Changelog: v5.6.3-beta.0...v5.6.4