chore(deps-dev): bump eslint-plugin-react-you-might-not-need-an-effect from 0.5.3 to 0.10.0#114827
Conversation
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>
📊 Type Coverage Diff✅ No new type safety issues introduced. Coverage: 93.40% |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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.
| "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", |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit d5fdd66. Configure here.


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.
... (truncated)
Changelog
Sourced from eslint-plugin-react-you-might-not-need-an-effect's changelog.
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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)