-
Notifications
You must be signed in to change notification settings - Fork 106
feat: improve React Compiler compatibility #7821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Size Change: +1.18 kB (+0.26%) Total Size: 455 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 20844626665Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
a1e1f82 to
55f96a4
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
# Conflicts: # examples/react-router-ts/package-lock.json # examples/react-router-ts/package.json # examples/vite-ts/package-lock.json # examples/vite-ts/package.json # package.json # patterns/navigation-layout/package-lock.json # patterns/navigation-layout/package.json # templates/vite-ts/package-lock.json # templates/vite-ts/package.json # yarn.lock
c977ca6 to
fbdaed7
Compare
This PR contains the following updates:
6.1.1->7.0.0Release Notes
facebook/react (eslint-plugin-react-hooks)
v7.0.0Compare Source
This release slims down presets to just 2 configurations (
recommendedandrecommended-latest), and all compiler rules are enabled by default.recommended-latest-legacyandflat/recommendedconfigs. The plugin now providesrecommended(legacy and flat configs with all recommended rules), andrecommended-latest(legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@poteto in #34757)TODO: The linter reports errors in CI which are not present locally. They are only connected to the
import/orderrule