Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 1d4f52e

Browse files
chore(deps-dev): Bump @typescript-eslint/parser from 8.36.0 to 8.37.0 (#1051)
1 parent fb77e5d commit 1d4f52e

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@changesets/cli": "^2.29.5",
3636
"@types/node-fetch": "^2.6.4",
3737
"@types/node": "^18.11.9",
38-
"@typescript-eslint/parser": "^8.36.0",
38+
"@typescript-eslint/parser": "^8.37.0",
3939
"@vitest/coverage-v8": "^2.0.5",
4040
"esbuild": "^0.25.6",
4141
"eslint-plugin-github": "^4.4.0",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -967,15 +967,15 @@
967967
"@typescript-eslint/typescript-estree" "5.61.0"
968968
debug "^4.3.4"
969969

970-
"@typescript-eslint/parser@^8.36.0":
971-
version "8.36.0"
972-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.36.0.tgz#003007fe2030013936b6634b9cf52c457d36ed42"
973-
integrity sha512-FuYgkHwZLuPbZjQHzJXrtXreJdFMKl16BFYyRrLxDhWr6Qr7Kbcu2s1Yhu8tsiMXw1S0W1pjfFfYEt+R604s+Q==
974-
dependencies:
975-
"@typescript-eslint/scope-manager" "8.36.0"
976-
"@typescript-eslint/types" "8.36.0"
977-
"@typescript-eslint/typescript-estree" "8.36.0"
978-
"@typescript-eslint/visitor-keys" "8.36.0"
970+
"@typescript-eslint/parser@^8.37.0":
971+
version "8.37.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.37.0.tgz#b87f6b61e25ad5cc5bbf8baf809b8da889c89804"
973+
integrity sha512-kVIaQE9vrN9RLCQMQ3iyRlVJpTiDUY6woHGb30JDkfJErqrQEmtdWH3gV0PBAfGZgQXoqzXOO0T3K6ioApbbAA==
974+
dependencies:
975+
"@typescript-eslint/scope-manager" "8.37.0"
976+
"@typescript-eslint/types" "8.37.0"
977+
"@typescript-eslint/typescript-estree" "8.37.0"
978+
"@typescript-eslint/visitor-keys" "8.37.0"
979979
debug "^4.3.4"
980980

981981
"@typescript-eslint/project-service@8.34.1":
@@ -987,13 +987,13 @@
987987
"@typescript-eslint/types" "^8.34.1"
988988
debug "^4.3.4"
989989

990-
"@typescript-eslint/project-service@8.36.0":
991-
version "8.36.0"
992-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.36.0.tgz#0c4acdcbe56476a43cdabaac1f08819424a379fd"
993-
integrity sha512-JAhQFIABkWccQYeLMrHadu/fhpzmSQ1F1KXkpzqiVxA/iYI6UnRt2trqXHt1sYEcw1mxLnB9rKMsOxXPxowN/g==
990+
"@typescript-eslint/project-service@8.37.0":
991+
version "8.37.0"
992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.37.0.tgz#0594352e32a4ac9258591b88af77b5653800cdfe"
993+
integrity sha512-BIUXYsbkl5A1aJDdYJCBAo8rCEbAvdquQ8AnLb6z5Lp1u3x5PNgSSx9A/zqYc++Xnr/0DVpls8iQ2cJs/izTXA==
994994
dependencies:
995-
"@typescript-eslint/tsconfig-utils" "^8.36.0"
996-
"@typescript-eslint/types" "^8.36.0"
995+
"@typescript-eslint/tsconfig-utils" "^8.37.0"
996+
"@typescript-eslint/types" "^8.37.0"
997997
debug "^4.3.4"
998998

999999
"@typescript-eslint/scope-manager@5.40.1":
@@ -1020,23 +1020,23 @@
10201020
"@typescript-eslint/types" "8.34.1"
10211021
"@typescript-eslint/visitor-keys" "8.34.1"
10221022

1023-
"@typescript-eslint/scope-manager@8.36.0":
1024-
version "8.36.0"
1025-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.36.0.tgz#23e4196ed07d7ea3737a584fbebc9a79c3835168"
1026-
integrity sha512-wCnapIKnDkN62fYtTGv2+RY8FlnBYA3tNm0fm91kc2BjPhV2vIjwwozJ7LToaLAyb1ca8BxrS7vT+Pvvf7RvqA==
1023+
"@typescript-eslint/scope-manager@8.37.0":
1024+
version "8.37.0"
1025+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.37.0.tgz#a31a3c80ca2ef4ed58de13742debb692e7d4c0a4"
1026+
integrity sha512-0vGq0yiU1gbjKob2q691ybTg9JX6ShiVXAAfm2jGf3q0hdP6/BruaFjL/ManAR/lj05AvYCH+5bbVo0VtzmjOA==
10271027
dependencies:
1028-
"@typescript-eslint/types" "8.36.0"
1029-
"@typescript-eslint/visitor-keys" "8.36.0"
1028+
"@typescript-eslint/types" "8.37.0"
1029+
"@typescript-eslint/visitor-keys" "8.37.0"
10301030

10311031
"@typescript-eslint/tsconfig-utils@8.34.1", "@typescript-eslint/tsconfig-utils@^8.34.1":
10321032
version "8.34.1"
10331033
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
10341034
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
10351035

1036-
"@typescript-eslint/tsconfig-utils@8.36.0", "@typescript-eslint/tsconfig-utils@^8.36.0":
1037-
version "8.36.0"
1038-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.36.0.tgz#63ef8a20ae9b5754c6ceacbe87b2fe1aab12ba13"
1039-
integrity sha512-Nhh3TIEgN18mNbdXpd5Q8mSCBnrZQeY9V7Ca3dqYvNDStNIGRmJA6dmrIPMJ0kow3C7gcQbpsG2rPzy1Ks/AnA==
1036+
"@typescript-eslint/tsconfig-utils@8.37.0", "@typescript-eslint/tsconfig-utils@^8.37.0":
1037+
version "8.37.0"
1038+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.37.0.tgz#47a2760d265c6125f8e7864bc5c8537cad2bd053"
1039+
integrity sha512-1/YHvAVTimMM9mmlPvTec9NP4bobA1RkDbMydxG8omqwJJLEW/Iy2C4adsAESIXU3WGLXFHSZUU+C9EoFWl4Zg==
10401040

10411041
"@typescript-eslint/type-utils@5.40.1":
10421042
version "5.40.1"
@@ -1063,10 +1063,10 @@
10631063
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
10641064
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
10651065

1066-
"@typescript-eslint/types@8.36.0", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.36.0":
1067-
version "8.36.0"
1068-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.36.0.tgz#d3d184adc2899e2912c13b17c1590486ef37c7ac"
1069-
integrity sha512-xGms6l5cTJKQPZOKM75Dl9yBfNdGeLRsIyufewnxT4vZTrjC0ImQT4fj8QmtJK84F58uSh5HVBSANwcfiXxABQ==
1066+
"@typescript-eslint/types@8.37.0", "@typescript-eslint/types@^8.34.1", "@typescript-eslint/types@^8.37.0":
1067+
version "8.37.0"
1068+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.37.0.tgz#09517aa9625eb3c68941dde3ac8835740587b6ff"
1069+
integrity sha512-ax0nv7PUF9NOVPs+lmQ7yIE7IQmAf8LGcXbMvHX5Gm+YJUYNAl340XkGnrimxZ0elXyoQJuN5sbg6C4evKA4SQ==
10701070

10711071
"@typescript-eslint/typescript-estree@5.40.1":
10721072
version "5.40.1"
@@ -1110,15 +1110,15 @@
11101110
semver "^7.6.0"
11111111
ts-api-utils "^2.1.0"
11121112

1113-
"@typescript-eslint/typescript-estree@8.36.0":
1114-
version "8.36.0"
1115-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.36.0.tgz#344857fa79f71715369554a3cbb6b4ff8695a7bc"
1116-
integrity sha512-JaS8bDVrfVJX4av0jLpe4ye0BpAaUW7+tnS4Y4ETa3q7NoZgzYbN9zDQTJ8kPb5fQ4n0hliAt9tA4Pfs2zA2Hg==
1113+
"@typescript-eslint/typescript-estree@8.37.0":
1114+
version "8.37.0"
1115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.37.0.tgz#a07e4574d8e6e4355a558f61323730c987f5fcbc"
1116+
integrity sha512-zuWDMDuzMRbQOM+bHyU4/slw27bAUEcKSKKs3hcv2aNnc/tvE/h7w60dwVw8vnal2Pub6RT1T7BI8tFZ1fE+yg==
11171117
dependencies:
1118-
"@typescript-eslint/project-service" "8.36.0"
1119-
"@typescript-eslint/tsconfig-utils" "8.36.0"
1120-
"@typescript-eslint/types" "8.36.0"
1121-
"@typescript-eslint/visitor-keys" "8.36.0"
1118+
"@typescript-eslint/project-service" "8.37.0"
1119+
"@typescript-eslint/tsconfig-utils" "8.37.0"
1120+
"@typescript-eslint/types" "8.37.0"
1121+
"@typescript-eslint/visitor-keys" "8.37.0"
11221122
debug "^4.3.4"
11231123
fast-glob "^3.3.2"
11241124
is-glob "^4.0.3"
@@ -1174,12 +1174,12 @@
11741174
"@typescript-eslint/types" "8.34.1"
11751175
eslint-visitor-keys "^4.2.1"
11761176

1177-
"@typescript-eslint/visitor-keys@8.36.0":
1178-
version "8.36.0"
1179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.36.0.tgz#7dc6ba4dd037979eb3a3bdd2093aa3604bb73674"
1180-
integrity sha512-vZrhV2lRPWDuGoxcmrzRZyxAggPL+qp3WzUrlZD+slFueDiYHxeBa34dUXPuC0RmGKzl4lS5kFJYvKCq9cnNDA==
1177+
"@typescript-eslint/visitor-keys@8.37.0":
1178+
version "8.37.0"
1179+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.37.0.tgz#cdb6a6bd3e8d6dd69bd70c1bdda36e2d18737455"
1180+
integrity sha512-YzfhzcTnZVPiLfP/oeKtDp2evwvHLMe0LOy7oe+hb9KKIumLNohYS9Hgp1ifwpu42YWxhZE8yieggz6JpqO/1w==
11811181
dependencies:
1182-
"@typescript-eslint/types" "8.36.0"
1182+
"@typescript-eslint/types" "8.37.0"
11831183
eslint-visitor-keys "^4.2.1"
11841184

11851185
"@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)