Skip to content

Commit 3a061af

Browse files
chore(deps): update dependency eslint-plugin-react-hooks to v7.0.1 (#831)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [eslint-plugin-react-hooks](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)) | [`7.0.0` -> `7.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-react-hooks/7.0.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react-hooks/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react-hooks/7.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>facebook/react (eslint-plugin-react-hooks)</summary> ### [`v7.0.1`](https://redirect.github.com/facebook/react/blob/HEAD/packages/eslint-plugin-react-hooks/CHANGELOG.md#701) [Compare Source](https://redirect.github.com/facebook/react/compare/4b3e662e4ce54eb54a8701c48a967cc84a389501...408b38ef7304faf022d2a37110c57efce12c6bad) - Disallowed passing inline `useEffectEvent` values as JSX props to guard against accidental propagation. ([#&#8203;34820](https://redirect.github.com/facebook/react/pull/34820) by [@&#8203;jf-eirinha](https://redirect.github.com/jf-eirinha)) - Switch to `export =` so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. ([#&#8203;34949](https://redirect.github.com/facebook/react/pull/34949) by [@&#8203;karlhorky](https://redirect.github.com/karlhorky)) - Tightened the typing of `configs.flat` so the `configs` export is always defined. ([#&#8203;34950](https://redirect.github.com/facebook/react/pull/34950) by [@&#8203;poteto](https://redirect.github.com/poteto)) - Fix named import runtime errors. ([#&#8203;34951](https://redirect.github.com/facebook/react/pull/34951), [#&#8203;34953](https://redirect.github.com/facebook/react/pull/34953) by [@&#8203;karlhorky](https://redirect.github.com/karlhorky)) </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/get-convex/convex-helpers). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91dcb2e commit 3a061af

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"convex-test": "0.0.38",
5555
"eslint": "9.38.0",
5656
"eslint-plugin-react": "7.37.5",
57-
"eslint-plugin-react-hooks": "7.0.0",
57+
"eslint-plugin-react-hooks": "7.0.1",
5858
"globals": "16.4.0",
5959
"jsdom": "26.1.0",
6060
"npm-run-all2": "8.0.4",

0 commit comments

Comments
 (0)