pradel / react-responsive-modal

Simple responsive react modal
https://react-responsive-modal.leopradel.com/
MIT License
606 stars 95 forks source link

Update dependency eslint-plugin-react to v7.18.0 #381

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.17.0 -> 7.18.0

Release Notes

yannickcr/eslint-plugin-react ### [`v7.18.0`](https://togithub.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md#​7180---2020-01-15) [Compare Source](https://togithub.com/yannickcr/eslint-plugin-react/compare/v7.17.0...v7.18.0) ##### Added - [`require-default-props`][]: add option to ignore functional components ([#​2532][] [@​RedTn](https://togithub.com/RedTn)) - [`function-component-definition`][]: Enforce a specific function type for function components ([#​2414][] [@​Stefanwullems](https://togithub.com/Stefanwullems)) - [`no-adjacent-inline-elements`][]: Prevent adjacent inline elements not separated by whitespace ([#​1155][] [@​SeanHayes](https://togithub.com/SeanHayes)) - [`jsx-no-script-url`][]: prevent usage of `javascript:` URLs ([#​2419][] [@​sergei-startsev](https://togithub.com/sergei-startsev)) ##### Fixed - [`jsx-pascal-case`][]: false negative with namespacing ([#​1337][] [@​mfyuce](https://togithub.com/mfyuce)) - [`jsx-curly-brace-presence`][]: Fix `curly-brace-presence` edge cases ([#​2523][] [@​rafbgarcia](https://togithub.com/rafbgarcia)) - [`prop-types`][]: Does not validate missing propTypes for LogicalExpression ([#​2533][] [@​toshi-toma](https://togithub.com/toshi-toma)) - [`no-unknown-property`][]: allowTransparency does not exist in React >= v16.1 ([#​1538][] [@​dawidvdh](https://togithub.com/dawidvdh)) - [`jsx-curly-brace-presence`][]: Fix error related to tags line break ([#​2521][] [@​rafbgarcia](https://togithub.com/rafbgarcia)) - [`no-typos`][]: Compilation error when method name is string instead of identifier ([#​2514][] [@​shijistar](https://togithub.com/shijistar)) - [`jsx-curly-brace-presence`][]: allow trailing spaces in TemplateLiteral ([#​2507][] [@​doochik](https://togithub.com/doochik)) - [`no-unused-prop-types`], [`no-unused-state`]: fix false positives when using TS type assertions ([#​2536][] [@​kdmadej](https://togithub.com/kdmadej)) ##### Changed - [Docs][`no-render-return-value`]\[]: Fix title ([#​2540][] [@​micnic](https://togithub.com/micnic)) - [Refactor]: remove unused codes in util/propTypes ([#​2288][] [@​golopot](https://togithub.com/golopot)) - [`no-typos`]: check static lifecycle methods ([#​2006][] [@​bsonntag](https://togithub.com/bsonntag)) - [Docs][`jsx-first-prop-new-line`]\[]: Fix rule name in "Rule Options" section ([#​2535][] [@​barreira](https://togithub.com/barreira)) - [Tests][`no-unused-prop-types`]\[]: Added test cases ([#​977][] [@​dozoisch](https://togithub.com/dozoisch)) - [Tests] avoid running tests on pretest job - [meta] Move eslint-plugin-eslint-plugin to devDeps ([#​2510][] [@​nstepien](https://togithub.com/nstepien)) - [Deps] update `array-includes`, `object.entries`, `object.fromentries`, `object.values`, `resolve` [#​2540]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2540 [#​2536]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2536 [#​2535]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2535 [#​2533]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2533 [#​2532]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2532 [#​2523]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2523 [#​2521]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2521 [#​2514]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2514 [#​2510]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2510 [#​2507]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2507 [#​2419]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2419 [#​2414]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2414 [#​2288]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2288 [#​2006]: https://togithub.com/yannickcr/eslint-plugin-react/pull/2006 [#​1538]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1538 [#​1337]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1337 [#​1155]: https://togithub.com/yannickcr/eslint-plugin-react/pull/1155 [#​977]: https://togithub.com/yannickcr/eslint-plugin-react/pull/977

Renovate configuration

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

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below.

:no_bell: 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.

codecov[bot] commented 4 years ago

Codecov Report

Merging #381 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #381   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          85     85           
  Branches       25     25           
=====================================
  Hits           85     85

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update da43ae5...3fe5072. Read the comment docs.