Skip to content

Commit f04bea9

Browse files
committed
fix: update to typescript-eslint@3
Closes #590
1 parent de0cebf commit f04bea9

File tree

2 files changed

+60
-15
lines changed

2 files changed

+60
-15
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
]
8989
},
9090
"dependencies": {
91-
"@typescript-eslint/experimental-utils": "^2.5.0"
91+
"@typescript-eslint/experimental-utils": "^3.9.1"
9292
},
9393
"devDependencies": {
9494
"@babel/cli": "^7.4.4",
@@ -104,8 +104,8 @@
104104
"@types/jest": "^25.1.0",
105105
"@types/node": "^12.6.6",
106106
"@types/prettier": "^1.19.0",
107-
"@typescript-eslint/eslint-plugin": "^2.5.0",
108-
"@typescript-eslint/parser": "^2.5.0",
107+
"@typescript-eslint/eslint-plugin": "^3.9.1",
108+
"@typescript-eslint/parser": "^3.9.1",
109109
"babel-jest": "^25.2.0",
110110
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
111111
"dedent": "^0.7.0",

Diff for: yarn.lock

+57-12
Original file line numberDiff line numberDiff line change
@@ -1584,17 +1584,30 @@
15841584
dependencies:
15851585
"@types/yargs-parser" "*"
15861586

1587-
"@typescript-eslint/eslint-plugin@^2.5.0":
1588-
version "2.31.0"
1589-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.31.0.tgz#942c921fec5e200b79593c71fafb1e3f57aa2e36"
1590-
integrity sha512-iIC0Pb8qDaoit+m80Ln/aaeu9zKQdOLF4SHcGLarSeY1gurW6aU4JsOPMjKQwXlw70MvWKZQc6S2NamA8SJ/gg==
1587+
"@typescript-eslint/eslint-plugin@^3.9.1":
1588+
version "3.9.1"
1589+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.9.1.tgz#8cf27b6227d12d66dd8dc1f1a4b04d1daad51c2e"
1590+
integrity sha512-XIr+Mfv7i4paEdBf0JFdIl9/tVxyj+rlilWIfZ97Be0lZ7hPvUbS5iHt9Glc8kRI53dsr0PcAEudbf8rO2wGgg==
15911591
dependencies:
1592-
"@typescript-eslint/experimental-utils" "2.31.0"
1592+
"@typescript-eslint/experimental-utils" "3.9.1"
1593+
debug "^4.1.1"
15931594
functional-red-black-tree "^1.0.1"
15941595
regexpp "^3.0.0"
1596+
semver "^7.3.2"
15951597
tsutils "^3.17.1"
15961598

1597-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^2.5.0":
1599+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^3.9.1":
1600+
version "3.9.1"
1601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.9.1.tgz#b140b2dc7a7554a44f8a86fb6fe7cbfe57ca059e"
1602+
integrity sha512-lkiZ8iBBaYoyEKhCkkw4SAeatXyBq9Ece5bZXdLe1LWBUwTszGbmbiqmQbwWA8cSYDnjWXp9eDbXpf9Sn0hLAg==
1603+
dependencies:
1604+
"@types/json-schema" "^7.0.3"
1605+
"@typescript-eslint/types" "3.9.1"
1606+
"@typescript-eslint/typescript-estree" "3.9.1"
1607+
eslint-scope "^5.0.0"
1608+
eslint-utils "^2.0.0"
1609+
1610+
"@typescript-eslint/experimental-utils@^2.5.0":
15981611
version "2.31.0"
15991612
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.31.0.tgz#a9ec514bf7fd5e5e82bc10dcb6a86d58baae9508"
16001613
integrity sha512-MI6IWkutLYQYTQgZ48IVnRXmLR/0Q6oAyJgiOror74arUMh7EWjJkADfirZhRsUMHeLJ85U2iySDwHTSnNi9vA==
@@ -1604,16 +1617,22 @@
16041617
eslint-scope "^5.0.0"
16051618
eslint-utils "^2.0.0"
16061619

1607-
"@typescript-eslint/parser@^2.5.0":
1608-
version "2.31.0"
1609-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.31.0.tgz#beddd4e8efe64995108b229b2862cd5752d40d6f"
1610-
integrity sha512-uph+w6xUOlyV2DLSC6o+fBDzZ5i7+3/TxAsH4h3eC64tlga57oMb96vVlXoMwjR/nN+xyWlsnxtbDkB46M2EPQ==
1620+
"@typescript-eslint/parser@^3.9.1":
1621+
version "3.9.1"
1622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.9.1.tgz#ab7983abaea0ae138ff5671c7c7739d8a191b181"
1623+
integrity sha512-y5QvPFUn4Vl4qM40lI+pNWhTcOWtpZAJ8pOEQ21fTTW4xTJkRplMjMRje7LYTXqVKKX9GJhcyweMz2+W1J5bMg==
16111624
dependencies:
16121625
"@types/eslint-visitor-keys" "^1.0.0"
1613-
"@typescript-eslint/experimental-utils" "2.31.0"
1614-
"@typescript-eslint/typescript-estree" "2.31.0"
1626+
"@typescript-eslint/experimental-utils" "3.9.1"
1627+
"@typescript-eslint/types" "3.9.1"
1628+
"@typescript-eslint/typescript-estree" "3.9.1"
16151629
eslint-visitor-keys "^1.1.0"
16161630

1631+
"@typescript-eslint/[email protected]":
1632+
version "3.9.1"
1633+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.9.1.tgz#b2a6eaac843cf2f2777b3f2464fb1fbce5111416"
1634+
integrity sha512-15JcTlNQE1BsYy5NBhctnEhEoctjXOjOK+Q+rk8ugC+WXU9rAcS2BYhoh6X4rOaXJEpIYDl+p7ix+A5U0BqPTw==
1635+
16171636
"@typescript-eslint/[email protected]":
16181637
version "2.31.0"
16191638
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.31.0.tgz#ac536c2d46672aa1f27ba0ec2140d53670635cfd"
@@ -1627,6 +1646,27 @@
16271646
semver "^6.3.0"
16281647
tsutils "^3.17.1"
16291648

1649+
"@typescript-eslint/[email protected]":
1650+
version "3.9.1"
1651+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.9.1.tgz#fd81cada74bc8a7f3a2345b00897acb087935779"
1652+
integrity sha512-IqM0gfGxOmIKPhiHW/iyAEXwSVqMmR2wJ9uXHNdFpqVvPaQ3dWg302vW127sBpAiqM9SfHhyS40NKLsoMpN2KA==
1653+
dependencies:
1654+
"@typescript-eslint/types" "3.9.1"
1655+
"@typescript-eslint/visitor-keys" "3.9.1"
1656+
debug "^4.1.1"
1657+
glob "^7.1.6"
1658+
is-glob "^4.0.1"
1659+
lodash "^4.17.15"
1660+
semver "^7.3.2"
1661+
tsutils "^3.17.1"
1662+
1663+
"@typescript-eslint/[email protected]":
1664+
version "3.9.1"
1665+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.9.1.tgz#92af3747cdb71509199a8f7a4f00b41d636551d1"
1666+
integrity sha512-zxdtUjeoSh+prCpogswMwVUJfEFmCOjdzK9rpNjNBfm6EyPt99x3RrJoBOGZO23FCt0WPKUCOL5mb/9D5LjdwQ==
1667+
dependencies:
1668+
eslint-visitor-keys "^1.1.0"
1669+
16301670
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:
16311671
version "1.3.5"
16321672
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -7801,6 +7841,11 @@ [email protected]:
78017841
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
78027842
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
78037843

7844+
semver@^7.3.2:
7845+
version "7.3.2"
7846+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
7847+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
7848+
78047849
set-blocking@^2.0.0, set-blocking@~2.0.0:
78057850
version "2.0.0"
78067851
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)