Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-react to ^7.31.11 (#1214)
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.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>
  • Loading branch information
renovate[bot] committed Nov 21, 2022
1 parent a1d53ee commit 9433d10
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 80 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depcheck": "^1.4.3",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "5.1.1",
"inquirer": "8.2.5",
Expand Down

0 comments on commit 9433d10

Please sign in to comment.