Skip to content

Commit 2f7f473

Browse files
chore(deps): update dependency typescript-eslint to v8.26.1
1 parent 7bc813f commit 2f7f473

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jest-transform-stub": "^2.0.0",
5151
"ts-jest": "29.2.5",
5252
"typescript": "5.7.2",
53-
"typescript-eslint": "8.15.0",
53+
"typescript-eslint": "8.26.1",
5454
"vite": "5.4.11"
5555
},
5656
"packageManager": "yarn@1.22.22"

yarn.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -2017,85 +2017,85 @@
20172017
dependencies:
20182018
"@types/yargs-parser" "*"
20192019

2020-
"@typescript-eslint/eslint-plugin@8.15.0":
2021-
version "8.15.0"
2022-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
2023-
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
2020+
"@typescript-eslint/eslint-plugin@8.26.1":
2021+
version "8.26.1"
2022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
2023+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
20242024
dependencies:
20252025
"@eslint-community/regexpp" "^4.10.0"
2026-
"@typescript-eslint/scope-manager" "8.15.0"
2027-
"@typescript-eslint/type-utils" "8.15.0"
2028-
"@typescript-eslint/utils" "8.15.0"
2029-
"@typescript-eslint/visitor-keys" "8.15.0"
2026+
"@typescript-eslint/scope-manager" "8.26.1"
2027+
"@typescript-eslint/type-utils" "8.26.1"
2028+
"@typescript-eslint/utils" "8.26.1"
2029+
"@typescript-eslint/visitor-keys" "8.26.1"
20302030
graphemer "^1.4.0"
20312031
ignore "^5.3.1"
20322032
natural-compare "^1.4.0"
2033-
ts-api-utils "^1.3.0"
2033+
ts-api-utils "^2.0.1"
20342034

2035-
"@typescript-eslint/parser@8.15.0":
2036-
version "8.15.0"
2037-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
2038-
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
2035+
"@typescript-eslint/parser@8.26.1":
2036+
version "8.26.1"
2037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
2038+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
20392039
dependencies:
2040-
"@typescript-eslint/scope-manager" "8.15.0"
2041-
"@typescript-eslint/types" "8.15.0"
2042-
"@typescript-eslint/typescript-estree" "8.15.0"
2043-
"@typescript-eslint/visitor-keys" "8.15.0"
2040+
"@typescript-eslint/scope-manager" "8.26.1"
2041+
"@typescript-eslint/types" "8.26.1"
2042+
"@typescript-eslint/typescript-estree" "8.26.1"
2043+
"@typescript-eslint/visitor-keys" "8.26.1"
20442044
debug "^4.3.4"
20452045

2046-
"@typescript-eslint/scope-manager@8.15.0":
2047-
version "8.15.0"
2048-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
2049-
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
2046+
"@typescript-eslint/scope-manager@8.26.1":
2047+
version "8.26.1"
2048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
2049+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
20502050
dependencies:
2051-
"@typescript-eslint/types" "8.15.0"
2052-
"@typescript-eslint/visitor-keys" "8.15.0"
2051+
"@typescript-eslint/types" "8.26.1"
2052+
"@typescript-eslint/visitor-keys" "8.26.1"
20532053

2054-
"@typescript-eslint/type-utils@8.15.0":
2055-
version "8.15.0"
2056-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
2057-
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
2054+
"@typescript-eslint/type-utils@8.26.1":
2055+
version "8.26.1"
2056+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
2057+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
20582058
dependencies:
2059-
"@typescript-eslint/typescript-estree" "8.15.0"
2060-
"@typescript-eslint/utils" "8.15.0"
2059+
"@typescript-eslint/typescript-estree" "8.26.1"
2060+
"@typescript-eslint/utils" "8.26.1"
20612061
debug "^4.3.4"
2062-
ts-api-utils "^1.3.0"
2062+
ts-api-utils "^2.0.1"
20632063

2064-
"@typescript-eslint/types@8.15.0":
2065-
version "8.15.0"
2066-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
2067-
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
2064+
"@typescript-eslint/types@8.26.1":
2065+
version "8.26.1"
2066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
2067+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
20682068

2069-
"@typescript-eslint/typescript-estree@8.15.0":
2070-
version "8.15.0"
2071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
2072-
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
2069+
"@typescript-eslint/typescript-estree@8.26.1":
2070+
version "8.26.1"
2071+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
2072+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
20732073
dependencies:
2074-
"@typescript-eslint/types" "8.15.0"
2075-
"@typescript-eslint/visitor-keys" "8.15.0"
2074+
"@typescript-eslint/types" "8.26.1"
2075+
"@typescript-eslint/visitor-keys" "8.26.1"
20762076
debug "^4.3.4"
20772077
fast-glob "^3.3.2"
20782078
is-glob "^4.0.3"
20792079
minimatch "^9.0.4"
20802080
semver "^7.6.0"
2081-
ts-api-utils "^1.3.0"
2081+
ts-api-utils "^2.0.1"
20822082

2083-
"@typescript-eslint/utils@8.15.0":
2084-
version "8.15.0"
2085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
2086-
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
2083+
"@typescript-eslint/utils@8.26.1":
2084+
version "8.26.1"
2085+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
2086+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
20872087
dependencies:
20882088
"@eslint-community/eslint-utils" "^4.4.0"
2089-
"@typescript-eslint/scope-manager" "8.15.0"
2090-
"@typescript-eslint/types" "8.15.0"
2091-
"@typescript-eslint/typescript-estree" "8.15.0"
2089+
"@typescript-eslint/scope-manager" "8.26.1"
2090+
"@typescript-eslint/types" "8.26.1"
2091+
"@typescript-eslint/typescript-estree" "8.26.1"
20922092

2093-
"@typescript-eslint/visitor-keys@8.15.0":
2094-
version "8.15.0"
2095-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
2096-
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
2093+
"@typescript-eslint/visitor-keys@8.26.1":
2094+
version "8.26.1"
2095+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
2096+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
20972097
dependencies:
2098-
"@typescript-eslint/types" "8.15.0"
2098+
"@typescript-eslint/types" "8.26.1"
20992099
eslint-visitor-keys "^4.2.0"
21002100

21012101
"@vitejs/plugin-react@4.3.3":
@@ -5202,10 +5202,10 @@ trough@^1.0.0:
52025202
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
52035203
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
52045204

5205-
ts-api-utils@^1.3.0:
5206-
version "1.4.0"
5207-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.0.tgz#709c6f2076e511a81557f3d07a0cbd566ae8195c"
5208-
integrity sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==
5205+
ts-api-utils@^2.0.1:
5206+
version "2.0.1"
5207+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
5208+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
52095209

52105210
ts-jest@29.2.5:
52115211
version "29.2.5"
@@ -5254,14 +5254,14 @@ type-fest@^0.21.3:
52545254
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
52555255
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
52565256

5257-
typescript-eslint@8.15.0:
5258-
version "8.15.0"
5259-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.15.0.tgz#c8a2a0d183c3eb48ae176aa078c1b9daa584cf9d"
5260-
integrity sha512-wY4FRGl0ZI+ZU4Jo/yjdBu0lVTSML58pu6PgGtJmCufvzfV565pUF6iACQt092uFOd49iLOTX/sEVmHtbSrS+w==
5257+
typescript-eslint@8.26.1:
5258+
version "8.26.1"
5259+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.26.1.tgz#d17a638a7543bc535157b83cdf5876513c71493b"
5260+
integrity sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==
52615261
dependencies:
5262-
"@typescript-eslint/eslint-plugin" "8.15.0"
5263-
"@typescript-eslint/parser" "8.15.0"
5264-
"@typescript-eslint/utils" "8.15.0"
5262+
"@typescript-eslint/eslint-plugin" "8.26.1"
5263+
"@typescript-eslint/parser" "8.26.1"
5264+
"@typescript-eslint/utils" "8.26.1"
52655265

52665266
typescript@5.7.2:
52675267
version "5.7.2"

0 commit comments

Comments
 (0)