Skip to content

Commit 7029690

Browse files
chore(deps): bump @typescript-eslint/parser from 8.51.0 to 8.56.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.51.0 to 8.56.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.56.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48356aa commit 7029690

File tree

1 file changed

+94
-10
lines changed

1 file changed

+94
-10
lines changed

yarn.lock

Lines changed: 94 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -964,15 +964,15 @@
964964
ts-api-utils "^2.2.0"
965965

966966
"@typescript-eslint/parser@^8.48.0":
967-
version "8.51.0"
968-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.51.0.tgz#584fb8be3a867cbf980917aabed5f7528f615d6b"
969-
integrity sha512-3xP4XzzDNQOIqBMWogftkwxhg5oMKApqY0BAflmLZiFYHqyhSOxv/cd/zPQLTcCXr4AkaKb25joocY0BD1WC6A==
967+
version "8.56.1"
968+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7"
969+
integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==
970970
dependencies:
971-
"@typescript-eslint/scope-manager" "8.51.0"
972-
"@typescript-eslint/types" "8.51.0"
973-
"@typescript-eslint/typescript-estree" "8.51.0"
974-
"@typescript-eslint/visitor-keys" "8.51.0"
975-
debug "^4.3.4"
971+
"@typescript-eslint/scope-manager" "8.56.1"
972+
"@typescript-eslint/types" "8.56.1"
973+
"@typescript-eslint/typescript-estree" "8.56.1"
974+
"@typescript-eslint/visitor-keys" "8.56.1"
975+
debug "^4.4.3"
976976

977977
"@typescript-eslint/project-service@8.51.0":
978978
version "8.51.0"
@@ -983,6 +983,15 @@
983983
"@typescript-eslint/types" "^8.51.0"
984984
debug "^4.3.4"
985985

986+
"@typescript-eslint/project-service@8.56.1":
987+
version "8.56.1"
988+
resolved "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244"
989+
integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==
990+
dependencies:
991+
"@typescript-eslint/tsconfig-utils" "^8.56.1"
992+
"@typescript-eslint/types" "^8.56.1"
993+
debug "^4.4.3"
994+
986995
"@typescript-eslint/scope-manager@8.51.0":
987996
version "8.51.0"
988997
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.51.0.tgz#19b42f65680c21f7b6f40fe9024327f6bb1893c1"
@@ -991,11 +1000,24 @@
9911000
"@typescript-eslint/types" "8.51.0"
9921001
"@typescript-eslint/visitor-keys" "8.51.0"
9931002

1003+
"@typescript-eslint/scope-manager@8.56.1":
1004+
version "8.56.1"
1005+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
1006+
integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==
1007+
dependencies:
1008+
"@typescript-eslint/types" "8.56.1"
1009+
"@typescript-eslint/visitor-keys" "8.56.1"
1010+
9941011
"@typescript-eslint/tsconfig-utils@8.51.0", "@typescript-eslint/tsconfig-utils@^8.51.0":
9951012
version "8.51.0"
9961013
resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.51.0.tgz#a575e9885e62dbd260fb64474eff1dae6e317515"
9971014
integrity sha512-Qi5bSy/vuHeWyir2C8u/uqGMIlIDu8fuiYWv48ZGlZ/k+PRPHtaAu7erpc7p5bzw2WNNSniuxoMSO4Ar6V9OXw==
9981015

1016+
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
1017+
version "8.56.1"
1018+
resolved "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
1019+
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
1020+
9991021
"@typescript-eslint/type-utils@8.51.0":
10001022
version "8.51.0"
10011023
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.51.0.tgz#ec165b0312a6025c2a2a3f39641e46ab4f049564"
@@ -1007,11 +1029,16 @@
10071029
debug "^4.3.4"
10081030
ts-api-utils "^2.2.0"
10091031

1010-
"@typescript-eslint/types@8.51.0", "@typescript-eslint/types@^8.51.0":
1032+
"@typescript-eslint/types@8.51.0":
10111033
version "8.51.0"
10121034
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.51.0.tgz#6996e59d49e92fb893531bdc249f0d92a7bebdbb"
10131035
integrity sha512-TizAvWYFM6sSscmEakjY3sPqGwxZRSywSsPEiuZF6d5GmGD9Gvlsv0f6N8FvAAA0CD06l3rIcWNbsN1e5F/9Ag==
10141036

1037+
"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.51.0", "@typescript-eslint/types@^8.56.1":
1038+
version "8.56.1"
1039+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
1040+
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
1041+
10151042
"@typescript-eslint/typescript-estree@8.51.0":
10161043
version "8.51.0"
10171044
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.51.0.tgz#b57f5157d1ac2127bd7c2c9ad8060fa017df4a1a"
@@ -1027,6 +1054,21 @@
10271054
tinyglobby "^0.2.15"
10281055
ts-api-utils "^2.2.0"
10291056

1057+
"@typescript-eslint/typescript-estree@8.56.1":
1058+
version "8.56.1"
1059+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
1060+
integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==
1061+
dependencies:
1062+
"@typescript-eslint/project-service" "8.56.1"
1063+
"@typescript-eslint/tsconfig-utils" "8.56.1"
1064+
"@typescript-eslint/types" "8.56.1"
1065+
"@typescript-eslint/visitor-keys" "8.56.1"
1066+
debug "^4.4.3"
1067+
minimatch "^10.2.2"
1068+
semver "^7.7.3"
1069+
tinyglobby "^0.2.15"
1070+
ts-api-utils "^2.4.0"
1071+
10301072
"@typescript-eslint/utils@8.51.0":
10311073
version "8.51.0"
10321074
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.51.0.tgz#b9a071cd210647f860a38873acf9bc5157bea56a"
@@ -1045,6 +1087,14 @@
10451087
"@typescript-eslint/types" "8.51.0"
10461088
eslint-visitor-keys "^4.2.1"
10471089

1090+
"@typescript-eslint/visitor-keys@8.56.1":
1091+
version "8.56.1"
1092+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87"
1093+
integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==
1094+
dependencies:
1095+
"@typescript-eslint/types" "8.56.1"
1096+
eslint-visitor-keys "^5.0.0"
1097+
10481098
"@yarnpkg/lockfile@^1.1.0":
10491099
version "1.1.0"
10501100
resolved "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -1236,6 +1286,11 @@ balanced-match@^1.0.0:
12361286
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
12371287
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
12381288

1289+
balanced-match@^4.0.2:
1290+
version "4.0.4"
1291+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1292+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1293+
12391294
base64-js@^1.3.1:
12401295
version "1.5.1"
12411296
resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
@@ -1281,6 +1336,13 @@ brace-expansion@^2.0.1:
12811336
dependencies:
12821337
balanced-match "^1.0.0"
12831338

1339+
brace-expansion@^5.0.2:
1340+
version "5.0.4"
1341+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
1342+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
1343+
dependencies:
1344+
balanced-match "^4.0.2"
1345+
12841346
buffer-from@^1.0.0:
12851347
version "1.1.2"
12861348
resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
@@ -1651,7 +1713,7 @@ dateformat@^3.0.3:
16511713
resolved "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
16521714
integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==
16531715

1654-
debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.1:
1716+
debug@4, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.4.1, debug@^4.4.3:
16551717
version "4.4.3"
16561718
resolved "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
16571719
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
@@ -1899,6 +1961,11 @@ eslint-visitor-keys@^4.2.1:
18991961
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
19001962
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
19011963

1964+
eslint-visitor-keys@^5.0.0:
1965+
version "5.0.1"
1966+
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
1967+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
1968+
19021969
eslint@9.39.2:
19031970
version "9.39.2"
19041971
resolved "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
@@ -3140,6 +3207,13 @@ minimatch@^10.0.3, minimatch@^10.1.1:
31403207
dependencies:
31413208
"@isaacs/brace-expansion" "^5.0.0"
31423209

3210+
minimatch@^10.2.2:
3211+
version "10.2.4"
3212+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
3213+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
3214+
dependencies:
3215+
brace-expansion "^5.0.2"
3216+
31433217
minimatch@^3.0.4, minimatch@^3.1.2:
31443218
version "3.1.2"
31453219
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4133,6 +4207,11 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semve
41334207
resolved "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
41344208
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
41354209

4210+
semver@^7.7.3:
4211+
version "7.7.4"
4212+
resolved "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
4213+
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
4214+
41364215
set-blocking@^2.0.0:
41374216
version "2.0.0"
41384217
resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -4481,6 +4560,11 @@ ts-api-utils@^2.2.0:
44814560
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.3.0.tgz#9f397ac9d88ac76e8dd6e8bc4af0dbf98af99f73"
44824561
integrity sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==
44834562

4563+
ts-api-utils@^2.4.0:
4564+
version "2.4.0"
4565+
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
4566+
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
4567+
44844568
ts-node@^10.9.2:
44854569
version "10.9.2"
44864570
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"

0 commit comments

Comments
 (0)