[Snyk] Upgrade eslint-plugin-react-hooks from 4.6.2 to 5.2.0#8
Open
Dustin4444 wants to merge 1 commit intomainfrom
Open
[Snyk] Upgrade eslint-plugin-react-hooks from 4.6.2 to 5.2.0#8Dustin4444 wants to merge 1 commit intomainfrom
Dustin4444 wants to merge 1 commit intomainfrom
Conversation
Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.6.2 to 5.2.0. See this package in npm: eslint-plugin-react-hooks See this project in Snyk: https://app.snyk.io/org/dustin4444/project/5bb01855-7bcf-496e-b417-279d2dee5359?utm_source=github&utm_medium=referral&page=upgrade-pr
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Snyk has created this PR to upgrade eslint-plugin-react-hooks from 4.6.2 to 5.2.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 662 versions ahead of your current version.
The recommended version was released 8 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-BRACES-6838727
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-VITE-9512410
SNYK-JS-VITE-9653016
SNYK-JS-BABELHELPERS-9397697
SNYK-JS-MICROMATCH-6838728
SNYK-JS-NANOID-8492085
SNYK-JS-ROLLUP-8073097
SNYK-JS-VITE-8023174
SNYK-JS-VITE-8648411
SNYK-JS-VITE-9576207
SNYK-JS-VITE-9685035
SNYK-JS-VITE-9919777
SNYK-JS-BRACEEXPANSION-9789073
SNYK-JS-BRACEEXPANSION-9789073
SNYK-JS-VITE-12558116
SNYK-JS-VITE-8022916
Release notes
Package name: eslint-plugin-react-hooks
This release only contains
eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were added.eslint-plugin-react-hooks_Buttonor_componentare no longer valid. (@ kassens) in #25162For example, in
_Componentshould be renamed toComponent.useActionStatestable. (@ eps1lon in #29665)asexpression in callback. (@ StyleShit in #28202)asexpressions in deps array. (@ StyleShit in #28189)React.use()the same asuse(). (@ kassens in #27769)use()lint to non-experimental. (@ kassens in #27768)asexpressions. (@ cpojer in #27590)useEffect(fn, undefined). (@ kassens in #27525)useEventtouseEffectEvent. (@ sebmarkbage in #25881)useEventfunctions in dependency lists. (@ poteto in #25512)useEventreferences instead. (@ poteto in #25319)RulesOfHookswithuseEventrules. (@ poteto in #25285)