Skip to content

chore(deps-dev): bump eslint-plugin-react-you-might-not-need-an-effect from 0.5.3 to 0.10.0#114827

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-react-you-might-not-need-an-effect-0.10.0
Open

chore(deps-dev): bump eslint-plugin-react-you-might-not-need-an-effect from 0.5.3 to 0.10.0#114827
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-react-you-might-not-need-an-effect-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps eslint-plugin-react-you-might-not-need-an-effect from 0.5.3 to 0.10.0.

Release notes

Sourced from eslint-plugin-react-you-might-not-need-an-effect's releases.

v0.10.0

0.10.0 (2026-05-02)

⚠ BREAKING CHANGES

  • no-empty-effect: remove rule (#67)

Features

v0.9.3

0.9.3 (2026-04-08)

Refactors

  • build: use tsdown, add publish validation (cc2101a)

Miscellaneous Chores

v0.9.2

0.9.2 (2026-03-03)

Bug Fixes

  • dont consider calls to be prop callbacks when they merely receive a prop arg (3feb48f)

v0.9.1

0.9.1 (2026-02-15)

Bug Fixes

  • types: type the recommended strict configs (e65513d)

v0.9.0

0.9.0 (2026-02-14)

⚠ BREAKING CHANGES

  • no-pass-ref-to-parent: remove rule

Features

  • no-pass-ref-to-parent: remove rule (8428e47)

... (truncated)

Changelog

Sourced from eslint-plugin-react-you-might-not-need-an-effect's changelog.

0.10.0 (2026-05-02)

⚠ BREAKING CHANGES

  • no-empty-effect: remove rule (#67)

Features

0.9.3 (2026-04-08)

Refactors

  • build: use tsdown, add publish validation (cc2101a)

Miscellaneous Chores

0.9.2 (2026-03-03)

Bug Fixes

  • dont consider calls to be prop callbacks when they merely receive a prop arg (3feb48f)

0.9.1 (2026-02-15)

Bug Fixes

  • types: type the recommended strict configs (e65513d)

0.9.0 (2026-02-14)

⚠ BREAKING CHANGES

  • no-pass-ref-to-parent: remove rule

Features

  • no-pass-ref-to-parent: remove rule (8428e47)
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-react-you-might-not-need-an-effect since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-react-you-might-not-need-an-effect](https://github.com/nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect) from 0.5.3 to 0.10.0.
- [Release notes](https://github.com/nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect/releases)
- [Changelog](https://github.com/nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect/commits/v0.10.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-you-might-not-need-an-effect
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 5, 2026 01:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 5, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 5, 2026

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.40%

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.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit d5fdd66. Configure here.

Comment thread package.json
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "6.1.0",
"eslint-plugin-react-you-might-not-need-an-effect": "0.5.3",
"eslint-plugin-react-you-might-not-need-an-effect": "0.10.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Removed rule reference will break ESLint execution

High Severity

Bumping eslint-plugin-react-you-might-not-need-an-effect to 0.10.0 removes the no-empty-effect rule (per the release notes' breaking changes), but eslint.config.ts still configures react-you-might-not-need-an-effect/no-empty-effect at line 941. ESLint throws an error when a configured rule doesn't exist in its plugin, even when set to 'off', so this will cause all ESLint runs to fail.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit d5fdd66. Configure here.

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 Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants