Skip to content

Commit 2276fd8

Browse files
committed
Update typescript-eslint monorepo to v2
1 parent b6b157b commit 2276fd8

File tree

2 files changed

+39
-43
lines changed

2 files changed

+39
-43
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@types/three": "0.103.2",
5757
"@types/tmp": "0.1.0",
5858
"@types/which": "1.3.2",
59-
"@typescript-eslint/eslint-plugin": "1.13.0",
60-
"@typescript-eslint/parser": "1.13.0",
59+
"@typescript-eslint/eslint-plugin": "2.4.0",
60+
"@typescript-eslint/parser": "2.4.0",
6161
"all-contributors-cli": "6.9.2",
6262
"ava": "2.4.0",
6363
"eslint": "6.5.1",

yarn.lock

+37-41
Original file line numberDiff line numberDiff line change
@@ -1118,43 +1118,46 @@
11181118
resolved "https://registry.yarnpkg.com/@types/which/-/which-1.3.2.tgz#9c246fc0c93ded311c8512df2891fb41f6227fdf"
11191119
integrity sha512-8oDqyLC7eD4HM307boe2QWKyuzdzWBj56xI/imSl2cpL+U3tCMaTAkMJ4ee5JBZ/FsOJlvRGeIShiZDAl1qERA==
11201120

1121-
"@typescript-eslint/eslint-plugin@1.13.0":
1122-
version "1.13.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.13.0.tgz#22fed9b16ddfeb402fd7bcde56307820f6ebc49f"
1124-
integrity sha512-WQHCozMnuNADiqMtsNzp96FNox5sOVpU8Xt4meaT4em8lOG1SrOv92/mUbEHQVh90sldKSfcOc/I0FOb/14G1g==
1121+
"@typescript-eslint/eslint-plugin@2.4.0":
1122+
version "2.4.0"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#aaf6b542ff75b78f4191a8bf1c519184817caa24"
1124+
integrity sha512-se/YCk7PUoyMwSm/u3Ii9E+BgDUc736uw/lXCDpXEqRgPGsoBTtS8Mntue/vZX8EGyzGplYuePBuVyhZDM9EpQ==
11251125
dependencies:
1126-
"@typescript-eslint/experimental-utils" "1.13.0"
1127-
eslint-utils "^1.3.1"
1126+
"@typescript-eslint/experimental-utils" "2.4.0"
1127+
eslint-utils "^1.4.2"
11281128
functional-red-black-tree "^1.0.1"
11291129
regexpp "^2.0.1"
1130-
tsutils "^3.7.0"
1130+
tsutils "^3.17.1"
11311131

1132-
"@typescript-eslint/experimental-utils@1.13.0":
1133-
version "1.13.0"
1134-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
1135-
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
1132+
"@typescript-eslint/experimental-utils@2.4.0":
1133+
version "2.4.0"
1134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.4.0.tgz#dd8f3f466be25c3610a06fed22cfb6e6aa17f6d9"
1135+
integrity sha512-2cvhNaJoWavgTtnC7e1jUSPZQ7e4U2X9Yoy5sQmkS7lTESuyuZrlRcaoNuFfYEd6hgrmMU7+QoSp8Ad+kT1nfA==
11361136
dependencies:
11371137
"@types/json-schema" "^7.0.3"
1138-
"@typescript-eslint/typescript-estree" "1.13.0"
1139-
eslint-scope "^4.0.0"
1138+
"@typescript-eslint/typescript-estree" "2.4.0"
1139+
eslint-scope "^5.0.0"
11401140

1141-
"@typescript-eslint/parser@1.13.0":
1142-
version "1.13.0"
1143-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.13.0.tgz#61ac7811ea52791c47dc9fd4dd4a184fae9ac355"
1144-
integrity sha512-ITMBs52PCPgLb2nGPoeT4iU3HdQZHcPaZVw+7CsFagRJHUhyeTgorEwHXhFf3e7Evzi8oujKNpHc8TONth8AdQ==
1141+
"@typescript-eslint/parser@2.4.0":
1142+
version "2.4.0"
1143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.4.0.tgz#fe43ed5fec14af03d3594fce2c3b7ec4c8df0243"
1144+
integrity sha512-IouAKi/grJ4MFrwdXIJ1GHAwbPWYgkT3b/x8Q49F378c9nwgxVkO76e0rZeUVpwHMaUuoKG2sUeK0XGkwdlwkw==
11451145
dependencies:
11461146
"@types/eslint-visitor-keys" "^1.0.0"
1147-
"@typescript-eslint/experimental-utils" "1.13.0"
1148-
"@typescript-eslint/typescript-estree" "1.13.0"
1149-
eslint-visitor-keys "^1.0.0"
1147+
"@typescript-eslint/experimental-utils" "2.4.0"
1148+
"@typescript-eslint/typescript-estree" "2.4.0"
1149+
eslint-visitor-keys "^1.1.0"
11501150

1151-
"@typescript-eslint/typescript-estree@1.13.0":
1152-
version "1.13.0"
1153-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
1154-
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
1151+
"@typescript-eslint/typescript-estree@2.4.0":
1152+
version "2.4.0"
1153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.4.0.tgz#722c95493e1b7682893edaaaec0e69f36917feef"
1154+
integrity sha512-/DzDAtMqF5d9IlXrrvu/Id/uoKjnSxf/3FbtKK679a/T7lbDM8qQuirtGvFy6Uh+x0hALuCMwnMfUf0P24/+Iw==
11551155
dependencies:
1156+
chokidar "^3.0.2"
1157+
glob "^7.1.4"
1158+
is-glob "^4.0.1"
11561159
lodash.unescape "4.0.1"
1157-
semver "5.5.0"
1160+
semver "^6.3.0"
11581161

11591162
"@webassemblyjs/[email protected]":
11601163
version "1.8.5"
@@ -3573,13 +3576,6 @@ eslint-scope@^5.0.0:
35733576
esrecurse "^4.1.0"
35743577
estraverse "^4.1.1"
35753578

3576-
eslint-utils@^1.3.1:
3577-
version "1.4.0"
3578-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
3579-
integrity sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==
3580-
dependencies:
3581-
eslint-visitor-keys "^1.0.0"
3582-
35833579
eslint-utils@^1.4.2:
35843580
version "1.4.2"
35853581
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
@@ -7664,16 +7660,16 @@ semver-diff@^2.0.0:
76647660
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
76657661
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
76667662

7667-
7668-
version "5.5.0"
7669-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
7670-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
7671-
76727663
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2:
76737664
version "6.2.0"
76747665
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
76757666
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
76767667

7668+
semver@^6.3.0:
7669+
version "6.3.0"
7670+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
7671+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
7672+
76777673
76787674
version "0.17.1"
76797675
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -8577,10 +8573,10 @@ tslib@^1.8.1, tslib@^1.9.0:
85778573
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
85788574
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
85798575

8580-
tsutils@^3.7.0:
8581-
version "3.14.0"
8582-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.14.0.tgz#bf8d5a7bae5369331fa0f2b0a5a10bd7f7396c77"
8583-
integrity sha512-SmzGbB0l+8I0QwsPgjooFRaRvHLBLNYM8SeQ0k6rtNDru5sCGeLJcZdwilNndN+GysuFjF5EIYgN8GfFG6UeUw==
8576+
tsutils@^3.17.1:
8577+
version "3.17.1"
8578+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
8579+
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
85848580
dependencies:
85858581
tslib "^1.8.1"
85868582

0 commit comments

Comments
 (0)