Bump eslint-plugin-react-hooks from 6.0.0-rc.2 to 7.0.1#60919
Bump eslint-plugin-react-hooks from 6.0.0-rc.2 to 7.0.1#60919
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Need to investigate if preserve-manual-memoization is still noisy after the update (#59134). teleport/web/packages/build/eslint.config.mjs Lines 153 to 164 in 2b86a9e |
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 6.0.0-rc.2 to 7.0.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
d225c23 to
3279701
Compare
| "eslint-plugin-jest-dom": "^5.5.0", | ||
| "eslint-plugin-react": "^7.37.5", | ||
| "eslint-plugin-react-hooks": "6.0.0-rc.2", | ||
| "eslint-plugin-react-hooks": "7.0.1", |
There was a problem hiding this comment.
preserve-manual-memoization is still noisy, so I'm not re-enabling it.
I check if it's noisy by turning it into a warning, restarting my LSP and then checking if it shows a big warning throughout this function:
It seems that the problem is pageToken. React Compiler thinks it can be mutated later. I guess it's true but I don't see how it's different from other deps in this callback.
Someone made an issue about it: facebook/react#34924
Bumps eslint-plugin-react-hooks from 6.0.0-rc.2 to 7.0.1.
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)