Bump eslint-plugin-react-hooks from 7.0.1 to 7.1.1 in /apps/desktop#346
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
|
PR author is in the excluded authors list. |
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
Contributor
There was a problem hiding this comment.
PR Review
Scope: 2 file(s), +6 / −6
Verdict: Looks good
Dependabot bumps eslint-plugin-react-hooks from 7.0.1 to 7.1.1 in apps/desktop devDependencies and refreshes the lockfile integrity hash. The change is limited to lint tooling; it does not touch renderer, main-process, or IPC code.
Notes
- 7.1.1 is a compatibility fix: 7.1.0 removed the
component-hook-factoriesrule, which broke configs that referenced it. 7.1.1 restores it as a deprecated no-op. This repo’seslint.config.mjsonly enablesreact-hooks/rules-of-hooksandreact-hooks/exhaustive-deps, so the 7.1.0 breakage would not have applied here anyway; 7.1.1 is still the right target. - Runtime impact:
eslint-plugin-react-hooksis adevDependencyand is not part of the shipped Electron bundle, so there is no user-visible, auth, or data-path change from this bump. - Peer range: The lockfile update widens the plugin’s
eslintpeer to include^10.0.0; desktop still pinseslint@^8.57.1, which remains satisfied. - Dependency hygiene: Maintained by the React team (MIT). No new transitive runtime packages beyond the version swap in the lockfile.
- CI: If lint runs on this branch, a green
npm --prefix apps/desktop run lintis sufficient confirmation; no new rules are enabled in-repo by this diff alone.
Sent by Cursor Automation: BUGBOT in Versic
8abb5bc to
7c676e2
Compare
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 7.0.1 to 7.1.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/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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
7c676e2 to
772f427
Compare
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 7.0.1 to 7.1.1.
Release notes
Sourced from eslint-plugin-react-hooks's releases.
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
Commits