Skip to content

Commit 44417e9

Browse files
chore(deps): update dependency typescript-eslint to v8.45.0
1 parent 7bc813f commit 44417e9

File tree

2 files changed

+116
-71
lines changed

2 files changed

+116
-71
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.45.0",
5454
"vite": "5.4.11"
5555
},
5656
"packageManager": "[email protected]"

yarn.lock

Lines changed: 115 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,13 +1281,20 @@
12811281
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
12821282
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==
12831283

1284-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
1284+
"@eslint-community/eslint-utils@^4.2.0":
12851285
version "4.4.1"
12861286
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
12871287
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
12881288
dependencies:
12891289
eslint-visitor-keys "^3.4.3"
12901290

1291+
"@eslint-community/eslint-utils@^4.7.0":
1292+
version "4.9.0"
1293+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1294+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1295+
dependencies:
1296+
eslint-visitor-keys "^3.4.3"
1297+
12911298
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
12921299
version "4.12.1"
12931300
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2017,86 +2024,113 @@
20172024
dependencies:
20182025
"@types/yargs-parser" "*"
20192026

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==
2027+
"@typescript-eslint/eslint-plugin@8.45.0":
2028+
version "8.45.0"
2029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.45.0.tgz#9f251d4e85ec5089e7cccb09257ce93dbf0d7744"
2030+
integrity sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==
20242031
dependencies:
20252032
"@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"
2033+
"@typescript-eslint/scope-manager" "8.45.0"
2034+
"@typescript-eslint/type-utils" "8.45.0"
2035+
"@typescript-eslint/utils" "8.45.0"
2036+
"@typescript-eslint/visitor-keys" "8.45.0"
20302037
graphemer "^1.4.0"
2031-
ignore "^5.3.1"
2038+
ignore "^7.0.0"
20322039
natural-compare "^1.4.0"
2033-
ts-api-utils "^1.3.0"
2040+
ts-api-utils "^2.1.0"
20342041

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==
2042+
"@typescript-eslint/parser@8.45.0":
2043+
version "8.45.0"
2044+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4"
2045+
integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==
20392046
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"
2047+
"@typescript-eslint/scope-manager" "8.45.0"
2048+
"@typescript-eslint/types" "8.45.0"
2049+
"@typescript-eslint/typescript-estree" "8.45.0"
2050+
"@typescript-eslint/visitor-keys" "8.45.0"
20442051
debug "^4.3.4"
20452052

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==
2053+
"@typescript-eslint/project-service@8.45.0":
2054+
version "8.45.0"
2055+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c"
2056+
integrity sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==
20502057
dependencies:
2051-
"@typescript-eslint/types" "8.15.0"
2052-
"@typescript-eslint/visitor-keys" "8.15.0"
2058+
"@typescript-eslint/tsconfig-utils" "^8.45.0"
2059+
"@typescript-eslint/types" "^8.45.0"
2060+
debug "^4.3.4"
20532061

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==
2062+
"@typescript-eslint/scope-manager@8.45.0":
2063+
version "8.45.0"
2064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.45.0.tgz#59615ba506a9e3479d1efb0d09d6ab52f2a19142"
2065+
integrity sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==
20582066
dependencies:
2059-
"@typescript-eslint/typescript-estree" "8.15.0"
2060-
"@typescript-eslint/utils" "8.15.0"
2061-
debug "^4.3.4"
2062-
ts-api-utils "^1.3.0"
2067+
"@typescript-eslint/types" "8.45.0"
2068+
"@typescript-eslint/visitor-keys" "8.45.0"
2069+
2070+
"@typescript-eslint/[email protected]":
2071+
version "8.45.0"
2072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c"
2073+
integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==
20632074

2064-
"@typescript-eslint/[email protected].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==
2075+
"@typescript-eslint/tsconfig-utils@^8.45.0":
2076+
version "8.46.1"
2077+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.1.tgz#24405888560175c6c209c39df11ac06a2efef9d7"
2078+
integrity sha512-X88+J/CwFvlJB+mK09VFqx5FE4H5cXD+H/Bdza2aEWkSb8hnWIQorNcscRl4IEo1Cz9VI/+/r/jnGWkbWPx54g==
20682079

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==
2080+
"@typescript-eslint/type-utils@8.45.0":
2081+
version "8.45.0"
2082+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.45.0.tgz#04004bdf2598844faa29fb936fb6b0ee10d6d3f3"
2083+
integrity sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A==
20732084
dependencies:
2074-
"@typescript-eslint/types" "8.15.0"
2075-
"@typescript-eslint/visitor-keys" "8.15.0"
2085+
"@typescript-eslint/types" "8.45.0"
2086+
"@typescript-eslint/typescript-estree" "8.45.0"
2087+
"@typescript-eslint/utils" "8.45.0"
2088+
debug "^4.3.4"
2089+
ts-api-utils "^2.1.0"
2090+
2091+
"@typescript-eslint/[email protected]":
2092+
version "8.45.0"
2093+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684"
2094+
integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==
2095+
2096+
"@typescript-eslint/types@^8.45.0":
2097+
version "8.46.1"
2098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.1.tgz#4c5479538ec10b5508b8e982e172911c987446d8"
2099+
integrity sha512-C+soprGBHwWBdkDpbaRC4paGBrkIXxVlNohadL5o0kfhsXqOC6GYH2S/Obmig+I0HTDl8wMaRySwrfrXVP8/pQ==
2100+
2101+
"@typescript-eslint/[email protected]":
2102+
version "8.45.0"
2103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.45.0.tgz#3498500f109a89b104d2770497c707e56dfe062d"
2104+
integrity sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==
2105+
dependencies:
2106+
"@typescript-eslint/project-service" "8.45.0"
2107+
"@typescript-eslint/tsconfig-utils" "8.45.0"
2108+
"@typescript-eslint/types" "8.45.0"
2109+
"@typescript-eslint/visitor-keys" "8.45.0"
20762110
debug "^4.3.4"
20772111
fast-glob "^3.3.2"
20782112
is-glob "^4.0.3"
20792113
minimatch "^9.0.4"
20802114
semver "^7.6.0"
2081-
ts-api-utils "^1.3.0"
2115+
ts-api-utils "^2.1.0"
20822116

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==
2117+
"@typescript-eslint/utils@8.45.0":
2118+
version "8.45.0"
2119+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.45.0.tgz#6e68e92d99019fdf56018d0e6664c76a70470c95"
2120+
integrity sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==
20872121
dependencies:
2088-
"@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"
2122+
"@eslint-community/eslint-utils" "^4.7.0"
2123+
"@typescript-eslint/scope-manager" "8.45.0"
2124+
"@typescript-eslint/types" "8.45.0"
2125+
"@typescript-eslint/typescript-estree" "8.45.0"
20922126

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==
2127+
"@typescript-eslint/visitor-keys@8.45.0":
2128+
version "8.45.0"
2129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.45.0.tgz#4e3bcc55da64ac61069ebfe62ca240567ac7d784"
2130+
integrity sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==
20972131
dependencies:
2098-
"@typescript-eslint/types" "8.15.0"
2099-
eslint-visitor-keys "^4.2.0"
2132+
"@typescript-eslint/types" "8.45.0"
2133+
eslint-visitor-keys "^4.2.1"
21002134

21012135
21022136
version "4.3.3"
@@ -2860,6 +2894,11 @@ eslint-visitor-keys@^4.2.0:
28602894
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
28612895
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
28622896

2897+
eslint-visitor-keys@^4.2.1:
2898+
version "4.2.1"
2899+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2900+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2901+
28632902
28642903
version "9.15.0"
28652904
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
@@ -3355,11 +3394,16 @@ identity-obj-proxy@^3.0.0:
33553394
dependencies:
33563395
harmony-reflect "^1.4.6"
33573396

3358-
ignore@^5.2.0, ignore@^5.3.1:
3397+
ignore@^5.2.0:
33593398
version "5.3.2"
33603399
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
33613400
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
33623401

3402+
ignore@^7.0.0:
3403+
version "7.0.5"
3404+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3405+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3406+
33633407
import-fresh@^3.2.1:
33643408
version "3.3.0"
33653409
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -5202,10 +5246,10 @@ trough@^1.0.0:
52025246
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
52035247
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
52045248

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==
5249+
ts-api-utils@^2.1.0:
5250+
version "2.1.0"
5251+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5252+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
52095253

52105254
52115255
version "29.2.5"
@@ -5254,14 +5298,15 @@ type-fest@^0.21.3:
52545298
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
52555299
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
52565300

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==
5301+
typescript-eslint@8.45.0:
5302+
version "8.45.0"
5303+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.45.0.tgz#98ab164234dc04c112747ec0a4ae29a94efe123b"
5304+
integrity sha512-qzDmZw/Z5beNLUrXfd0HIW6MzIaAV5WNDxmMs9/3ojGOpYavofgNAAD/nC6tGV2PczIi0iw8vot2eAe/sBn7zg==
52615305
dependencies:
5262-
"@typescript-eslint/eslint-plugin" "8.15.0"
5263-
"@typescript-eslint/parser" "8.15.0"
5264-
"@typescript-eslint/utils" "8.15.0"
5306+
"@typescript-eslint/eslint-plugin" "8.45.0"
5307+
"@typescript-eslint/parser" "8.45.0"
5308+
"@typescript-eslint/typescript-estree" "8.45.0"
5309+
"@typescript-eslint/utils" "8.45.0"
52655310

52665311
52675312
version "5.7.2"

0 commit comments

Comments
 (0)