Skip to content

Commit abb6a19

Browse files
chore(deps): update dependency typescript-eslint to v8.17.0
1 parent c2d4b8c commit abb6a19

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"jest-environment-jsdom": "29.7.0",
3434
"ts-jest": "29.2.5",
3535
"typescript": "5.7.2",
36-
"typescript-eslint": "8.15.0",
36+
"typescript-eslint": "8.17.0",
3737
"vite": "5.4.11"
3838
},
3939
"packageManager": "yarn@1.22.22"

yarn.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,85 +1054,85 @@
10541054
dependencies:
10551055
"@types/yargs-parser" "*"
10561056

1057-
"@typescript-eslint/eslint-plugin@8.15.0":
1058-
version "8.15.0"
1059-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
1060-
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
1057+
"@typescript-eslint/eslint-plugin@8.17.0":
1058+
version "8.17.0"
1059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.17.0.tgz#2ee073c421f4e81e02d10e731241664b6253b23c"
1060+
integrity sha512-HU1KAdW3Tt8zQkdvNoIijfWDMvdSweFYm4hWh+KwhPstv+sCmWb89hCIP8msFm9N1R/ooh9honpSuvqKWlYy3w==
10611061
dependencies:
10621062
"@eslint-community/regexpp" "^4.10.0"
1063-
"@typescript-eslint/scope-manager" "8.15.0"
1064-
"@typescript-eslint/type-utils" "8.15.0"
1065-
"@typescript-eslint/utils" "8.15.0"
1066-
"@typescript-eslint/visitor-keys" "8.15.0"
1063+
"@typescript-eslint/scope-manager" "8.17.0"
1064+
"@typescript-eslint/type-utils" "8.17.0"
1065+
"@typescript-eslint/utils" "8.17.0"
1066+
"@typescript-eslint/visitor-keys" "8.17.0"
10671067
graphemer "^1.4.0"
10681068
ignore "^5.3.1"
10691069
natural-compare "^1.4.0"
10701070
ts-api-utils "^1.3.0"
10711071

1072-
"@typescript-eslint/parser@8.15.0":
1073-
version "8.15.0"
1074-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
1075-
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
1072+
"@typescript-eslint/parser@8.17.0":
1073+
version "8.17.0"
1074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.17.0.tgz#2ee972bb12fa69ac625b85813dc8d9a5a053ff52"
1075+
integrity sha512-Drp39TXuUlD49F7ilHHCG7TTg8IkA+hxCuULdmzWYICxGXvDXmDmWEjJYZQYgf6l/TFfYNE167m7isnc3xlIEg==
10761076
dependencies:
1077-
"@typescript-eslint/scope-manager" "8.15.0"
1078-
"@typescript-eslint/types" "8.15.0"
1079-
"@typescript-eslint/typescript-estree" "8.15.0"
1080-
"@typescript-eslint/visitor-keys" "8.15.0"
1077+
"@typescript-eslint/scope-manager" "8.17.0"
1078+
"@typescript-eslint/types" "8.17.0"
1079+
"@typescript-eslint/typescript-estree" "8.17.0"
1080+
"@typescript-eslint/visitor-keys" "8.17.0"
10811081
debug "^4.3.4"
10821082

1083-
"@typescript-eslint/scope-manager@8.15.0":
1084-
version "8.15.0"
1085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
1086-
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
1083+
"@typescript-eslint/scope-manager@8.17.0":
1084+
version "8.17.0"
1085+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
1086+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
10871087
dependencies:
1088-
"@typescript-eslint/types" "8.15.0"
1089-
"@typescript-eslint/visitor-keys" "8.15.0"
1088+
"@typescript-eslint/types" "8.17.0"
1089+
"@typescript-eslint/visitor-keys" "8.17.0"
10901090

1091-
"@typescript-eslint/type-utils@8.15.0":
1092-
version "8.15.0"
1093-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
1094-
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
1091+
"@typescript-eslint/type-utils@8.17.0":
1092+
version "8.17.0"
1093+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.17.0.tgz#d326569f498cdd0edf58d5bb6030b4ad914e63d3"
1094+
integrity sha512-q38llWJYPd63rRnJ6wY/ZQqIzPrBCkPdpIsaCfkR3Q4t3p6sb422zougfad4TFW9+ElIFLVDzWGiGAfbb/v2qw==
10951095
dependencies:
1096-
"@typescript-eslint/typescript-estree" "8.15.0"
1097-
"@typescript-eslint/utils" "8.15.0"
1096+
"@typescript-eslint/typescript-estree" "8.17.0"
1097+
"@typescript-eslint/utils" "8.17.0"
10981098
debug "^4.3.4"
10991099
ts-api-utils "^1.3.0"
11001100

1101-
"@typescript-eslint/types@8.15.0":
1102-
version "8.15.0"
1103-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
1104-
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
1101+
"@typescript-eslint/types@8.17.0":
1102+
version "8.17.0"
1103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
1104+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
11051105

1106-
"@typescript-eslint/typescript-estree@8.15.0":
1107-
version "8.15.0"
1108-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
1109-
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
1106+
"@typescript-eslint/typescript-estree@8.17.0":
1107+
version "8.17.0"
1108+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
1109+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
11101110
dependencies:
1111-
"@typescript-eslint/types" "8.15.0"
1112-
"@typescript-eslint/visitor-keys" "8.15.0"
1111+
"@typescript-eslint/types" "8.17.0"
1112+
"@typescript-eslint/visitor-keys" "8.17.0"
11131113
debug "^4.3.4"
11141114
fast-glob "^3.3.2"
11151115
is-glob "^4.0.3"
11161116
minimatch "^9.0.4"
11171117
semver "^7.6.0"
11181118
ts-api-utils "^1.3.0"
11191119

1120-
"@typescript-eslint/utils@8.15.0":
1121-
version "8.15.0"
1122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
1123-
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
1120+
"@typescript-eslint/utils@8.17.0":
1121+
version "8.17.0"
1122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
1123+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
11241124
dependencies:
11251125
"@eslint-community/eslint-utils" "^4.4.0"
1126-
"@typescript-eslint/scope-manager" "8.15.0"
1127-
"@typescript-eslint/types" "8.15.0"
1128-
"@typescript-eslint/typescript-estree" "8.15.0"
1126+
"@typescript-eslint/scope-manager" "8.17.0"
1127+
"@typescript-eslint/types" "8.17.0"
1128+
"@typescript-eslint/typescript-estree" "8.17.0"
11291129

1130-
"@typescript-eslint/visitor-keys@8.15.0":
1131-
version "8.15.0"
1132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
1133-
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
1130+
"@typescript-eslint/visitor-keys@8.17.0":
1131+
version "8.17.0"
1132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
1133+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
11341134
dependencies:
1135-
"@typescript-eslint/types" "8.15.0"
1135+
"@typescript-eslint/types" "8.17.0"
11361136
eslint-visitor-keys "^4.2.0"
11371137

11381138
"@vitejs/plugin-react@4.3.3":
@@ -3433,14 +3433,14 @@ type-fest@^0.21.3:
34333433
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
34343434
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
34353435

3436-
typescript-eslint@8.15.0:
3437-
version "8.15.0"
3438-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.15.0.tgz#c8a2a0d183c3eb48ae176aa078c1b9daa584cf9d"
3439-
integrity sha512-wY4FRGl0ZI+ZU4Jo/yjdBu0lVTSML58pu6PgGtJmCufvzfV565pUF6iACQt092uFOd49iLOTX/sEVmHtbSrS+w==
3436+
typescript-eslint@8.17.0:
3437+
version "8.17.0"
3438+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.17.0.tgz#fa4033c26b3b40f778287bc12918d985481b220b"
3439+
integrity sha512-409VXvFd/f1br1DCbuKNFqQpXICoTB+V51afcwG1pn1a3Cp92MqAUges3YjwEdQ0cMUoCIodjVDAYzyD8h3SYA==
34403440
dependencies:
3441-
"@typescript-eslint/eslint-plugin" "8.15.0"
3442-
"@typescript-eslint/parser" "8.15.0"
3443-
"@typescript-eslint/utils" "8.15.0"
3441+
"@typescript-eslint/eslint-plugin" "8.17.0"
3442+
"@typescript-eslint/parser" "8.17.0"
3443+
"@typescript-eslint/utils" "8.17.0"
34443444

34453445
typescript@5.7.2:
34463446
version "5.7.2"

0 commit comments

Comments
 (0)