Skip to content

Commit 2fe76ff

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.18.0 to 4.19.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.19.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 93b035c commit 2fe76ff

File tree

1 file changed

+41
-7
lines changed

1 file changed

+41
-7
lines changed

yarn.lock

Lines changed: 41 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,13 +1379,13 @@
13791379
eslint-utils "^2.0.0"
13801380

13811381
"@typescript-eslint/parser@^4.18.0":
1382-
version "4.18.0"
1383-
resolved "https://npm.lingkou.xyz/@typescript-eslint%2fparser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
1384-
integrity sha1-ohHtsUpp/FF3BUvsBMlbGFtN3iE=
1382+
version "4.19.0"
1383+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.19.0.tgz#4ae77513b39f164f1751f21f348d2e6cb2d11128"
1384+
integrity sha512-/uabZjo2ZZhm66rdAu21HA8nQebl3lAIDcybUoOxoI7VbZBYavLIwtOOmykKCJy+Xq6Vw6ugkiwn8Js7D6wieA==
13851385
dependencies:
1386-
"@typescript-eslint/scope-manager" "4.18.0"
1387-
"@typescript-eslint/types" "4.18.0"
1388-
"@typescript-eslint/typescript-estree" "4.18.0"
1386+
"@typescript-eslint/scope-manager" "4.19.0"
1387+
"@typescript-eslint/types" "4.19.0"
1388+
"@typescript-eslint/typescript-estree" "4.19.0"
13891389
debug "^4.1.1"
13901390

13911391
"@typescript-eslint/scope-manager@4.18.0":
@@ -1396,12 +1396,25 @@
13961396
"@typescript-eslint/types" "4.18.0"
13971397
"@typescript-eslint/visitor-keys" "4.18.0"
13981398

1399+
"@typescript-eslint/scope-manager@4.19.0":
1400+
version "4.19.0"
1401+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.19.0.tgz#5e0b49eca4df7684205d957c9856f4e720717a4f"
1402+
integrity sha512-GGy4Ba/hLXwJXygkXqMzduqOMc+Na6LrJTZXJWVhRrSuZeXmu8TAnniQVKgj8uTRKe4igO2ysYzH+Np879G75g==
1403+
dependencies:
1404+
"@typescript-eslint/types" "4.19.0"
1405+
"@typescript-eslint/visitor-keys" "4.19.0"
1406+
13991407
"@typescript-eslint/types@4.18.0":
14001408
version "4.18.0"
14011409
resolved "https://npm.lingkou.xyz/@typescript-eslint%2ftypes/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
14021410
integrity sha1-vr4yP4Hyp+LjIPrJQV5ghWJnWEo=
14031411

1404-
"@typescript-eslint/typescript-estree@4.18.0", "@typescript-eslint/typescript-estree@^4.8.2":
1412+
"@typescript-eslint/types@4.19.0":
1413+
version "4.19.0"
1414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.19.0.tgz#5181d5d2afd02e5b8f149ebb37ffc8bd7b07a568"
1415+
integrity sha512-A4iAlexVvd4IBsSTNxdvdepW0D4uR/fwxDrKUa+iEY9UWvGREu2ZyB8ylTENM1SH8F7bVC9ac9+si3LWNxcBuA==
1416+
1417+
"@typescript-eslint/typescript-estree@4.18.0":
14051418
version "4.18.0"
14061419
resolved "https://npm.lingkou.xyz/@typescript-eslint%2ftypescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
14071420
integrity sha1-dW0+YdqMFquZGFUyxEhy9M1VOMs=
@@ -1414,6 +1427,19 @@
14141427
semver "^7.3.2"
14151428
tsutils "^3.17.1"
14161429

1430+
"@typescript-eslint/typescript-estree@4.19.0", "@typescript-eslint/typescript-estree@^4.8.2":
1431+
version "4.19.0"
1432+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.19.0.tgz#8a709ffa400284ab72df33376df085e2e2f61147"
1433+
integrity sha512-3xqArJ/A62smaQYRv2ZFyTA+XxGGWmlDYrsfZG68zJeNbeqRScnhf81rUVa6QG4UgzHnXw5VnMT5cg75dQGDkA==
1434+
dependencies:
1435+
"@typescript-eslint/types" "4.19.0"
1436+
"@typescript-eslint/visitor-keys" "4.19.0"
1437+
debug "^4.1.1"
1438+
globby "^11.0.1"
1439+
is-glob "^4.0.1"
1440+
semver "^7.3.2"
1441+
tsutils "^3.17.1"
1442+
14171443
"@typescript-eslint/visitor-keys@4.18.0":
14181444
version "4.18.0"
14191445
resolved "https://npm.lingkou.xyz/@typescript-eslint%2fvisitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
@@ -1422,6 +1448,14 @@
14221448
"@typescript-eslint/types" "4.18.0"
14231449
eslint-visitor-keys "^2.0.0"
14241450

1451+
"@typescript-eslint/visitor-keys@4.19.0":
1452+
version "4.19.0"
1453+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.19.0.tgz#cbea35109cbd9b26e597644556be4546465d8f7f"
1454+
integrity sha512-aGPS6kz//j7XLSlgpzU2SeTqHPsmRYxFztj2vPuMMFJXZudpRSehE3WCV+BaxwZFvfAqMoSd86TEuM0PQ59E/A==
1455+
dependencies:
1456+
"@typescript-eslint/types" "4.19.0"
1457+
eslint-visitor-keys "^2.0.0"
1458+
14251459
abab@^2.0.0:
14261460
version "2.0.5"
14271461
resolved "https://npm.lingkou.xyz/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)