v19.1.1
[compiler] detect and throw on untransformed required features (#32512)
fix(react-compiler): optimize components declared with arrow function and implicit return and `compilationMode: 'infer'` (#31792)
[compiler] Validate static components
[compiler] clean up retry pipeline: `fireRetry` flag -> compileMode (#32511)
[compiler] Represent array accesses with PropertyLoad (#32287)
[compiler][bugfix] Don't insert hook guards in retry pipeline (#32665)
[compiler] Delete LoweredFunction.dependencies and hoisted instructions (#32096)
[compiler][optim] infer mixedReadOnly for numeric and computed properties (#32593)
[compiler][be] Logger based debug printing in test runner (#31809)
[compiler] Refactor validations to return Result and log where appropriate
[compiler][be] Move e2e tests to BabelPlugin transformer (#32706)
[compiler] Dedupe @babel/types (#32581)