chore(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1 - #307
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-dev): bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1#307dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.2.0 to 7.1.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@7.1.1/packages/eslint-plugin-react-hooks) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.1.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bun/eslint-plugin-react-hooks-7.1.1
branch
from
August 11, 2026 00:38
31d30e0 to
1baf37d
Compare
BcKmini
added a commit
that referenced
this pull request
Aug 11, 2026
* fix: 새 ESLint 규칙(@eslint/js 10) 대응 — 사용 안 하는 대입 제거 WorkInboxTargetList.tsx의 nextIndex 초기값이 모든 분기에서 재대입되거나 return으로 빠져나가 실제로 쓰이지 않던 것을 no-useless-assignment 규칙이 잡음 * chore(deps-dev): @eslint/js 10, eslint-plugin-react-hooks 7 로 업그레이드 eslint-plugin-react-hooks v6+ recommended는 React Compiler 전제 규칙(set-state-in-effect, refs, preserve-manual-memoization 등 14개)을 대거 포함하는데, 이 프로젝트는 React Compiler를 쓰지 않고 useApiQuery 등 fetch-then-setState 패턴을 전역에서 쓰고 있어서 그대로 켜면 10개 파일에서 오탐(false positive)이 남. rules-of-hooks/exhaustive-deps 두 개만 명시적으로 켜서 기존 동작은 유지하면서 새 버전으로 업그레이드. resolves dependabot #303, #307
Member
|
#308에서 같은 버전 업그레이드 + eslint.config.js 규칙 범위 조정을 함께 반영해서 병합했습니다. |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dependabot
Bot
deleted the
dependabot/bun/eslint-plugin-react-hooks-7.1.1
branch
August 11, 2026 00:53
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.
Bumps eslint-plugin-react-hooks from 5.2.0 to 7.1.1.
Release notes
Sourced from eslint-plugin-react-hooks's releases.
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
... (truncated)
Commits