amilajack / react-wavesurfer.js

React bindings for wavesurfer.js
https://amilajack.github.io/react-wavesurfer.js
MIT License
11 stars 5 forks source link

chore(deps): update dependency eslint-plugin-react to ^7.24.0 #78

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react ^7.22.0 -> ^7.24.0 age adoption passing confidence

Release Notes

yannickcr/eslint-plugin-react ### [`v7.24.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7240---20210527) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0) ##### Added - component detection: add componentWrapperFunctions setting ([#​2713][] @​[@​jzabala](https://togithub.com/jzabala) [@​LandonSchropp](https://togithub.com/LandonSchropp)) - \[`no-unused-prop-types`]: add ignore option ([#​2972][] [@​grit96](https://togithub.com/grit96)) - version detection: support recursive processor virtual filename ([#​2965][] [@​JounQin](https://togithub.com/JounQin)) ##### Fixed - \[`jsx-handler-names`]: properly substitute value into message ([#​2975][] [@​G-Rath](https://togithub.com/G-Rath)) - \[`jsx-uses-vars`]: ignore namespaces ([#​2985][] [@​remcohaszing](https://togithub.com/remcohaszing)) - \[`jsx-no-undef`]: ignore namespaces ([#​2986][] [@​remcohaszing](https://togithub.com/remcohaszing)) - \[`jsx-child-element-spacing`]: Don't flag whitespace around `
` tags ([#​2989][] [@​pascalpp](https://togithub.com/pascalpp)) ##### Changed - \[Docs] \[`jsx-newline`]: Fix minor spelling error on rule name ([#​2974][] [@​DennisSkoko](https://togithub.com/DennisSkoko)) - \[Refactor] \[`void-dom-elements-no-children`]: improve performance - \[readme] fix missing trailing commas ([#​2980][] [@​sugardon](https://togithub.com/sugardon)) - \[readme] fix broken anchor link ([#​2982][] [@​vzvu3k6k](https://togithub.com/vzvu3k6k)) - \[Docs] \[`jsx-child-element-spacing`]: fixes sentence which ends abruptly ([#​2990][] [@​pascalpp](https://togithub.com/pascalpp)) [7.24.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0 [#​2990]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2990 [#​2989]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2989 [#​2986]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2986 [#​2985]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2985 [#​2982]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2982 [#​2980]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2980 [#​2977]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2977 [#​2975]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2975 [#​2974]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2974 [#​2972]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2972 [#​2965]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2965 [#​2713]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2713 ### [`v7.23.2`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7232---20210408) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2) ##### Fixed - \[`jsx-max-depth`]: Prevent getting stuck in circular references ([#​2957][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - \[`jsx-no-target-blank`]: fix handling of `warnOnSpreadAttributes` being false ([#​2953][] [@​Nokel81](https://togithub.com/Nokel81)) - \[`forbid-dom-props`]: support `JSXNamespacedName` ([#​2961][] [@​mrtnzlml](https://togithub.com/mrtnzlml)) - \[`forbid-component-props`]: support `JSXNamespacedName` ([@​ljharb](https://togithub.com/ljharb)) ##### Changed - Fix CHANGELOG.md ([#​2950][] [@​JounQin](https://togithub.com/JounQin)) [7.23.2]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2 [#​2961]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2961 [#​2953]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2953 [#​2957]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2957 [#​2950]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2950 ### [`v7.23.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7231---20210323) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1) ##### Fixed - version detection: support processor virtual filename ([#​2949][] [@​JounQin](https://togithub.com/JounQin)) [7.23.1]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1 [#​2949]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2949 ### [`v7.23.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7230---20210322) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0) ##### Added - \[`jsx-no-target-blank`]: add fixer ([#​2862][] [@​Nokel81](https://togithub.com/Nokel81)) - \[`jsx-pascal-case`]: support minimatch `ignore` option ([#​2906][] [@​bcherny](https://togithub.com/bcherny)) - \[`jsx-pascal-case`]: support `allowNamespace` option ([#​2917][] [@​kev-y-huang](https://togithub.com/kev-y-huang)) - \[`jsx-newline`]: Add prevent option ([#​2935][] [@​jsphstls](https://togithub.com/jsphstls)) - \[`no-unstable-nested-components`]: Prevent creating unstable components inside components ([#​2750][] [@​AriPerkkio](https://togithub.com/AriPerkkio)) - added `jsx-runtime` config, for the modern JSX runtime transform ([@​ljharb](https://togithub.com/ljharb)) ##### Fixed - \[`jsx-no-constructed-context-values`]: avoid a crash with `as X` TS code ([#​2894][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-no-constructed-context-values`]: avoid a crash with boolean shorthand ([#​2895][] [@​ljharb](https://togithub.com/ljharb)) - \[`static-property-placement`]: do not report non-components ([#​2893][] [@​golopot](https://togithub.com/golopot)) - \[`no-array-index-key`]: support optional chaining ([#​2897][] [@​SyMind](https://togithub.com/SyMind)) - \[`no-typos`]: avoid a crash on bindingless `prop-types` import; add warning ([#​2899][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-curly-brace-presence`]: ignore containers with comments ([#​2900][] [@​golopot](https://togithub.com/golopot)) - \[`destructuring-assignment`]: fix a false positive for local prop named `context` in SFC ([#​2929][] [@​SyMind](https://togithub.com/SyMind)) - \[`jsx-no-target-blank`]: Allow rel="noreferrer" when `allowReferrer` is true ([#​2925][] [@​edemaine](https://togithub.com/edemaine)) - \[`boolean-prop-naming`]: add check for typescript "boolean" type ([#​2930][] [@​vedadeepta](https://togithub.com/vedadeepta)) - version detection: Add tests that verify versioning works for sibling and child projects ([#​2943][] [@​jcrosetto](https://togithub.com/jcrosetto)) - \[`jsx-curly-newline`]: Update error messages ([#​2933][] [@​jbrower2](https://togithub.com/jbrower2)) ##### Changed - \[Docs] \[`jsx-no-constructed-context-values`]\[]: fix invalid example syntax ([#​2910][] [@​kud](https://togithub.com/kud)) - \[readme] Replace lists of rules with tables in readme ([#​2908][] [@​motato1](https://togithub.com/motato1)) - \[Docs] added missing curly braces ([#​2923][] [@​Muditxofficial](https://togithub.com/Muditxofficial)) [7.23.0]: https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0 [#​2943]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2943 [#​2935]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2935 [#​2933]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2933 [#​2930]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2930 [#​2929]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2929 [#​2925]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2925 [#​2923]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2923 [#​2917]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2917 [#​2910]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2910 [#​2908]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2908 [#​2906]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2906 [#​2900]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2900 [#​2899]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2899 [#​2897]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2897 [#​2895]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2895 [#​2894]: https://togithub.com/yannickcr/eslint-plugin-react/issues/2894 [#​2893]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2893 [#​2862]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2862 [#​2750]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2750

Configuration

📅 Schedule: "before 3am on the first day of the month" (UTC).

🚦 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 WhiteSource Renovate. View repository job log here.