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-import to v2.18.2 #351

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.17.2 -> 2.18.2

Release Notes

benmosher/eslint-plugin-import ### [`v2.18.2`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2182---2019-07-19) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.1...v2.18.2) - Skip warning on type interfaces ([#​1425], thanks [@​lencioni]) ### [`v2.18.1`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2181---2019-07-18) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.18.0...v2.18.1) ##### Fixed - Improve parse perf when using `@typescript-eslint/parser` ([#​1409], thanks [@​bradzacher]) - [`prefer-default-export`]: don't warn on TypeAlias & TSTypeAliasDeclaration ([#​1377], thanks [@​sharmilajesupaul]) - [`no-unused-modules`]: Exclude package "main"/"bin"/"browser" entry points ([#​1404], thanks [@​rfermann]) - [`export`]: false positive for typescript overloads ([#​1412], thanks [@​golopot]) ##### Refactors - [`no-extraneous-dependencies`], `importType`: remove lodash ([#​1419], thanks [@​ljharb]) ### [`v2.18.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2180---2019-06-24) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.17.3...v2.18.0) ##### Added - Support eslint v6 ([#​1393], thanks [@​sheepsteak]) - [`order`]: Adds support for correctly sorting unknown types into a single group ([#​1375], thanks [@​swernerx]) - [`order`]: add fixer for destructuring commonjs import ([#​1372], thanks [@​golopot]) - typescript config: add TS def extensions + defer to TS over JS ([#​1366], thanks [@​benmosher]) ##### Fixed - [`no-unused-modules`]: handle ClassDeclaration ([#​1371], thanks [@​golopot]) ##### Docs - [`no-cycle`]: split code examples so file separation is obvious ([#​1370], thanks [@​alex-page]) - [`no-named-as-default-member`]: update broken link ([#​1389], thanks [@​fooloomanzoo]) ### [`v2.17.3`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2173---2019-05-23) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.17.2...v2.17.3) ##### Fixed - [`no-common-js`]: Also throw an error when assigning ([#​1354], thanks [@​charlessuh]) - [`no-unused-modules`]: don't crash when lint file outside src-folder ([#​1347], thanks [@​rfermann]) - [`no-unused-modules`]: make `import { name as otherName }` work ([#​1340], [#​1342], thanks [@​rfermann]) - [`no-unused-modules`]: make appveyor tests passing ([#​1333], thanks [@​rfermann]) - [`named`]: ignore Flow `typeof` imports and `type` exports ([#​1345], thanks [@​loganfsmyth]) - [refactor] fix eslint 6 compat by fixing imports (thank [@​ljharb]) - Improve support for Typescript declare structures ([#​1356], thanks [@​christophercurrie]) ##### Docs - add missing `no-unused-modules` in README ([#​1358], thanks [@​golopot]) - [`no-unused-modules`]: Indicates usage, plugin defaults to no-op, and add description to main README.md ([#​1352], thanks [@​johndevedu]) [@​christophercurrie]: https://togithub.com/christophercurrie - Document `env` option for `eslint-import-resolver-webpack` ([#​1363], thanks [@​kgregory])

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

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #351   +/-   ##
=====================================
  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 b8d1266...ff96262. Read the comment docs.