Skip to content

Commit

Permalink
Update dependency eslint-plugin-react to v7.34.4 (#2264)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint-plugin-react](https://togithub.com/jsx-eslint/eslint-plugin-react) | [`7.34.3` -> `7.34.4`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.34.1/7.34.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react/7.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react/7.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react/7.34.1/7.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react/7.34.1/7.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary>

### [`v7.34.4`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7344---20240713)

[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4)

##### Fixed

-   \[`prop-types`]: fix `className` missing in prop validation false negative ([#&#8203;3749] [@&#8203;akulsr0](https://togithub.com/akulsr0))
-   \[`sort-prop-types`]: Check for undefined before accessing `node.typeAnnotation.typeAnnotation` ([#&#8203;3779] [@&#8203;tylerlaprade](https://togithub.com/tylerlaprade))

[7.34.4]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4

[#&#8203;3779]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3779

[#&#8203;3749]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3749

### [`v7.34.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618)

[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3)

##### Fixed

-   \[`prop-types`]: null-check rootNode before calling getScope ([#&#8203;3762][] [@&#8203;crnhrv](https://togithub.com/crnhrv))
-   \[`boolean-prop-naming`]: avoid a crash with a spread prop ([#&#8203;3733][] [@&#8203;ljharb](https://togithub.com/ljharb))
-   \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#&#8203;3757][] [@&#8203;6uliver](https://togithub.com/6uliver))
-   \[`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#&#8203;3768][] [@&#8203;JulienR1](https://togithub.com/JulienR1))
-   \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#&#8203;3769][] [@&#8203;akulsr0](https://togithub.com/akulsr0))

[7.34.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3

[#&#8203;3769]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3769

[#&#8203;3768]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3768

[#&#8203;3762]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3762

[#&#8203;3757]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3757

[#&#8203;3733]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3733

### [`v7.34.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.2)

[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2)

##### Fixed

-   [`boolean-prop-naming`][boolean-prop-naming]: avoid a crash with a non-TSTypeReference type ([#&#8203;3718][] [@&#8203;developer-bandi](https://togithub.com/developer-bandi))
-   [`jsx-no-leaked-render`][jsx-no-leaked-render]: invalid report if left side is boolean ([#&#8203;3746][] [@&#8203;akulsr0](https://togithub.com/akulsr0))
-   [`jsx-closing-bracket-location`][jsx-closing-bracket-location]: message shows `{{details}}` when there are no details ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic))
-   [`no-invalid-html-attribute`][no-invalid-html-attribute]: ensure error messages are correct ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic), [@&#8203;ljharb](https://togithub.com/ljharb))

##### Changed

-   \[Refactor] create various eslint utils to fix eslint deprecations ([#&#8203;3759][] [@&#8203;mdjermanovic](https://togithub.com/mdjermanovic), [@&#8203;ljharb](https://togithub.com/ljharb))

[7.34.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2

[#&#8203;3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759

[#&#8203;3746]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3746

[#&#8203;3718]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3718

[`boolean-prop-naming`]: docs/rules/boolean-prop-naming.md

[`jsx-no-leaked-render`]: docs/rules/jsx-no-leaked-render.md

[`jsx-closing-bracket-location`]: docs/rules/jsx-closing-bracket-location.md

[`no-invalid-html-attribute`]: docs/rules/no-invalid-html-attribute.md

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent fc930a4 commit c443f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.7.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-react-hooks": "4.6.2",
"event-stream": "4.0.1",
"execa": "9.3.0",
Expand Down

0 comments on commit c443f0e

Please sign in to comment.