Skip to content

Commit 7de30fc

Browse files
chore(deps): update dependency typescript-eslint to ~8.58.0
1 parent f834e15 commit 7de30fc

2 files changed

Lines changed: 130 additions & 92 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
"prettier-plugin-astro": "~0.14.0",
3535
"tailwindcss": "^4.1.8",
3636
"typescript": "~5.9.0",
37-
"typescript-eslint": "~8.49.0"
37+
"typescript-eslint": "~8.58.0"
3838
}
3939
}

yarn.lock

Lines changed: 129 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -524,14 +524,21 @@
524524
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.12.tgz#9bdad8176be7811ad148d1f8772359041f46c6c5"
525525
integrity sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==
526526

527-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0", "@eslint-community/eslint-utils@^4.8.0":
527+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.8.0":
528528
version "4.9.0"
529529
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
530530
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
531531
dependencies:
532532
eslint-visitor-keys "^3.4.3"
533533

534-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
534+
"@eslint-community/eslint-utils@^4.9.1":
535+
version "4.9.1"
536+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
537+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
538+
dependencies:
539+
eslint-visitor-keys "^3.4.3"
540+
541+
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
535542
version "4.12.2"
536543
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
537544
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -1323,93 +1330,106 @@
13231330
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4"
13241331
integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==
13251332

1326-
"@typescript-eslint/eslint-plugin@8.49.0":
1327-
version "8.49.0"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz#8ed8736b8415a9193989220eadb6031dbcd2260a"
1329-
integrity sha512-JXij0vzIaTtCwu6SxTh8qBc66kmf1xs7pI4UOiMDFVct6q86G0Zs7KRcEoJgY3Cav3x5Tq0MF5jwgpgLqgKG3A==
1330-
dependencies:
1331-
"@eslint-community/regexpp" "^4.10.0"
1332-
"@typescript-eslint/scope-manager" "8.49.0"
1333-
"@typescript-eslint/type-utils" "8.49.0"
1334-
"@typescript-eslint/utils" "8.49.0"
1335-
"@typescript-eslint/visitor-keys" "8.49.0"
1336-
ignore "^7.0.0"
1333+
"@typescript-eslint/eslint-plugin@8.58.1":
1334+
version "8.58.1"
1335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz#cb53038b83d165ca0ef96d67d875efbd56c50fa8"
1336+
integrity sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==
1337+
dependencies:
1338+
"@eslint-community/regexpp" "^4.12.2"
1339+
"@typescript-eslint/scope-manager" "8.58.1"
1340+
"@typescript-eslint/type-utils" "8.58.1"
1341+
"@typescript-eslint/utils" "8.58.1"
1342+
"@typescript-eslint/visitor-keys" "8.58.1"
1343+
ignore "^7.0.5"
13371344
natural-compare "^1.4.0"
1338-
ts-api-utils "^2.1.0"
1345+
ts-api-utils "^2.5.0"
13391346

1340-
"@typescript-eslint/parser@8.49.0":
1341-
version "8.49.0"
1342-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz#0ede412d59e99239b770f0f08c76c42fba717fa2"
1343-
integrity sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==
1347+
"@typescript-eslint/parser@8.58.1":
1348+
version "8.58.1"
1349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.1.tgz#0943eca522ac408bcdd649882c3d95b10ff00f62"
1350+
integrity sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==
13441351
dependencies:
1345-
"@typescript-eslint/scope-manager" "8.49.0"
1346-
"@typescript-eslint/types" "8.49.0"
1347-
"@typescript-eslint/typescript-estree" "8.49.0"
1348-
"@typescript-eslint/visitor-keys" "8.49.0"
1349-
debug "^4.3.4"
1352+
"@typescript-eslint/scope-manager" "8.58.1"
1353+
"@typescript-eslint/types" "8.58.1"
1354+
"@typescript-eslint/typescript-estree" "8.58.1"
1355+
"@typescript-eslint/visitor-keys" "8.58.1"
1356+
debug "^4.4.3"
13501357

1351-
"@typescript-eslint/project-service@8.49.0":
1352-
version "8.49.0"
1353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz#ce220525c88cb2d23792b391c07e14cb9697651a"
1354-
integrity sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==
1358+
"@typescript-eslint/project-service@8.58.1":
1359+
version "8.58.1"
1360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.1.tgz#c78781b1ca1ec1e7bc6522efba89318c6d249feb"
1361+
integrity sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==
13551362
dependencies:
1356-
"@typescript-eslint/tsconfig-utils" "^8.49.0"
1357-
"@typescript-eslint/types" "^8.49.0"
1358-
debug "^4.3.4"
1363+
"@typescript-eslint/tsconfig-utils" "^8.58.1"
1364+
"@typescript-eslint/types" "^8.58.1"
1365+
debug "^4.4.3"
1366+
1367+
"@typescript-eslint/scope-manager@8.58.1":
1368+
version "8.58.1"
1369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz#35168f561bab4e3fd10dd6b03e8b83c157479211"
1370+
integrity sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==
1371+
dependencies:
1372+
"@typescript-eslint/types" "8.58.1"
1373+
"@typescript-eslint/visitor-keys" "8.58.1"
13591374

1360-
"@typescript-eslint/scope-manager@8.49.0", "@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
1375+
"@typescript-eslint/scope-manager@^7.0.0 || ^8.0.0":
13611376
version "8.49.0"
13621377
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz#a3496765b57fb48035d671174552e462e5bffa63"
13631378
integrity sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==
13641379
dependencies:
13651380
"@typescript-eslint/types" "8.49.0"
13661381
"@typescript-eslint/visitor-keys" "8.49.0"
13671382

1368-
"@typescript-eslint/tsconfig-utils@8.49.0", "@typescript-eslint/tsconfig-utils@^8.49.0":
1369-
version "8.49.0"
1370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz#857777c8e35dd1e564505833d8043f544442fbf4"
1371-
integrity sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==
1383+
"@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
1384+
version "8.58.1"
1385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
1386+
integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
13721387

1373-
"@typescript-eslint/type-utils@8.49.0":
1374-
version "8.49.0"
1375-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz#d8118a0c1896a78a22f01d3c176e9945409b085b"
1376-
integrity sha512-KTExJfQ+svY8I10P4HdxKzWsvtVnsuCifU5MvXrRwoP2KOlNZ9ADNEWWsQTJgMxLzS5VLQKDjkCT/YzgsnqmZg==
1388+
"@typescript-eslint/type-utils@8.58.1":
1389+
version "8.58.1"
1390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz#b21085a233087bde94c92ba6f5b4dfb77ca56730"
1391+
integrity sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==
13771392
dependencies:
1378-
"@typescript-eslint/types" "8.49.0"
1379-
"@typescript-eslint/typescript-estree" "8.49.0"
1380-
"@typescript-eslint/utils" "8.49.0"
1381-
debug "^4.3.4"
1382-
ts-api-utils "^2.1.0"
1393+
"@typescript-eslint/types" "8.58.1"
1394+
"@typescript-eslint/typescript-estree" "8.58.1"
1395+
"@typescript-eslint/utils" "8.58.1"
1396+
debug "^4.4.3"
1397+
ts-api-utils "^2.5.0"
13831398

1384-
"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^7.0.0 || ^8.0.0", "@typescript-eslint/types@^7.7.1 || ^8", "@typescript-eslint/types@^8.49.0":
1399+
"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^7.0.0 || ^8.0.0", "@typescript-eslint/types@^7.7.1 || ^8":
13851400
version "8.49.0"
13861401
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz#c1bd3ebf956d9e5216396349ca23c58d74f06aee"
13871402
integrity sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==
13881403

1389-
"@typescript-eslint/typescript-estree@8.49.0":
1390-
version "8.49.0"
1391-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz#99c5a53275197ccb4e849786dad68344e9924135"
1392-
integrity sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==
1404+
"@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.58.1":
1405+
version "8.58.1"
1406+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
1407+
integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
1408+
1409+
"@typescript-eslint/typescript-estree@8.58.1":
1410+
version "8.58.1"
1411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz#8230cc9628d2cffef101e298c62807c4b9bf2fe9"
1412+
integrity sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==
13931413
dependencies:
1394-
"@typescript-eslint/project-service" "8.49.0"
1395-
"@typescript-eslint/tsconfig-utils" "8.49.0"
1396-
"@typescript-eslint/types" "8.49.0"
1397-
"@typescript-eslint/visitor-keys" "8.49.0"
1398-
debug "^4.3.4"
1399-
minimatch "^9.0.4"
1400-
semver "^7.6.0"
1414+
"@typescript-eslint/project-service" "8.58.1"
1415+
"@typescript-eslint/tsconfig-utils" "8.58.1"
1416+
"@typescript-eslint/types" "8.58.1"
1417+
"@typescript-eslint/visitor-keys" "8.58.1"
1418+
debug "^4.4.3"
1419+
minimatch "^10.2.2"
1420+
semver "^7.7.3"
14011421
tinyglobby "^0.2.15"
1402-
ts-api-utils "^2.1.0"
1422+
ts-api-utils "^2.5.0"
14031423

1404-
"@typescript-eslint/utils@8.49.0":
1405-
version "8.49.0"
1406-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz#43b3b91d30afd6f6114532cf0b228f1790f43aff"
1407-
integrity sha512-N3W7rJw7Rw+z1tRsHZbK395TWSYvufBXumYtEGzypgMUthlg0/hmCImeA8hgO2d2G4pd7ftpxxul2J8OdtdaFA==
1424+
"@typescript-eslint/utils@8.58.1":
1425+
version "8.58.1"
1426+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.1.tgz#099a327b04ed921e6ee3988cde9ef34bc4b5435a"
1427+
integrity sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==
14081428
dependencies:
1409-
"@eslint-community/eslint-utils" "^4.7.0"
1410-
"@typescript-eslint/scope-manager" "8.49.0"
1411-
"@typescript-eslint/types" "8.49.0"
1412-
"@typescript-eslint/typescript-estree" "8.49.0"
1429+
"@eslint-community/eslint-utils" "^4.9.1"
1430+
"@typescript-eslint/scope-manager" "8.58.1"
1431+
"@typescript-eslint/types" "8.58.1"
1432+
"@typescript-eslint/typescript-estree" "8.58.1"
14131433

14141434
"@typescript-eslint/visitor-keys@8.49.0":
14151435
version "8.49.0"
@@ -1419,6 +1439,14 @@
14191439
"@typescript-eslint/types" "8.49.0"
14201440
eslint-visitor-keys "^4.2.1"
14211441

1442+
"@typescript-eslint/visitor-keys@8.58.1":
1443+
version "8.58.1"
1444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz#7c197533177f1ba9b8249f55f7f685e32bb6f204"
1445+
integrity sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==
1446+
dependencies:
1447+
"@typescript-eslint/types" "8.58.1"
1448+
eslint-visitor-keys "^5.0.0"
1449+
14221450
"@ungap/structured-clone@^1.0.0":
14231451
version "1.3.0"
14241452
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -1729,6 +1757,11 @@ balanced-match@^1.0.0:
17291757
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
17301758
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
17311759

1760+
balanced-match@^4.0.2:
1761+
version "4.0.4"
1762+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1763+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1764+
17321765
base-64@^1.0.0:
17331766
version "1.0.0"
17341767
resolved "https://registry.yarnpkg.com/base-64/-/base-64-1.0.0.tgz#09d0f2084e32a3fd08c2475b973788eee6ae8f4a"
@@ -1771,12 +1804,12 @@ brace-expansion@^1.1.7:
17711804
balanced-match "^1.0.0"
17721805
concat-map "0.0.1"
17731806

1774-
brace-expansion@^2.0.1:
1775-
version "2.0.2"
1776-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
1777-
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
1807+
brace-expansion@^5.0.5:
1808+
version "5.0.5"
1809+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1810+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
17781811
dependencies:
1779-
balanced-match "^1.0.0"
1812+
balanced-match "^4.0.2"
17801813

17811814
braces@^3.0.3:
17821815
version "3.0.3"
@@ -2269,6 +2302,11 @@ eslint-visitor-keys@^4.0.0, eslint-visitor-keys@^4.2.1:
22692302
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
22702303
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
22712304

2305+
eslint-visitor-keys@^5.0.0:
2306+
version "5.0.1"
2307+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2308+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2309+
22722310
eslint@~9.39.0:
22732311
version "9.39.1"
22742312
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.1.tgz#be8bf7c6de77dcc4252b5a8dcb31c2efff74a6e5"
@@ -2793,7 +2831,7 @@ ignore@^5.2.0:
27932831
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
27942832
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
27952833

2796-
ignore@^7.0.0:
2834+
ignore@^7.0.5:
27972835
version "7.0.5"
27982836
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
27992837
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -3762,20 +3800,20 @@ micromatch@^4.0.8:
37623800
braces "^3.0.3"
37633801
picomatch "^2.3.1"
37643802

3803+
minimatch@^10.2.2:
3804+
version "10.2.5"
3805+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
3806+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
3807+
dependencies:
3808+
brace-expansion "^5.0.5"
3809+
37653810
minimatch@^3.1.2:
37663811
version "3.1.2"
37673812
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37683813
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
37693814
dependencies:
37703815
brace-expansion "^1.1.7"
37713816

3772-
minimatch@^9.0.4:
3773-
version "9.0.5"
3774-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
3775-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
3776-
dependencies:
3777-
brace-expansion "^2.0.1"
3778-
37793817
mrmime@^2.0.1:
37803818
version "2.0.1"
37813819
resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.1.tgz#bc3e87f7987853a54c9850eeb1f1078cd44adddc"
@@ -4415,7 +4453,7 @@ semver@^6.3.1:
44154453
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
44164454
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
44174455

4418-
semver@^7.3.8, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.7.3:
4456+
semver@^7.3.8, semver@^7.5.4, semver@^7.6.2, semver@^7.7.3:
44194457
version "7.7.3"
44204458
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
44214459
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
@@ -4643,10 +4681,10 @@ trough@^2.0.0:
46434681
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
46444682
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
46454683

4646-
ts-api-utils@^2.1.0:
4647-
version "2.1.0"
4648-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4649-
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4684+
ts-api-utils@^2.5.0:
4685+
version "2.5.0"
4686+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
4687+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
46504688

46514689
tsconfck@^3.1.6:
46524690
version "3.1.6"
@@ -4682,15 +4720,15 @@ typescript-auto-import-cache@^0.3.5:
46824720
dependencies:
46834721
semver "^7.3.8"
46844722

4685-
typescript-eslint@~8.49.0:
4686-
version "8.49.0"
4687-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.49.0.tgz#4a8b608ae48c0db876c8fb2a2724839fc5a7147c"
4688-
integrity sha512-zRSVH1WXD0uXczCXw+nsdjGPUdx4dfrs5VQoHnUWmv1U3oNlAKv4FUNdLDhVUg+gYn+a5hUESqch//Rv5wVhrg==
4723+
typescript-eslint@~8.58.0:
4724+
version "8.58.1"
4725+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.1.tgz#e765cbfea5774dcb4b1473e5e77a46254f309b32"
4726+
integrity sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==
46894727
dependencies:
4690-
"@typescript-eslint/eslint-plugin" "8.49.0"
4691-
"@typescript-eslint/parser" "8.49.0"
4692-
"@typescript-eslint/typescript-estree" "8.49.0"
4693-
"@typescript-eslint/utils" "8.49.0"
4728+
"@typescript-eslint/eslint-plugin" "8.58.1"
4729+
"@typescript-eslint/parser" "8.58.1"
4730+
"@typescript-eslint/typescript-estree" "8.58.1"
4731+
"@typescript-eslint/utils" "8.58.1"
46944732

46954733
typescript@~5.9.0:
46964734
version "5.9.3"

0 commit comments

Comments
 (0)