react/compiler/packages
michael faith 5ccfcd17ff
feat(eslint-plugin-react-hooks): merge rule from eslint-plugin-react-compiler into react-hooks plugin (#32416)
This change merges the `react-compiler` rule from
`eslint-plugin-react-compiler` into the `eslint-plugin-react-hooks`
plugin. In order to do the move in a way that keeps commit history with
the moved files, but also no remove them from their origin until a
future cleanup change can be done, I did the `git mv` first, and then
recreated the files that were moved in their original places, as a
separate commit. Unfortunately GH shows the moved files as new instead
of the ones that are truly new. But in the IDE and `git blame`, commit
history is intact with the moved files.

Since this change adds new dependencies, and one of those dependencies
has a higher `engines` declaration for `node` than what the plugin
currently has, this is technically a breaking change and will have to go
out as part of a major release.

### Related Changes
- https://github.com/facebook/react/pull/32458

---------

Co-authored-by: Lauren Tan <poteto@users.noreply.github.com>
2025-03-12 21:43:06 -04:00
..
babel-plugin-react-compiler feat(eslint-plugin-react-hooks): merge rule from eslint-plugin-react-compiler into react-hooks plugin (#32416) 2025-03-12 21:43:06 -04:00
eslint-plugin-react-compiler [ez] Run Prettier on eslint-plugin-react-compiler/src/types (#32590) 2025-03-12 19:12:22 -04:00
make-read-only-util [compiler] Migrate compiler packages to tsup (#32550) 2025-03-07 16:41:55 -05:00
react-compiler-healthcheck [compiler] Migrate compiler packages to tsup (#32550) 2025-03-07 16:41:55 -05:00
react-compiler-runtime [rcr] Fix incorrect output platform (#32569) 2025-03-11 10:41:48 -04:00
react-forgive [forgive][ez] Ignore test file (#32477) 2025-02-25 19:09:21 -05:00
snap [compiler] Dedupe @babel/types (#32581) 2025-03-12 17:02:10 -04:00