evenchange4 / react-intl-cra

🔧 Extract messages of Creact React App from the command line.
MIT License
67 stars 11 forks source link

chore(deps): update dependency eslint-plugin-import to v2.16.0 #72

Open renovate[bot] opened 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-import devDependencies minor 2.8.0 -> 2.16.0 source

Release Notes

benmosher/eslint-plugin-import ### [`v2.16.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2160---2019-01-29) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.15.0...v2.16.0) ##### Added - `typescript` config ([#​1257], thanks [@​kirill-konshin]) ##### Fixed - Memory leak of `SourceCode` objects for all parsed dependencies, resolved. (issue [#​1266], thanks [@​asapach] and [@​sergei-startsev] for digging in) ### [`v2.15.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2150---2019-01-22) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.14.0...v2.15.0) ##### Added - new rule: [`no-named-export`] \([#​1157], thanks [@​fsmaia]) ##### Fixed - [`no-extraneous-dependencies`]: `packageDir` option with array value was clobbering package deps instead of merging them ([#​1175]/[#​1176], thanks [@​aravindet] & [@​pzhine]) - [`dynamic-import-chunkname`]: Add proper webpack comment parsing ([#​1163], thanks [@​st-sloth]) - [`named`]: fix destructuring assignment ([#​1232], thanks [@​ljqx]) ### [`v2.14.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2140---2018-08-13) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.13.0...v2.14.0) - [`69e0187`](https://togithub.com/benmosher/eslint-plugin-import/commit/69e0187) (HEAD -> master, source/master, origin/master, origin/HEAD) Merge pull request [#​1151](https://togithub.com/benmosher/eslint-plugin-import/issues/1151) from jf248/jsx |\\ | \* [`e30a757`](https://togithub.com/benmosher/eslint-plugin-import/commit/e30a757) (source/pr/1151, fork/jsx) Add JSX check to namespace rule |/ - [`8252344`](https://togithub.com/benmosher/eslint-plugin-import/commit/8252344) (source/pr/1148) Add error to output when module loaded as resolver has invalid API ##### Added - [`no-useless-path-segments`]: add commonJS (CJS) support ([#​1128], thanks [@​1pete]) - [`namespace`]: add JSX check ([#​1151], thanks [@​jf248]) ##### Fixed - [`no-cycle`]: ignore Flow imports ([#​1126], thanks [@​gajus]) - fix Flow type imports ([#​1106], thanks [@​syymza]) - [`no-relative-parent-imports`]: resolve paths ([#​1135], thanks [@​chrislloyd]) - [`import/order`]: fix autofixer when using typescript-eslint-parser ([#​1137], thanks [@​justinanastos]) - repeat fix from [#​797] for [#​717], in another place (thanks [@​ljharb]) ##### Refactors - add explicit support for RestElement alongside ExperimentalRestProperty (thanks [@​ljharb]) ### [`v2.13.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2130---2018-06-24) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.12.0...v2.13.0) ##### Added - Add ESLint 5 support ([#​1122], thanks [@​ai] and [@​ljharb]) - Add [`no-relative-parent-imports`] rule: disallow relative imports from parent directories ([#​1093], thanks [@​chrislloyd]) ##### Fixed - `namespace` rule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@​ljharb]) ### [`v2.12.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2120---2018-05-17) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.11.0...v2.12.0) ##### Added - Ignore type imports for [`named`] rule ([#​931], thanks [@​mattijsbliek]) - Add documentation for [`no-useless-path-segments`] rule ([#​1068], thanks [@​manovotny]) - `packageDir` option for [`no-extraneous-dependencies`] can be array-valued ([#​1085], thanks [@​hulkish]) ### [`v2.11.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2110---2018-04-09) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.10.0...v2.11.0) ##### Added - Fixer for [`first`] \([#​1046], thanks [@​fengkfengk]) - `allow-require` option for [`no-commonjs`] rule ([#​880], thanks [@​futpib]) ##### Fixed - memory/CPU regression where ASTs were held in memory ([#​1058], thanks [@​klimashkin]/[@​lukeapage]) ### [`v2.10.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2100---2018-03-29) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.9.0...v2.10.0) ##### Added - Autofixer for [`order`] rule ([#​908], thanks [@​tihonove]) - Add [`no-cycle`] rule: reports import cycles. ### [`v2.9.0`](https://togithub.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​290---2018-02-21) [Compare Source](https://togithub.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.9.0) ##### Added - Add [`group-exports`] rule: style-guide rule to report use of multiple named exports ([#​721], thanks [@​robertrossmann]) - Add [`no-self-import`] rule: forbids a module from importing itself. ([#​727], [#​449], [#​447], thanks [@​giodamelio]). - Add [`no-default-export`] rule ([#​889], thanks [@​isiahmeadows]) - Add [`no-useless-path-segments`] rule ([#​912], thanks [@​graingert] and [@​danny-andrews]) - ... and more! check the commits for v[2.9.0]

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.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   93.75%   93.75%           
=======================================
  Files           1        1           
  Lines          16       16           
=======================================
  Hits           15       15           
  Misses          1        1

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 f06afc5...fb2f922. Read the comment docs.