chore(deps): update dependency eslint-plugin-react-hooks to v7 - #216
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency eslint-plugin-react-hooks to v7#216renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
4 times, most recently
from
October 14, 2025 23:33
5850ff2 to
7461769
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
3 times, most recently
from
October 24, 2025 11:48
58de74c to
a728696
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
October 27, 2025 23:35
a728696 to
9825c31
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
December 3, 2025 18:34
9825c31 to
e86d3c6
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
7 times, most recently
from
December 20, 2025 22:07
091ad66 to
679af5f
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
12 times, most recently
from
January 22, 2026 20:41
0d3008b to
7563e7d
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
February 22, 2026 21:42
b741c22 to
3cec1b8
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
March 8, 2026 21:26
3cec1b8 to
681cc69
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
March 22, 2026 20:38
0429941 to
a47c0ee
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
April 5, 2026 21:25
b21b839 to
fe2d3fc
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
April 19, 2026 21:04
b0312ab to
68c1981
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
3 times, most recently
from
April 26, 2026 20:48
8253e40 to
443e2e3
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
May 10, 2026 21:39
497cf51 to
1064a3a
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
May 24, 2026 20:27
7093928 to
dc997ef
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
May 31, 2026 21:17
dc997ef to
42d40e0
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
June 14, 2026 21:48
73a4ebc to
6fbe72a
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
June 21, 2026 20:31
6fbe72a to
e036a0a
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
July 5, 2026 21:37
2f08ab6 to
4e2fc5a
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
July 13, 2026 01:01
4e2fc5a to
786ef26
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
2 times, most recently
from
July 26, 2026 21:49
2ef665a to
83e6f2a
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
August 2, 2026 22:47
83e6f2a to
34b9aa3
Compare
renovate
Bot
force-pushed
the
renovate/major-7-linters
branch
from
August 9, 2026 21:18
34b9aa3 to
d4e5da6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.1.0→7.1.1Release Notes
facebook/react (eslint-plugin-react-hooks)
v7.1.1Compare Source
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.component-hook-factoriesrule for backwards compatibility. (@mofeiZ in #36307)v7.1.0Compare Source
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.useEffectEventchecks in component syntax. (@jbrown215 in #35041)set-state-in-effectvalidation with fewer false negatives. (@jorge-cab in #35134, @josephsavona in #35147, @jackpope in #35214, @chesnokov-tony in #35419, @jsleitor in #36107)v7.0.1Compare Source
useEffectEventvalues as JSX props to guard against accidental propagation. (#34820 by @jf-eirinha)export =so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @karlhorky)configs.flatso theconfigsexport is always defined. (#34950 by @poteto)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)v6.1.1Compare Source
Note: 6.1.0 accidentally allowed use of
recommendedwithout flat config, causing errors when used with ESLint v9'sdefineConfig()helper. This has been fixed in 6.1.1.recommendedconfig for flat config compatibility. Therecommendedconfig has been converted to flat config format. Non-flat config users should userecommended-legacyinstead. (@poteto in #34700)recommended-latestandrecommended-latest-legacyconfigs that include React Compiler rules. (@poteto in #34675)NoUnusedOptOutDirectivesrule. (@poteto in #34703)hermes-parserand dependency. (@poteto in #34719)@babel/plugin-proposal-private-methodsdependency. (@ArnaudBarre and @josephsavona in #34715)Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.