Bump eslint-plugin-react-hooks from 5.2.0 to 7.1.1 in /PanTS-Demo - #169
Merged
aperson30 merged 1 commit intoAug 30, 2026
Merged
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/npm_and_yarn/PanTS-Demo/eslint-plugin-react-hooks-7.1.1
branch
from
August 21, 2026 16:21
5906047 to
42d9686
Compare
aperson30
self-requested a review
August 30, 2026 07:25
aperson30
approved these changes
Aug 30, 2026
dependabot
Bot
deleted the
dependabot/npm_and_yarn/PanTS-Demo/eslint-plugin-react-hooks-7.1.1
branch
August 30, 2026 07:25
This was referenced Aug 31, 2026
andyy-yang
added a commit
that referenced
this pull request
Sep 1, 2026
Since #169 bumped eslint-plugin-react-hooks 5->7, npm run lint has crashed before linting anything: the config referenced configs['recommended-latest'], which v7 ships in legacy eslintrc shape (plugins as a string array) that ESLint 9 flat config refuses to load. CI stayed green because the lint step is advisory, so the crash was invisible. Point the config at configs.flat['recommended'] and downgrade the six rules v7 promoted from the React Compiler (refs, set-state-in-effect, immutability, purity, preserve-manual-memoization, static-components) to warnings: they fire 316 times on current code, and adopting them is a deliberate cleanup, not a dependency-bump side effect. Lint now exits 0 with the findings visible as warnings. No rule that previously ran was removed; typecheck/tests/build unchanged.
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