Skip to content

Commit b4bf599

Browse files
committed
Update typescript-eslint monorepo to v2
1 parent 3cd162f commit b4bf599

File tree

2 files changed

+41
-44
lines changed

2 files changed

+41
-44
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.6.1",
60+
"@typescript-eslint/parser": "2.6.1",
6161
"all-contributors-cli": "6.9.3",
6262
"ava": "2.4.0",
6363
"eslint": "6.6.0",

yarn.lock

+39-42
Original file line numberDiff line numberDiff line change
@@ -1118,43 +1118,47 @@
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.6.1":
1122+
version "2.6.1"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.6.1.tgz#e34972a24f8aba0861f9ccf7130acd74fd11e079"
1124+
integrity sha512-Z0rddsGqioKbvqfohg7BwkFC3PuNLsB+GE9QkFza7tiDzuHoy0y823Y+oGNDzxNZrYyLjqkZtCTl4vCqOmEN4g==
11251125
dependencies:
1126-
"@typescript-eslint/experimental-utils" "1.13.0"
1127-
eslint-utils "^1.3.1"
1126+
"@typescript-eslint/experimental-utils" "2.6.1"
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.6.1":
1133+
version "2.6.1"
1134+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.6.1.tgz#eddaca17a399ebf93a8628923233b4f93793acfd"
1135+
integrity sha512-EVrrUhl5yBt7fC7c62lWmriq4MIc49zpN3JmrKqfiFXPXCM5ErfEcZYfKOhZXkW6MBjFcJ5kGZqu1b+lyyExUw==
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.6.1"
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.6.1":
1142+
version "2.6.1"
1143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.6.1.tgz#3c00116baa0d696bc334ca18ac5286b34793993c"
1144+
integrity sha512-PDPkUkZ4c7yA+FWqigjwf3ngPUgoLaGjMlFh6TRtbjhqxFBnkElDfckSjm98q9cMr4xRzZ15VrS/xKm6QHYf0w==
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.6.1"
1148+
"@typescript-eslint/typescript-estree" "2.6.1"
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.6.1":
1152+
version "2.6.1"
1153+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.6.1.tgz#fb363dd4ca23384745c5ea4b7f4c867432b00d31"
1154+
integrity sha512-+sTnssW6bcbDZKE8Ce7VV6LdzkQz2Bxk7jzk1J8H1rovoTxnm6iXvYIyncvNsaB/kBCOM63j/LNJfm27bNdUoA==
11551155
dependencies:
1156+
debug "^4.1.1"
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"
1161+
tsutils "^3.17.1"
11581162

11591163
"@webassemblyjs/[email protected]":
11601164
version "1.8.5"
@@ -3573,14 +3577,7 @@ eslint-scope@^5.0.0:
35733577
esrecurse "^4.1.0"
35743578
estraverse "^4.1.1"
35753579

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-
3583-
eslint-utils@^1.4.3:
3580+
eslint-utils@^1.4.2, eslint-utils@^1.4.3:
35843581
version "1.4.3"
35853582
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f"
35863583
integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q==
@@ -7688,16 +7685,16 @@ semver-diff@^2.0.0:
76887685
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
76897686
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
76907687

7691-
7692-
version "5.5.0"
7693-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
7694-
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
7695-
76967688
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2:
76977689
version "6.2.0"
76987690
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
76997691
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
77007692

7693+
semver@^6.3.0:
7694+
version "6.3.0"
7695+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
7696+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
7697+
77017698
77027699
version "0.17.1"
77037700
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -8601,10 +8598,10 @@ tslib@^1.8.1, tslib@^1.9.0:
86018598
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
86028599
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
86038600

8604-
tsutils@^3.7.0:
8605-
version "3.14.0"
8606-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.14.0.tgz#bf8d5a7bae5369331fa0f2b0a5a10bd7f7396c77"
8607-
integrity sha512-SmzGbB0l+8I0QwsPgjooFRaRvHLBLNYM8SeQ0k6rtNDru5sCGeLJcZdwilNndN+GysuFjF5EIYgN8GfFG6UeUw==
8601+
tsutils@^3.17.1:
8602+
version "3.17.1"
8603+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
8604+
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
86088605
dependencies:
86098606
tslib "^1.8.1"
86108607

0 commit comments

Comments
 (0)