chore(deps): update dependency eslint-plugin-react to v7.31.5 #74

Merged
renovate[bot] merged 1 commit from renovate/eslint-plugin-react-7.x into main 2022-09-04 17:11:53 +00:00
renovate[bot] commented 2022-09-03 18:48:52 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.30.1 -> 7.31.5 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react

v7.31.5

Compare Source

Fixed
  • [no-unknown-property]: add properties onToggle, fill, as, and pointer events (#​3385 @​sjarva)
  • [no-unknown-property]: add defaultChecked property (#​3385 @​sjarva)
  • [no-unknown-property]: add touch and media event related properties (#​3385 @​sjarva)
  • [no-unknown-property]: children is always an acceptable prop; iframes have scrolling; video has playsInline (#​3385 @​ljharb)

v7.31.4

Compare Source

Fixed

v7.31.3

Compare Source

Fixed

v7.31.2

Compare Source

Fixed
Changed
  • [Docs] [jsx-sort-props]: replace ref string with ref variable (#​3375 @​Luccasoli)
  • [Refactor] [no-unknown-property]: improve jsdoc; extract logic to separate functions (#​3377 @​sjarva)
  • [Refactor] [no-unknown-property]: update DOM properties to include also one word properties (#​3377 @​sjarva)

v7.31.1

Compare Source

Fixed

v7.31.0

Compare Source

Added
Fixed
Changed

v7.30.2

Compare Source


Configuration

📅 Schedule: Branch creation - "on friday" (UTC), 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

[![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.30.1` -> `7.31.5`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.30.1/7.31.5) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.5/compatibility-slim/7.30.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.5/confidence-slim/7.30.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsx-eslint/eslint-plugin-react</summary> ### [`v7.31.5`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7315---20220903) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.4...v7.31.5) ##### Fixed - \[`no-unknown-property`]: add properties `onToggle`, `fill`, `as`, and pointer events ([#&#8203;3385][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: add `defaultChecked` property ([#&#8203;3385][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: add touch and media event related properties ([#&#8203;3385][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: `children` is always an acceptable prop; iframes have `scrolling`; video has `playsInline` ([#&#8203;3385][] [@&#8203;ljharb](https://togithub.com/ljharb)) [7.31.5]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.4...v7.31.5 [#&#8203;3385]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3385 ### [`v7.31.4`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7314---20220903) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.3...v7.31.4) ##### Fixed - \[`no-unknown-property`]: support `checked` on inputs ([#&#8203;3383][] [@&#8203;ljharb](https://togithub.com/ljharb)) [#&#8203;3383]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3383 [7.31.4]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.3...v7.31.4 ### [`v7.31.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7313---20220902) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.2...v7.31.3) ##### Fixed - \[`no-unknown-property`]: add SVG and meta properties ([#&#8203;3381][] [@&#8203;AhmadMayo](https://togithub.com/AhmadMayo)) [7.31.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.2...v7.31.3 [#&#8203;3381]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3381 ### [`v7.31.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7312---20220902) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.1...v7.31.2) ##### Fixed - \[`jsx-key`]: avoid a crash with optional chaining ([#&#8203;3371][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`jsx-sort-props`]: avoid a crash with spread props ([#&#8203;3376][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: properly recognize valid data- and aria- attributes ([#&#8203;3377][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: properly recognize unknown HTML/DOM attributes ([#&#8203;3377][] [@&#8203;sjarva](https://togithub.com/sjarva)) ##### Changed - \[Docs] \[`jsx-sort-props`]: replace ref string with ref variable ([#&#8203;3375][] [@&#8203;Luccasoli](https://togithub.com/Luccasoli)) - \[Refactor] \[`no-unknown-property`]: improve jsdoc; extract logic to separate functions ([#&#8203;3377][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[Refactor] \[`no-unknown-property`]: update DOM properties to include also one word properties ([#&#8203;3377][] [@&#8203;sjarva](https://togithub.com/sjarva)) [7.31.2]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.1...v7.31.2 [#&#8203;3377]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3377 [#&#8203;3376]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3376 [#&#8203;3375]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3375 [#&#8203;3371]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3371 ### [`v7.31.1`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7311---20220826) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.0...v7.31.1) ##### Fixed - \[`jsx-key`]: fix detecting missing key in `Array.from`'s mapping function ([#&#8203;3369][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`jsx-no-leaked-render`]: coerce strategy now allows a ternary ([#&#8203;3370][] [@&#8203;sjarva](https://togithub.com/sjarva)) [7.31.1]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.0...v7.31.1 [#&#8203;3370]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3370 [#&#8203;3369]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3369 ### [`v7.31.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7310---20220824) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.2...v7.31.0) ##### Added - \[`jsx-newline`]: add `allowMultiline` option when prevent option is true ([#&#8203;3311][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) - \[`forbid-dom-props`]: add `disallowedFor` option ([#&#8203;3338][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) ##### Fixed - \[`jsx-no-literals`]: properly error on children with noAttributeStrings: true ([#&#8203;3317][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) - \[`jsx-key`]: catch key errors inside conditional statements ([#&#8203;3320][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) - \[`display-name`]: Accept forwardRef and Memo nesting in newer React versions ([#&#8203;3321][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) - \[`jsx-key`]: avoid a crash from optional chaining from [#&#8203;3320][] ([#&#8203;3327][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`jsx-key`]: avoid a crash on a non-array node.body from [#&#8203;3320][] ([#&#8203;3328][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`display-name`]: fix false positive for assignment of function returning null ([#&#8203;3331][] [@&#8203;apbarrero](https://togithub.com/apbarrero)) - \[`display-name`]: fix identifying `_` as a capital letter ([#&#8203;3335][] [@&#8203;apbarrero](https://togithub.com/apbarrero)) - \[`require-default-props`]: avoid a crash when function has no props param ([#&#8203;3350][] [@&#8203;noahnu](https://togithub.com/noahnu)) - \[`display-name`], component detection: fix HOF returning null as Components ([#&#8203;3347][] [@&#8203;jxm-math](https://togithub.com/jxm-math)) - \[`forbid-prop-types`]: Ignore objects that are not of type React.PropTypes ([#&#8203;3326][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) - \[`display-name`], component detection: fix false positive for HOF returning only nulls and literals ([#&#8203;3305][] [@&#8203;golopot](https://togithub.com/golopot)) - \[`jsx-no-target-blank`]: False negative when rel attribute is assigned using ConditionalExpression ([#&#8203;3332][] [@&#8203;V2dha](https://togithub.com/V2dha)) - \[`jsx-no-leaked-render`]: autofix nested "&&" logical expressions ([#&#8203;3353][] [@&#8203;hduprat](https://togithub.com/hduprat)) - \[`jsx-sort-props`]: sorted attributes now respect comments ([#&#8203;3358][] [@&#8203;ROSSROSALES](https://togithub.com/ROSSROSALES)) ##### Changed - \[Refactor] \[`jsx-indent-props`]: improved readability of the checkNodesIndent function ([#&#8203;3315][] [@&#8203;caroline223](https://togithub.com/caroline223)) - \[Tests] \[`jsx-indent`], \[`jsx-one-expression-per-line`]: add passing test cases ([#&#8203;3314][] [@&#8203;ROSSROSALES](https://togithub.com/ROSSROSALES)) - \[Refactor] `boolean-prop-naming`, `jsx-indent`: avoid assigning to arguments ([#&#8203;3316][] [@&#8203;caroline223](https://togithub.com/caroline223)) - \[Docs] \[`sort-comp`]: add class component examples ([#&#8203;3339][] [@&#8203;maurer2](https://togithub.com/maurer2)) - \[Docs] \[`jsx-no-useless-fragment`]: add more examples of correct code ([#&#8203;3349][] [@&#8203;karlhorky](https://togithub.com/karlhorky)) - \[Docs] \[`jsx-boolean-value`]: add jsdoc types for helper functions ([#&#8203;3344][] [@&#8203;caroline223](https://togithub.com/caroline223)) - \[readme] remove dead codeclimate badge, add actions badge ([@&#8203;ljharb](https://togithub.com/ljharb)) - \[readme] Remove dead david-dm badge ([#&#8203;3262][] [@&#8203;ddzz](https://togithub.com/ddzz)) - \[Refactor] \[`jsx-closing-bracket-location`], \[`jsx-no-bind`]: fix eslint issues ([#&#8203;3351][] [@&#8203;caroline223](https://togithub.com/caroline223)) - \[Tests] \[`function-component-definition`]: add passing test cases ([#&#8203;3355][] [@&#8203;TildaDares](https://togithub.com/TildaDares)) - \[Docs] \[`jsx-no-target-blank`]: Fix link to link-type-noreferrer ([#&#8203;3319][] [@&#8203;Luccasoli](https://togithub.com/Luccasoli)) - \[Docs] document which rules provide suggestions ([#&#8203;3359][], [#&#8203;3365][] [@&#8203;bmish](https://togithub.com/bmish)) - \[Docs] Consistent rule descriptions and doc sections ([#&#8203;3361][] [@&#8203;bmish](https://togithub.com/bmish)) - \[Docs] Standardize deprecated rule notice ([#&#8203;3364][] [@&#8203;bmish](https://togithub.com/bmish)) - \[Docs] Fix typos ([#&#8203;3366][] [@&#8203;bmish](https://togithub.com/bmish)) - \[Docs] Add markdownlint for documentation formatting consistency ([#&#8203;3367][] [@&#8203;bmish](https://togithub.com/bmish)) - \[Docs] Add config notice to rule docs ([#&#8203;3362][] [@&#8203;bmish](https://togithub.com/bmish)) [7.31.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.0 [#&#8203;3367]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3367 [#&#8203;3366]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3366 [#&#8203;3365]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3365 [#&#8203;3364]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3364 [#&#8203;3362]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3362 [#&#8203;3361]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3361 [#&#8203;3359]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3359 [#&#8203;3358]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3358 [#&#8203;3355]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3355 [#&#8203;3353]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3353 [#&#8203;3351]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3351 [#&#8203;3350]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3350 [#&#8203;3349]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3349 [#&#8203;3347]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3347 [#&#8203;3344]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3344 [#&#8203;3339]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3339 [#&#8203;3338]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3338 [#&#8203;3335]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3335 [#&#8203;3332]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3332 [#&#8203;3331]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3331 [#&#8203;3328]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3328 [#&#8203;3327]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3327 [#&#8203;3326]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3326 [#&#8203;3321]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3321 [#&#8203;3320]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3320 [#&#8203;3319]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3319 [#&#8203;3317]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3317 [#&#8203;3316]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3316 [#&#8203;3315]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3315 [#&#8203;3314]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3314 [#&#8203;3311]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3311 [#&#8203;3305]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3305 [#&#8203;3262]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3262 ### [`v7.30.2`](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.30.2) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.30.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on friday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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/mcataford/rss-reader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xODkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE4OS4wIn0=-->
github-actions[bot] commented 2022-09-03 18:53:19 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://6313a299b38a954a8022c8fc--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://6313a299b38a954a8022c8fc--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-09-04 06:22:26 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://6314441ed8aeff2c5333fce2--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://6314441ed8aeff2c5333fce2--sleepy-shaw-d8efec.netlify.app
mcataford (Migrated from github.com) approved these changes 2022-09-04 17:11:48 +00:00
Sign in to join this conversation.
No description provided.