Skip to content

Commit 0f259a0

Browse files
Merge pull request ferdikoomen#317 from ferdikoomen/dependabot/npm_and_yarn/typescript-eslint/parser-3.8.0
2 parents 3413e42 + 7a1674c commit 0f259a0

File tree

2 files changed

+45
-8
lines changed

2 files changed

+45
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/node": "14.0.27",
7878
"@types/rimraf": "3.0.0",
7979
"@typescript-eslint/eslint-plugin": "3.7.1",
80-
"@typescript-eslint/parser": "3.7.1",
80+
"@typescript-eslint/parser": "3.8.0",
8181
"codecov": "3.7.2",
8282
"eslint": "7.6.0",
8383
"eslint-config-prettier": "6.11.0",

yarn.lock

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,22 +1342,38 @@
13421342
eslint-scope "^5.0.0"
13431343
eslint-utils "^2.0.0"
13441344

1345-
"@typescript-eslint/[email protected]":
1346-
version "3.7.1"
1347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.7.1.tgz#5d9ccecb116d12d9c6073e9861c57c9b1aa88128"
1348-
integrity sha512-W4QV/gXvfIsccN8225784LNOorcm7ch68Fi3V4Wg7gmkWSQRKevO4RrRqWo6N/Z/myK1QAiGgeaXN57m+R/8iQ==
1345+
"@typescript-eslint/[email protected]":
1346+
version "3.8.0"
1347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.8.0.tgz#ac1f7c88322dcfb7635ece6f0441516dd951099a"
1348+
integrity sha512-o8T1blo1lAJE0QDsW7nSyvZHbiDzQDjINJKyB44Z3sSL39qBy5L10ScI/XwDtaiunoyKGLiY9bzRk4YjsUZl8w==
1349+
dependencies:
1350+
"@types/json-schema" "^7.0.3"
1351+
"@typescript-eslint/types" "3.8.0"
1352+
"@typescript-eslint/typescript-estree" "3.8.0"
1353+
eslint-scope "^5.0.0"
1354+
eslint-utils "^2.0.0"
1355+
1356+
"@typescript-eslint/[email protected]":
1357+
version "3.8.0"
1358+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.8.0.tgz#8e1dcd404299bf79492409c81c415fa95a7c622b"
1359+
integrity sha512-u5vjOBaCsnMVQOvkKCXAmmOhyyMmFFf5dbkM3TIbg3MZ2pyv5peE4gj81UAbTHwTOXEwf7eCQTUMKrDl/+qGnA==
13491360
dependencies:
13501361
"@types/eslint-visitor-keys" "^1.0.0"
1351-
"@typescript-eslint/experimental-utils" "3.7.1"
1352-
"@typescript-eslint/types" "3.7.1"
1353-
"@typescript-eslint/typescript-estree" "3.7.1"
1362+
"@typescript-eslint/experimental-utils" "3.8.0"
1363+
"@typescript-eslint/types" "3.8.0"
1364+
"@typescript-eslint/typescript-estree" "3.8.0"
13541365
eslint-visitor-keys "^1.1.0"
13551366

13561367
"@typescript-eslint/[email protected]":
13571368
version "3.7.1"
13581369
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.7.1.tgz#90375606b2fd73c1224fe9e397ee151e28fa1e0c"
13591370
integrity sha512-PZe8twm5Z4b61jt7GAQDor6KiMhgPgf4XmUb9zdrwTbgtC/Sj29gXP1dws9yEn4+aJeyXrjsD9XN7AWFhmnUfg==
13601371

1372+
"@typescript-eslint/[email protected]":
1373+
version "3.8.0"
1374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.8.0.tgz#58581dd863f86e0cd23353d94362bb90b4bea796"
1375+
integrity sha512-8kROmEQkv6ss9kdQ44vCN1dTrgu4Qxrd2kXr10kz2NP5T8/7JnEfYNxCpPkArbLIhhkGLZV3aVMplH1RXQRF7Q==
1376+
13611377
"@typescript-eslint/[email protected]":
13621378
version "3.7.1"
13631379
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.7.1.tgz#ce1ffbd0fa53f34d4ce851a7a364e392432f6eb3"
@@ -1372,13 +1388,34 @@
13721388
semver "^7.3.2"
13731389
tsutils "^3.17.1"
13741390

1391+
"@typescript-eslint/[email protected]":
1392+
version "3.8.0"
1393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.8.0.tgz#0606d19f629f813dbdd5a34c7a1e895d6191cac6"
1394+
integrity sha512-MTv9nPDhlKfclwnplRNDL44mP2SY96YmPGxmMbMy6x12I+pERcxpIUht7DXZaj4mOKKtet53wYYXU0ABaiXrLw==
1395+
dependencies:
1396+
"@typescript-eslint/types" "3.8.0"
1397+
"@typescript-eslint/visitor-keys" "3.8.0"
1398+
debug "^4.1.1"
1399+
glob "^7.1.6"
1400+
is-glob "^4.0.1"
1401+
lodash "^4.17.15"
1402+
semver "^7.3.2"
1403+
tsutils "^3.17.1"
1404+
13751405
"@typescript-eslint/[email protected]":
13761406
version "3.7.1"
13771407
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.7.1.tgz#b90191e74efdee656be8c5a30f428ed16dda46d1"
13781408
integrity sha512-xn22sQbEya+Utj2IqJHGLA3i1jDzR43RzWupxojbSWnj3nnPLavaQmWe5utw03CwYao3r00qzXfgJMGNkrzrAA==
13791409
dependencies:
13801410
eslint-visitor-keys "^1.1.0"
13811411

1412+
"@typescript-eslint/[email protected]":
1413+
version "3.8.0"
1414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.8.0.tgz#ad35110249fb3fc30a36bfcbfeea93e710cfaab1"
1415+
integrity sha512-gfqQWyVPpT9NpLREXNR820AYwgz+Kr1GuF3nf1wxpHD6hdxI62tq03ToomFnDxY0m3pUB39IF7sil7D5TQexLA==
1416+
dependencies:
1417+
eslint-visitor-keys "^1.1.0"
1418+
13821419
abab@^2.0.3:
13831420
version "2.0.4"
13841421
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"

0 commit comments

Comments
 (0)