From c5070d14ae9d1b2c90086125c0e8095b23d523af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 27 Oct 2019 04:08:54 +0000 Subject: [PATCH] Update dependency eslint-plugin-jest to ^22.21.0 --- package.json | 2 +- yarn.lock | 31 ++++++++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1d96974..271f3b8 100644 --- a/package.json +++ b/package.json @@ -193,7 +193,7 @@ "eslint-plugin-compat": "^3.1.1", "eslint-plugin-flowtype": "^3.6.1", "eslint-plugin-import": "^2.17.2", - "eslint-plugin-jest": "^22.4.1", + "eslint-plugin-jest": "^22.21.0", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-react": "^7.12.4", diff --git a/yarn.lock b/yarn.lock index f3a7a80..589f573 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1138,6 +1138,10 @@ version "2.0.1" resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" +"@types/json-schema@^7.0.3": + version "7.0.3" + resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636" + "@types/lodash@^4.14.72": version "4.14.123" resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.123.tgz#39be5d211478c8dd3bdae98ee75bb7efe4abfe4d" @@ -1202,6 +1206,21 @@ version "12.0.12" resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916" +"@typescript-eslint/experimental-utils@^1.13.0": + version "1.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e" + dependencies: + "@types/json-schema" "^7.0.3" + "@typescript-eslint/typescript-estree" "1.13.0" + eslint-scope "^4.0.0" + +"@typescript-eslint/typescript-estree@1.13.0": + version "1.13.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e" + dependencies: + lodash.unescape "4.0.1" + semver "5.5.0" + "@webassemblyjs/ast@1.8.5": version "1.8.5" resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" @@ -4888,9 +4907,11 @@ eslint-plugin-import@^2.17.2: read-pkg-up "^2.0.0" resolve "^1.10.0" -eslint-plugin-jest@^22.4.1: - version "22.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.5.1.tgz#a31dfe9f9513c6af7c17ece4c65535a1370f060b" +eslint-plugin-jest@^22.21.0: + version "22.21.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.21.0.tgz#8137294645866636160487d9764224b9a43e2eb1" + dependencies: + "@typescript-eslint/experimental-utils" "^1.13.0" eslint-plugin-jsx-a11y@6.2.1: version "6.2.1" @@ -7730,6 +7751,10 @@ lodash.throttle@^4.0.0: version "4.1.1" resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" +lodash.unescape@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c" + lodash.uniq@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"