Skip to content

Commit fa2f987

Browse files
committed
chore(deps): update typescript-eslint monorepo to v2.34.0
1 parent d23f92e commit fa2f987

File tree

2 files changed

+59
-27
lines changed

2 files changed

+59
-27
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/ramda": "0.26.21",
4343
"@types/react": "16.9.2",
4444
"@types/react-dom": "16.9.0",
45-
"@typescript-eslint/eslint-plugin": "2.2.0",
46-
"@typescript-eslint/parser": "2.2.0",
45+
"@typescript-eslint/eslint-plugin": "2.34.0",
46+
"@typescript-eslint/parser": "2.34.0",
4747
"@zeit/next-css": "1.0.1",
4848
"@zeit/next-typescript": "1.1.2-canary.0",
4949
"@zeit/next-workers": "1.0.1-canary.1",

yarn.lock

Lines changed: 57 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,25 +1629,25 @@
16291629
dependencies:
16301630
"@types/yargs-parser" "*"
16311631

1632-
"@typescript-eslint/eslint-plugin@2.2.0":
1633-
version "2.2.0"
1634-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.2.0.tgz#cba8caa6ad8df544c46bca674125a31af8c9ac2f"
1635-
integrity sha512-rOodtI+IvaO8USa6ValYOrdWm9eQBgqwsY+B0PPiB+aSiK6p6Z4l9jLn/jI3z3WM4mkABAhKIqvGIBl0AFRaLQ==
1632+
"@typescript-eslint/eslint-plugin@2.34.0":
1633+
version "2.34.0"
1634+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1635+
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
16361636
dependencies:
1637-
"@typescript-eslint/experimental-utils" "2.2.0"
1638-
eslint-utils "^1.4.2"
1637+
"@typescript-eslint/experimental-utils" "2.34.0"
16391638
functional-red-black-tree "^1.0.1"
1640-
regexpp "^2.0.1"
1639+
regexpp "^3.0.0"
16411640
tsutils "^3.17.1"
16421641

1643-
"@typescript-eslint/experimental-utils@2.2.0":
1644-
version "2.2.0"
1645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.2.0.tgz#31d855fbc425168ecf56960c777aacfcca391cff"
1646-
integrity sha512-IMhbewFs27Frd/ICHBRfIcsUCK213B8MsEUqvKFK14SDPjPR5JF6jgOGPlroybFTrGWpMvN5tMZdXAf+xcmxsA==
1642+
"@typescript-eslint/experimental-utils@2.34.0":
1643+
version "2.34.0"
1644+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1645+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
16471646
dependencies:
16481647
"@types/json-schema" "^7.0.3"
1649-
"@typescript-eslint/typescript-estree" "2.2.0"
1648+
"@typescript-eslint/typescript-estree" "2.34.0"
16501649
eslint-scope "^5.0.0"
1650+
eslint-utils "^2.0.0"
16511651

16521652
"@typescript-eslint/experimental-utils@^1.13.0":
16531653
version "1.13.0"
@@ -1658,14 +1658,14 @@
16581658
"@typescript-eslint/typescript-estree" "1.13.0"
16591659
eslint-scope "^4.0.0"
16601660

1661-
"@typescript-eslint/parser@2.2.0":
1662-
version "2.2.0"
1663-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.2.0.tgz#3cd758ed85ae9be06667beb61bbdf8060f274fb7"
1664-
integrity sha512-0mf893kj9L65O5sA7wP6EoYvTybefuRFavUNhT7w9kjhkdZodoViwVS+k3D+ZxKhvtL7xGtP/y/cNMJX9S8W4A==
1661+
"@typescript-eslint/parser@2.34.0":
1662+
version "2.34.0"
1663+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1664+
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
16651665
dependencies:
16661666
"@types/eslint-visitor-keys" "^1.0.0"
1667-
"@typescript-eslint/experimental-utils" "2.2.0"
1668-
"@typescript-eslint/typescript-estree" "2.2.0"
1667+
"@typescript-eslint/experimental-utils" "2.34.0"
1668+
"@typescript-eslint/typescript-estree" "2.34.0"
16691669
eslint-visitor-keys "^1.1.0"
16701670

16711671
"@typescript-eslint/typescript-estree@1.13.0":
@@ -1676,15 +1676,18 @@
16761676
lodash.unescape "4.0.1"
16771677
semver "5.5.0"
16781678

1679-
"@typescript-eslint/typescript-estree@2.2.0":
1680-
version "2.2.0"
1681-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.2.0.tgz#1e2aad5ed573f9f7a8e3261eb79404264c4fc57f"
1682-
integrity sha512-9/6x23A3HwWWRjEQbuR24on5XIfVmV96cDpGR9671eJv1ebFKHj2sGVVAwkAVXR2UNuhY1NeKS2QMv5P8kQb2Q==
1679+
"@typescript-eslint/typescript-estree@2.34.0":
1680+
version "2.34.0"
1681+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1682+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
16831683
dependencies:
1684-
glob "^7.1.4"
1684+
debug "^4.1.1"
1685+
eslint-visitor-keys "^1.1.0"
1686+
glob "^7.1.6"
16851687
is-glob "^4.0.1"
1686-
lodash.unescape "4.0.1"
1687-
semver "^6.3.0"
1688+
lodash "^4.17.15"
1689+
semver "^7.3.2"
1690+
tsutils "^3.17.1"
16881691

16891692
"@webassemblyjs/ast@1.8.5":
16901693
version "1.8.5"
@@ -4216,6 +4219,13 @@ eslint-utils@^1.4.2:
42164219
dependencies:
42174220
eslint-visitor-keys "^1.0.0"
42184221

4222+
eslint-utils@^2.0.0:
4223+
version "2.1.0"
4224+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
4225+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
4226+
dependencies:
4227+
eslint-visitor-keys "^1.1.0"
4228+
42194229
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
42204230
version "1.1.0"
42214231
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -5032,6 +5042,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
50325042
once "^1.3.0"
50335043
path-is-absolute "^1.0.0"
50345044

5045+
glob@^7.1.6:
5046+
version "7.1.6"
5047+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
5048+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
5049+
dependencies:
5050+
fs.realpath "^1.0.0"
5051+
inflight "^1.0.4"
5052+
inherits "2"
5053+
minimatch "^3.0.4"
5054+
once "^1.3.0"
5055+
path-is-absolute "^1.0.0"
5056+
50355057
global-modules@^0.2.3:
50365058
version "0.2.3"
50375059
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-0.2.3.tgz#ea5a3bed42c6d6ce995a4f8a1269b5dae223828d"
@@ -8615,6 +8637,11 @@ regexpp@^2.0.1:
86158637
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
86168638
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
86178639

8640+
regexpp@^3.0.0:
8641+
version "3.1.0"
8642+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
8643+
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
8644+
86188645
regexpu-core@^1.0.0:
86198646
version "1.0.0"
86208647
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
@@ -8998,6 +9025,11 @@ semver@^6.0.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
89989025
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
89999026
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
90009027

9028+
semver@^7.3.2:
9029+
version "7.3.2"
9030+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
9031+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
9032+
90019033
send@0.17.1:
90029034
version "0.17.1"
90039035
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)