fix(deps): update dependency eslint-plugin-react-hooks to ^6.1.1
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| eslint-plugin-react-hooks (source) | ^6.1.0 -> ^6.1.1 |
Release Notes
facebook/react (eslint-plugin-react-hooks)
v6.1.1
Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.
- Fix
recommendedconfig for flat config compatibility. Therecommendedconfig has been converted to flat config format. Non-flat config users should userecommended-legacyinstead. (@poteto in #34700) - Add
recommended-latestandrecommended-latest-legacyconfigs that include React Compiler rules. (@poteto in #34675) - Remove unused
NoUnusedOptOutDirectivesrule. (@poteto in #34703) - Remove
hermes-parserand dependency. (@poteto in #34719) - Remove
@babel/plugin-proposal-private-methodsdependency. (@ArnaudBarre and @josephsavona in #34715) - Update for Zod v3/v4 compatibility. (@kolian and @josephsavona in #34717)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.