mozilla / delivery-console

Normandy recipe editor
Mozilla Public License 2.0
13 stars 22 forks source link

Update dependency eslint-plugin-react to v7.15.1 #1055

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-react devDependencies minor 7.14.3 -> 7.15.1

Release Notes

yannickcr/eslint-plugin-react ### [`v7.15.1`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7151---2019-10-01) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.15.0...v7.15.1) ##### Fixed - `jsx-curly-brace-presence`: bail out checks when JSXElements are passed as props ([#​2426][] [@​vedadeepta](https://togithub.com/vedadeepta)) ##### Changed - [Docs] `prefer-es6-class`: Fix typos ([#​2425][] [@​spencerbyw](https://togithub.com/spencerbyw)) [#​2426]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2426 [#​2425]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2425 ### [`v7.15.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7150---2019-09-30) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.14.3...v7.15.0) ##### Added - add [`jsx-no-useless-fragment`][] rule ([#​2261][] [@​golopot](https://togithub.com/golopot)) - [`jsx-handler-name`][]: allow `false` to disable `eventHandlerPrefix`/`eventHandlerPropPrefix` ([#​2410][] [@​tanmoyopenroot](https://togithub.com/tanmoyopenroot)) - [`sort-comp`][]: add `static-variables` grouping ([#​2408][] [@​vedadeepta](https://togithub.com/vedadeepta)) - [`jsx-no-literals`][]: Add `allowedStrings` option ([#​2380][] [@​benhollander](https://togithub.com/benhollander)) - [`no-multi-comp`][]: Added handling for `forwardRef` and `memo` wrapping components declared in the same file ([#​2184][] [@​jenil94](https://togithub.com/jenil94)) - [`jsx-pascal-case`][]: `allowAllCaps` option now allows `SCREAMING_SNAKE_CASE` ([#​2364][] [@​TylerR909](https://togithub.com/TylerR909)) ##### Fixed - [`jsx-indent`][]: Fix false positive when a jsx element is the last statement within a do expression (with tests) ([#​2200][] [@​Kenneth-KT](https://togithub.com/Kenneth-KT)) - [`jsx-curly-brace-presence`][]: fix jsx tags in braces ([#​2422][] [@​tanmoyopenroot](https://togithub.com/tanmoyopenroot)) - [`display-name`][]: Fix false positives ([#​2399][] [@​BPScott](https://togithub.com/BPScott)) - [`jsx-curly-brace-presence`][]: report unnecessary curly braces with children on next line ([#​2409][] [@​vedadeepta](https://togithub.com/vedadeepta)) - [`no-unused-prop-types`][]: false positive with callback ([#​2375][] [@​golopot](https://togithub.com/golopot)) - Fix prop-types detection collision on renamed props ([#​2383][] [@​yannickcr](https://togithub.com/yannickcr)) - [`jsx-sort-props`][]: use localeCompare rather than comparison operator ([#​2391][] [@​tanmoyopenroot](https://togithub.com/tanmoyopenroot)) - [`jsx-pascal-case`][]: allow one-letter-named components ([#​2395][] [@​Haegin](https://togithub.com/Haegin)) - [`jsx-wrap-multilines`][]: fix incorrect formatting ([#​2392][] [@​tanmoyopenroot](https://togithub.com/tanmoyopenroot)) - [`require-optimization`][]: fix when using arrow function in class components ([#​2385][] [@​jenil94](https://togithub.com/jenil94)) - [`no-deprecated`][]: Deprecate cWM/cWRP/cWU lifecycle methods since React 16.9.0 ([#​2378][] [@​meowtec](https://togithub.com/meowtec)) - [`jsx-key`][]: improve docs and confusing error message ([#​2367][] [@​kaykayehnn](https://togithub.com/kaykayehnn)) - Recognize props wrapped in flow $ReadOnly<> utility type ([#​2361][] [@​lukeapage](https://togithub.com/lukeapage)) - [`prop-types`][]: false positive with setState updator ([#​2359][] [@​golopot](https://togithub.com/golopot)) ##### Changed - [Docs][`no-access-state-in-setstate`]\[]: update grammar ([#​2418][] [@​neaumusic](https://togithub.com/neaumusic)) - [`jsx-curly-brace-presence`][], [`jsx-one-expression-per-line`][], [`no-danger-with-children`][]: add `isWhiteSpaces` to `lib/util/jsx` ([#​2409][] [@​vedadeepta](https://togithub.com/vedadeepta)) [#​2422]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2422 [#​2410]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2410 [#​2409]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2409 [#​2408]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2408 [#​2402]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2402 [#​2399]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2399 [#​2395]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2395 [#​2392]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2392 [#​2391]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2391 [#​2385]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2385 [#​2383]: https://togithub.com/yannickcr/eslint-plugin-react/issue/2383 [#​2380]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2380 [#​2378]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2378 [#​2375]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2375 [#​2367]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2367 [#​2364]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2364 [#​2361]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2361 [#​2359]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2359 [#​2261]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2261 [#​2200]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2200 [#​2184]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2184

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



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

bors[bot] commented 4 years ago

Build succeeded