Skip to content

Commit 9433d10

Browse files
chore(deps): update dependency eslint-plugin-react to ^7.31.11 (#1214)
[![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.31.10` -> `^7.31.11`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.31.10/7.31.11) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.11/compatibility-slim/7.31.10)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.11/confidence-slim/7.31.10)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsx-eslint/eslint-plugin-react</summary> ### [`v7.31.11`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;73111---20221117) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.10...v7.31.11) ##### Fixed - \[`jsx-no-target-blank`]: allow ternaries with literals ([#&#8203;3464][] [@&#8203;akulsr0](https://togithub.com/akulsr0)) - \[`no-unknown-property`]: add `inert` attribute ([#&#8203;3484][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`jsx-key`]: detect keys in logical expression and conditional expression ([#&#8203;3490][] [@&#8203;metreniuk](https://togithub.com/metreniuk)) ##### Changed - \[Perf] component detection: improve performance by avoiding traversing parents unnecessarily ([#&#8203;3459][] [@&#8203;golopot](https://togithub.com/golopot)) - \[Docs] `forbid-component-props`: inclusive language w/ allowlist ([#&#8203;3473][] [@&#8203;AndersDJohnson](https://togithub.com/AndersDJohnson)) - \[Docs] automate doc generation with `eslint-doc-generator` ([#&#8203;3469][] [@&#8203;bmish](https://togithub.com/bmish)) [7.31.11]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.10...v7.31.11 [#&#8203;3490]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3490 [#&#8203;3484]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3484 [#&#8203;3473]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3473 [#&#8203;3469]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3469 [#&#8203;3464]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3464 [#&#8203;3459]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3459 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1d53ee commit 9433d10

File tree

2 files changed

+106
-80
lines changed

2 files changed

+106
-80
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"depcheck": "^1.4.3",
3131
"eslint": "^8.27.0",
3232
"eslint-config-prettier": "^8.5.0",
33-
"eslint-plugin-react": "^7.31.10",
33+
"eslint-plugin-react": "^7.31.11",
3434
"eslint-plugin-react-hooks": "^4.6.0",
3535
"execa": "5.1.1",
3636
"inquirer": "8.2.5",

0 commit comments

Comments
 (0)