What's Changed
🐞 Fixes
react-x/no-missing-key: Fixed the rule not detectingConditionalExpression/LogicalExpressionreturned from block-bodied.map/Array.fromcallbacks. The rule now reports both branches when both lack akey, instead of only the first (#1767, #1766).
📝 Documentation
- Added
[NEEDS VERIFICATION]markers to spec diffs for React Compiler aligned rules. - Added Issue Labels Design Doc and migration scripts.
- Added a
Hintcomponent to the website and used it on the home page.
🏗️ Internal
- Bumped
@effect/language-serviceto 0.86.0. - Bumped
dompurifyto 3.4.3. - Bumped
fumadocs-mdxto 15.0.4 and related dependencies. - Bumped
pnpmfrom 11.1.0 to 11.1.1. - Enabled caching for Nx targets.
- Removed
experimental.useFlatConfigfrom Zed settings. - Removed two dprint plugins from
dprint.json. - Updated Sentrux baseline metrics.
New Contributors
- @lixiaoyan made their first contribution in #1767
Full Changelog: v5.7.7...v5.7.8