Skip to content

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
mainfrom
dependabot/npm_and_yarn/apps/desktop/eslint-plugin-react-hooks-7.1.1
Open

Bump eslint-plugin-react-hooks from 7.0.1 to 7.1.1 in /apps/desktop#346
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/desktop/eslint-plugin-react-hooks-7.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2026

Bumps eslint-plugin-react-hooks from 7.0.1 to 7.1.1.

Release notes

Sourced from eslint-plugin-react-hooks's releases.

eslint-plugin-react-hooks@7.1.1 (April 17, 2026)

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

eslint-plugin-react-hooks@7.1.0 (April 16, 2026)

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.1.1

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

7.1.0

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 23, 2026
@dependabot dependabot Bot requested a review from arul28 as a code owner May 23, 2026 02:23
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 23, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
ade Ignored Ignored Preview May 31, 2026 12:08am

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 23, 2026

PR author is in the excluded authors list.

@capy-ai
Copy link
Copy Markdown

capy-ai Bot commented May 23, 2026

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.

Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-factories rule, which broke configs that referenced it. 7.1.1 restores it as a deprecated no-op. This repo’s eslint.config.mjs only enables react-hooks/rules-of-hooks and react-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-hooks is a devDependency and 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 eslint peer to include ^10.0.0; desktop still pins eslint@^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 lint is sufficient confirmation; no new rules are enabled in-repo by this diff alone.
Open in Web View Automation 

Sent by Cursor Automation: BUGBOT in Versic

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/eslint-plugin-react-hooks-7.1.1 branch 5 times, most recently from 8abb5bc to 7c676e2 Compare May 28, 2026 19:59
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>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/desktop/eslint-plugin-react-hooks-7.1.1 branch from 7c676e2 to 772f427 Compare May 31, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants