Skip to content

Commit a855ea8

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update typescript-eslint monorepo to v2.7.0
1 parent 9056635 commit a855ea8

2 files changed

Lines changed: 23 additions & 22 deletions

File tree

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"license": "MIT",
1616
"private": false,
1717
"dependencies": {
18-
"@typescript-eslint/eslint-plugin": "2.6.0",
19-
"@typescript-eslint/parser": "2.6.0",
18+
"@typescript-eslint/eslint-plugin": "2.7.0",
19+
"@typescript-eslint/parser": "2.7.0",
2020
"babel-eslint": "^10.0.3",
2121
"eslint-config-airbnb": "^18.0.1",
2222
"eslint-config-prettier": "^6.5.0",

yarn.lock

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,24 +2852,24 @@
28522852
dependencies:
28532853
"@types/yargs-parser" "*"
28542854

2855-
"@typescript-eslint/eslint-plugin@2.6.0":
2856-
version "2.6.0"
2857-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.0.tgz#e82ed43fc4527b21bfe35c20a2d6e4ed49fc7957"
2858-
integrity sha512-iCcXREU4RciLmLniwKLRPCOFVXrkF7z27XuHq5DrykpREv/mz6ztKAyLg2fdkM0hQC7659p5ZF5uStH7uzAJ/w==
2855+
"@typescript-eslint/eslint-plugin@2.7.0":
2856+
version "2.7.0"
2857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.7.0.tgz#dff176bdb73dfd7e2e43062452189bd1b9db6021"
2858+
integrity sha512-H5G7yi0b0FgmqaEUpzyBlVh0d9lq4cWG2ap0RKa6BkF3rpBb6IrAoubt1NWh9R2kRs/f0k6XwRDiDz3X/FqXhQ==
28592859
dependencies:
2860-
"@typescript-eslint/experimental-utils" "2.6.0"
2860+
"@typescript-eslint/experimental-utils" "2.7.0"
28612861
eslint-utils "^1.4.2"
28622862
functional-red-black-tree "^1.0.1"
28632863
regexpp "^2.0.1"
28642864
tsutils "^3.17.1"
28652865

2866-
"@typescript-eslint/experimental-utils@2.6.0":
2867-
version "2.6.0"
2868-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.0.tgz#ed70bef72822bff54031ff0615fc888b9e2b6e8a"
2869-
integrity sha512-34BAFpNOwHXeqT+AvdalLxOvcPYnCxA5JGmBAFL64RGMdP0u65rXjii7l/nwpgk5aLEE1LaqF+SsCU0/Cb64xA==
2866+
"@typescript-eslint/experimental-utils@2.7.0":
2867+
version "2.7.0"
2868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.7.0.tgz#58d790a3884df3041b5a5e08f9e5e6b7c41864b5"
2869+
integrity sha512-9/L/OJh2a5G2ltgBWJpHRfGnt61AgDeH6rsdg59BH0naQseSwR7abwHq3D5/op0KYD/zFT4LS5gGvWcMmegTEg==
28702870
dependencies:
28712871
"@types/json-schema" "^7.0.3"
2872-
"@typescript-eslint/typescript-estree" "2.6.0"
2872+
"@typescript-eslint/typescript-estree" "2.7.0"
28732873
eslint-scope "^5.0.0"
28742874

28752875
"@typescript-eslint/experimental-utils@^1.13.0":
@@ -2881,14 +2881,14 @@
28812881
"@typescript-eslint/typescript-estree" "1.13.0"
28822882
eslint-scope "^4.0.0"
28832883

2884-
"@typescript-eslint/parser@2.6.0":
2885-
version "2.6.0"
2886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.0.tgz#5106295c6a7056287b4719e24aae8d6293d5af49"
2887-
integrity sha512-AvLejMmkcjRTJ2KD72v565W4slSrrzUIzkReu1JN34b8JnsEsxx7S9Xx/qXEuMQas0mkdUfETr0j3zOhq2DIqQ==
2884+
"@typescript-eslint/parser@2.7.0":
2885+
version "2.7.0"
2886+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.7.0.tgz#b5e6a4944e2b68dba1e7fbfd5242e09ff552fd12"
2887+
integrity sha512-ctC0g0ZvYclxMh/xI+tyqP0EC2fAo6KicN9Wm2EIao+8OppLfxji7KAGJosQHSGBj3TcqUrA96AjgXuKa5ob2g==
28882888
dependencies:
28892889
"@types/eslint-visitor-keys" "^1.0.0"
2890-
"@typescript-eslint/experimental-utils" "2.6.0"
2891-
"@typescript-eslint/typescript-estree" "2.6.0"
2890+
"@typescript-eslint/experimental-utils" "2.7.0"
2891+
"@typescript-eslint/typescript-estree" "2.7.0"
28922892
eslint-visitor-keys "^1.1.0"
28932893

28942894
"@typescript-eslint/typescript-estree@1.13.0":
@@ -2899,16 +2899,17 @@
28992899
lodash.unescape "4.0.1"
29002900
semver "5.5.0"
29012901

2902-
"@typescript-eslint/typescript-estree@2.6.0":
2903-
version "2.6.0"
2904-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.0.tgz#d3e9d8e001492e2b9124c4d4bd4e7f03c0fd7254"
2905-
integrity sha512-A3lSBVIdj2Gp0lFEL6in2eSPqJ33uAc3Ko+Y4brhjkxzjbzLnwBH22CwsW2sCo+iwogfIyvb56/AJri15H0u5Q==
2902+
"@typescript-eslint/typescript-estree@2.7.0":
2903+
version "2.7.0"
2904+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.7.0.tgz#34fd98c77a07b40d04d5b4203eddd3abeab909f4"
2905+
integrity sha512-vVCE/DY72N4RiJ/2f10PTyYekX2OLaltuSIBqeHYI44GQ940VCYioInIb8jKMrK9u855OEJdFC+HmWAZTnC+Ag==
29062906
dependencies:
29072907
debug "^4.1.1"
29082908
glob "^7.1.4"
29092909
is-glob "^4.0.1"
29102910
lodash.unescape "4.0.1"
29112911
semver "^6.3.0"
2912+
tsutils "^3.17.1"
29122913

29132914
"@webassemblyjs/ast@1.8.5":
29142915
version "1.8.5"

0 commit comments

Comments
 (0)