Skip to content

v1.20.10

Choose a tag to compare

@github-actions github-actions released this 28 Jul 19:40

1.20.10 (2026-07-28)

Bug Fixes

  • enforce-early-destructuring: withhold the hoist when a declarator is annotated (closes #1362) (24b7238)
  • enforce-m3-sentence-case: escape suggestions per target and sentence-case ALL-CAPS fully (closes #1370) (4b986bb)
  • enforce-props-naming-consistency: rename references and keep the Props annotation (closes #1358) (c64ca8e)
  • enforce-querykey-ts: import the QUERY_KEY constant the fix substitutes (closes #1365) (1ac8eca)
  • enforce-react-type-naming: rename references and keep the type annotation (closes #1357) (6798b06), closes #1351
  • enforce-snapshot-state-narrowing: keep polarity and import the guard (closes #1369) (d408d1c)
  • no-class-instance-destructuring: withhold the fix for annotated patterns (closes #1359) (b43a74d)
  • no-excessive-parent-chain: suggest the handler's actual parameter name (closes #1368) (bb64076)
  • no-unnecessary-destructuring: preserve the declarator's type annotation (closes #1361) (c9d0d01)
  • prefer-clone-deep: stop dropping nested spreads and import cloneDeep (closes #1364) (f1c566e)
  • prefer-destructuring-no-class: withhold the fix for annotated declarators (closes #1360) (9fcca7f)
  • prefer-usecallback-over-usememo-for-functions: rewrite imports with the call (closes #1367) (addecb5)
  • use-custom-memo: re-emit surviving react import specifiers faithfully (closes #1366) (9f479f3)
  • use-latest-callback: keep the react import while any useCallback reference survives (closes #1363) (8927931)