From be4c64876ace554a8f1039a7ca519349f88c516a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Fri, 29 Jun 2018 17:09:01 -0700 Subject: [PATCH] Update dependency eslint-plugin-import to v2.13.0 (#200) This Pull Request updates dependency [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from `v2.12.0` to `v2.13.0`
Release Notes ### [`v2.13.0`](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#​2130---2018-06-24) [Compare Source](https://github.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]) ---
--- This PR has been generated by [Renovate Bot](https://renovatebot.com). --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 84478be..12b2cd1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-formatter-pretty": "1.3.0", "eslint-import-resolver-typescript": "1.0.2", "eslint-plugin-array-func": "3.0.0", - "eslint-plugin-import": "2.12.0", + "eslint-plugin-import": "2.13.0", "eslint-plugin-jest": "21.17.0", "eslint-plugin-jsx-a11y": "6.0.3", "eslint-plugin-promise": "3.8.0", diff --git a/yarn.lock b/yarn.lock index 1132d3e..ce8d371 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2280,9 +2280,9 @@ eslint-plugin-array-func@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/eslint-plugin-array-func/-/eslint-plugin-array-func-3.0.0.tgz#915e7af6bedefe7e1aff2533b3dbf56fff69a5d2" -eslint-plugin-import@2.12.0: - version "2.12.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d" +eslint-plugin-import@2.13.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz#df24f241175e312d91662dc91ca84064caec14ed" dependencies: contains-path "^0.1.0" debug "^2.6.8"