nozomiishii / configs

🍱 Crucial Configs
MIT License
5 stars 0 forks source link

chore(deps): update dependency eslint-plugin-react to v7.34.0 #487

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react 7.33.2 -> 7.34.0 age adoption passing confidence

Release Notes

jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7340---20240303) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0) ##### Added - \[`sort-prop-types`]: give errors on TS types ([#​3615][] [@​akulsr0](https://togithub.com/akulsr0)) - \[`no-invalid-html-attribute`]: add support for `apple-touch-startup-image` `rel` attributes in `link` tags ([#​3638][] [@​thomashockaday](https://togithub.com/thomashockaday)) - \[`no-unknown-property`]: add requireDataLowercase option ([#​3645][] [@​HermanBilous](https://togithub.com/HermanBilous)) - \[`no-unknown-property`]: add `displaystyle` on `` ([#​3652][] [@​lounsbrough](https://togithub.com/lounsbrough)) - \[`prefer-read-only-props`], \[`prop-types`], component detection: allow components to be async functions ([#​3654][] [@​pnodet](https://togithub.com/pnodet)) - \[`no-unknown-property`]: support `onResize` on audio/video tags ([#​3662][] [@​caesar1030](https://togithub.com/caesar1030)) - \[`jsx-wrap-multilines`]: add `never` option to prohibit wrapping parens on multiline JSX ([#​3668][] [@​reedws](https://togithub.com/reedws)) - \[`jsx-filename-extension`]: add `ignoreFilesWithoutCode` option to allow empty files ([#​3674][] [@​burtek](https://togithub.com/burtek)) - \[`jsx-boolean-value`]: add `assumeUndefinedIsFalse` option ([#​3675][] [@​developer-bandi](https://togithub.com/developer-bandi)) - `linkAttribute` setting, \[`jsx-no-target-blank`]: support multiple properties ([#​3673][] [@​burtek](https://togithub.com/burtek)) - \[`jsx-no-script-url`]: add `includeFromSettings` option to support `linkAttributes` setting ([#​3673][] [@​burtek](https://togithub.com/burtek)) - \[`jsx-one-expression-per-line`]: add `non-jsx` option to allow non-JSX children in one line ([#​3677][] [@​burtek](https://togithub.com/burtek)) - add \[`checked-requires-onchange-or-readonly`] rule ([#​3680][] [@​jaesoekjjang](https://togithub.com/jaesoekjjang)) ##### Fixed - \[`jsx-no-leaked-render`]: preserve RHS parens for multiline jsx elements while fixing ([#​3623][] [@​akulsr0](https://togithub.com/akulsr0)) - \[`jsx-key`]: detect conditional returns ([#​3630][] [@​yialo](https://togithub.com/yialo)) - \[`jsx-newline`]: prevent a crash when \`allowMultilines ([#​3633][] [@​ljharb](https://togithub.com/ljharb)) - \[`no-unknown-property`]: use a better regex to avoid a crash ([#​3666][] [@​ljharb](https://togithub.com/ljharb) [@​SCH227](https://togithub.com/SCH227)) - \[`prop-types`]: handle nested forwardRef + memo ([#​3679][] [@​developer-bandi](https://togithub.com/developer-bandi)) - \[`no-unknown-property`]: add `fetchPriority` ([#​3697][] [@​SevereCloud](https://togithub.com/SevereCloud)) - \[`forbid-elements`]: prevent a crash on `createElement()` ([#​3632][] [@​ljharb](https://togithub.com/ljharb)) ##### Changed - \[`jsx-boolean-value`]: make error messages clearer ([#​3691][] [@​developer-bandi](https://togithub.com/developer-bandi)) - \[Refactor] `propTypes`: extract type params to var ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Refactor] \[`boolean-prop-naming`]: invert if statement ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Refactor] \[`function-component-definition`]: exit early if no type params ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Refactor] \[`jsx-props-no-multi-spaces`]: extract type parameters to var ([#​3634][] [@​HenryBrown0](https://togithub.com/HenryBrown0)) - \[Docs] \[`jsx-key`]: fix correct example ([#​3656][] [@​developer-bandi](https://togithub.com/developer-bandi)) - \[Tests] `jsx-wrap-multilines`: passing tests ([#​3545][] [@​burtek](https://togithub.com/burtek)) - \[Docs] \[`iframe-missing-sandbox`]: fix link to iframe attribute on mdn ([#​3690][] [@​nnmrts](https://togithub.com/nnmrts)) - \[Docs] \[`hook-use-state`]: fix an undefined variable ([#​3626][] [@​chentsulin](https://togithub.com/chentsulin)) [7.34.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0 [#​3697]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3697 [#​3691]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3691 [#​3690]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3690 [#​3680]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3680 [#​3679]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3679 [#​3677]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3677 [#​3675]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3675 [#​3674]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3674 [#​3673]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3673 [#​3668]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3668 [#​3666]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3666 [#​3662]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3662 [#​3656]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3656 [#​3654]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3654 [#​3652]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3652 [#​3645]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3645 [#​3638]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3638 [#​3634]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3634 [#​3633]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3633 [#​3632]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3632 [#​3630]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3630 [#​3626]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3626 [#​3623]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3623 [#​3615]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3615 [#​3545]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3545

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.



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