Skip to content

Commit c4a098e

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v5 (#6483)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-react-hooks](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)) | [`^4.6.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/4.6.2/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react-hooks/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react-hooks/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react-hooks/4.6.2/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react-hooks/4.6.2/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/react (eslint-plugin-react-hooks)</summary> ### [`v5.0.0`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/facebook/react/compare/a87edf62d7d69705ddbcec9a24f0780b3db7535f...eslint-plugin-react-hooks@5.0.0) - **New Violations:** Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means `_Button` or `_component` are no longer valid. ([@&#8203;kassens](https://redirect.github.com/kassens)) in [#&#8203;25162](https://redirect.github.com/facebook/react/pull/25162) <!----> - Consider dispatch from `useActionState` stable. ([@&#8203;eps1lon](https://redirect.github.com/eps1lon) in [#&#8203;29665](https://redirect.github.com/facebook/react/pull/29665)) - Add support for ESLint v9. ([@&#8203;eps1lon](https://redirect.github.com/eps1lon) in [#&#8203;28773](https://redirect.github.com/facebook/react/pull/28773)) - Accept `as` expression in callback. ([@&#8203;StyleShit](https://redirect.github.com/StyleShit) in [#&#8203;28202](https://redirect.github.com/facebook/react/pull/28202)) - Accept `as` expressions in deps array. ([@&#8203;StyleShit](https://redirect.github.com/StyleShit) in [#&#8203;28189](https://redirect.github.com/facebook/react/pull/28189)) - Treat `React.use()` the same as `use()`. ([@&#8203;kassens](https://redirect.github.com/kassens) in [#&#8203;27769](https://redirect.github.com/facebook/react/pull/27769)) - Move `use()` lint to non-experimental. ([@&#8203;kassens](https://redirect.github.com/kassens) in [#&#8203;27768](https://redirect.github.com/facebook/react/pull/27768)) - Support Flow `as` expressions. ([@&#8203;cpojer](https://redirect.github.com/cpojer) in [#&#8203;27590](https://redirect.github.com/facebook/react/pull/27590)) - Allow `useEffect(fn, undefined)`. ([@&#8203;kassens](https://redirect.github.com/kassens) in [#&#8203;27525](https://redirect.github.com/facebook/react/pull/27525)) - Disallow hooks in async functions. ([@&#8203;acdlite](https://redirect.github.com/acdlite) in [#&#8203;27045](https://redirect.github.com/facebook/react/pull/27045)) - Rename experimental `useEvent` to `useEffectEvent`. ([@&#8203;sebmarkbage](https://redirect.github.com/sebmarkbage) in [#&#8203;25881](https://redirect.github.com/facebook/react/pull/25881)) - Lint for presence of `useEvent` functions in dependency lists. ([@&#8203;poteto](https://redirect.github.com/poteto) in [#&#8203;25512](https://redirect.github.com/facebook/react/pull/25512)) - Check `useEvent` references instead. ([@&#8203;poteto](https://redirect.github.com/poteto) in [#&#8203;25319](https://redirect.github.com/facebook/react/pull/25319)) - Update `RulesOfHooks` with `useEvent` rules. ([@&#8203;poteto](https://redirect.github.com/poteto) in [#&#8203;25285](https://redirect.github.com/facebook/react/pull/25285)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13f38df commit c4a098e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

examples/remix-ts/package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/remix-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-import": "^2.28.1",
3434
"eslint-plugin-jsx-a11y": "^6.7.1",
3535
"eslint-plugin-react": "^7.33.2",
36-
"eslint-plugin-react-hooks": "^4.6.0",
36+
"eslint-plugin-react-hooks": "^5.0.0",
3737
"typescript": "^5.1.6",
3838
"vite": "^5.1.0",
3939
"vite-tsconfig-paths": "^5.0.0"

0 commit comments

Comments
 (0)