main
[compiler] Migrate CompilerError.invariant to new CompilerDiagnostic infra (#34403)
Add reporting modes for react-hooks/exhaustive-effect-dependencies and temporarily enable (#35365)
[compiler] Derive ErrorSeverity from ErrorCategory (#34401)
[compiler] Fix error description inconsistency (#34404)
[compiler] Filter out disabled errors from being reported (#34409)
[compiler] Remove useState argument constraint. no-derived-computations-in-effects (#35174)
[compiler] Allow ref access in callbacks passed to event handler props (#35062)
[compiler] Add enableVerboseNoSetStateInEffect to suggest options to user/agent (#35306)
[compiler] Add enableUseKeyedState flag and improve setState-in-render errors (#35230)
[compiler] Exhaustive deps: extra tests, improve diagnostic (#35213)
[compiler] Fix VariableDeclarator source location (#35348)
[compiler] Fix false positive for useMemo reassigning context vars (#34904)
[compiler] source location validator (#35109)