chore(deps): update dependency eslint-plugin-react to v7.31.8 #79

Merged
renovate[bot] merged 1 commit from renovate/eslint-plugin-react-7.x into main 2022-09-28 17:15:07 +00:00
renovate[bot] commented 2022-09-09 08:12:08 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

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

Release Notes

jsx-eslint/eslint-plugin-react

v7.31.8

Compare Source

Fixed
Changed

v7.31.7

Compare Source

Fixed

v7.31.6

Compare Source

Fixed
  • [no-unknown-property]: onError and onLoad both work on img and script (#​3388 @​ljharb)
  • [no-unknown-property]: data-* attributes can have numbers (#​3390 @​sjarva)
  • [no-unknown-property]: add more audio/video attributes (#​3390 @​sjarva)
  • [no-unknown-property]: move allowfullscreen to case ignored attributes (#​3390 @​sjarva)
  • [no-unknown-property]: fill works on line, mask, and use elements (#​3390 @​sjarva)
  • [no-unknown-property]: add onMouseMoveCapture as valid react-specific attribute (#​3390 @​sjarva)
  • [no-unknown-property]: make onLoad and onError be accepted on more elements (#​3390 @​sjarva)
Changed
  • [Docs] [no-unknown-property]: add a mention about using ignores properties with libraries that add props (#​3390 @​sjarva)

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.31.5` -> `7.31.8`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.31.5/7.31.8) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.8/compatibility-slim/7.31.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-react/7.31.8/confidence-slim/7.31.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jsx-eslint/eslint-plugin-react</summary> ### [`v7.31.8`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7318---20220908) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.7...v7.31.8) ##### Fixed - \[`no-unknown-property`]: add `viewBox` on `marker` ([#&#8203;3416][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: add `noModule` on `script` ([#&#8203;3414][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: allow `onLoad` on `<object>` ([#&#8203;3415][] [@&#8203;OleksiiKachan](https://togithub.com/OleksiiKachan)) - \[`no-multi-comp`]: do not detect a function property returning only null as a component ([#&#8203;3412][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: allow `abbr` on `<th>` and `<td>` ([#&#8203;3419][] [@&#8203;OleksiiKachan](https://togithub.com/OleksiiKachan)) - \[`no-unknown-property`]: add `viewBox` for `pattern`, `symbol`, `view` ([#&#8203;3424][] [@&#8203;MNBuyskih](https://togithub.com/MNBuyskih)) - \[`no-unknown-property`]: add `align` on all the tags that support it ([#&#8203;3425][] [@&#8203;ljharb](https://togithub.com/ljharb)) ##### Changed - \[meta] npmignore markdownlint config ([#&#8203;3413][] [@&#8203;jorrit](https://togithub.com/jorrit)) [7.31.8]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.7...v7.31.8 [#&#8203;3425]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3425 [#&#8203;3424]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3424 [#&#8203;3419]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3419 [#&#8203;3416]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3416 [#&#8203;3415]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3415 [#&#8203;3414]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3414 [#&#8203;3413]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3413 [#&#8203;3412]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3412 ### [`v7.31.7`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7317---20220905) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.6...v7.31.7) ##### Fixed - \[`no-unknown-property`]: avoid warning on `fbt` nodes entirely ([#&#8203;3391][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: add `download` property support for `a` and `area` ([#&#8203;3394][] [@&#8203;HJain13](https://togithub.com/HJain13)) - \[`no-unknown-property`]: allow `webkitAllowFullScreen` and `mozAllowFullScreen` ([#&#8203;3396][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: `controlsList`, not `controlList` ([#&#8203;3397][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: add more capture event properties ([#&#8203;3402][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: Add more one word properties found in DefinitelyTyped's react/index.d.ts ([#&#8203;3402][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: Mark onLoad/onError as supported on iframes ([#&#8203;3398][] [@&#8203;maiis](https://togithub.com/maiis), [#&#8203;3406][] [@&#8203;akx](https://togithub.com/akx)) - \[`no-unknown-property`]: allow `imageSrcSet` and `imageSizes` attributes on `<link>` ([#&#8203;3407][] [@&#8203;terrymun](https://togithub.com/terrymun)) - \[`no-unknown-property`]: add `border`; `focusable` on `<svg>` ([#&#8203;3404][] [#&#8203;3404][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: React lowercases `data-` attrs ([#&#8203;3395][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: add `valign` on table components ([#&#8203;3389][] [@&#8203;ljharb](https://togithub.com/ljharb)) [7.31.7]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.6...v7.31.7 [#&#8203;3407]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3407 [#&#8203;3406]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3406 [#&#8203;3405]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3405 [#&#8203;3404]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3404 [#&#8203;3402]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3402 [#&#8203;3398]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3398 [#&#8203;3397]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3397 [#&#8203;3396]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3396 [#&#8203;3395]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3395 [#&#8203;3394]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3394 [#&#8203;3391]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3391 [#&#8203;3389]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3389 ### [`v7.31.6`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#&#8203;7316---20220904) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.5...v7.31.6) ##### Fixed - \[`no-unknown-property`]: `onError` and `onLoad` both work on `img` and `script` ([#&#8203;3388][] [@&#8203;ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: data-\* attributes can have numbers ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: add more audio/video attributes ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: move allowfullscreen to case ignored attributes ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: fill works on line, mask, and use elements ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: add onMouseMoveCapture as valid react-specific attribute ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) - \[`no-unknown-property`]: make onLoad and onError be accepted on more elements ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) ##### Changed - \[Docs] \[`no-unknown-property`]: add a mention about using ignores properties with libraries that add props ([#&#8203;3390][] [@&#8203;sjarva](https://togithub.com/sjarva)) [7.31.6]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.31.5...v7.31.6 [#&#8203;3390]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3390 [#&#8203;3388]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3388 </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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMiIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4yIn0=-->
github-actions[bot] commented 2022-09-09 08:17:30 +00:00 (Migrated from github.com)

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

:eyes: Branch deployed at Website Draft URL: https://631af695882b777f4ca5cdc1--sleepy-shaw-d8efec.netlify.app
Sign in to join this conversation.
No description provided.