Skip to content

Commit b144ce0

Browse files
chore(deps): update typescript-eslint monorepo to v8.23.0
1 parent 0b1e4ab commit b144ce0

File tree

1 file changed

+70
-25
lines changed

1 file changed

+70
-25
lines changed

yarn.lock

Lines changed: 70 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,19 +1320,19 @@
13201320
"@types/yargs-parser" "*"
13211321

13221322
"@typescript-eslint/eslint-plugin@^8.0.0", "@typescript-eslint/eslint-plugin@^8.21.0":
1323-
version "8.22.0"
1324-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861"
1325-
integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==
1323+
version "8.23.0"
1324+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.23.0.tgz#7745f4e3e4a7ae5f6f73fefcd856fd6a074189b7"
1325+
integrity sha512-vBz65tJgRrA1Q5gWlRfvoH+w943dq9K1p1yDBY2pc+a1nbBLZp7fB9+Hk8DaALUbzjqlMfgaqlVPT1REJdkt/w==
13261326
dependencies:
13271327
"@eslint-community/regexpp" "^4.10.0"
1328-
"@typescript-eslint/scope-manager" "8.22.0"
1329-
"@typescript-eslint/type-utils" "8.22.0"
1330-
"@typescript-eslint/utils" "8.22.0"
1331-
"@typescript-eslint/visitor-keys" "8.22.0"
1328+
"@typescript-eslint/scope-manager" "8.23.0"
1329+
"@typescript-eslint/type-utils" "8.23.0"
1330+
"@typescript-eslint/utils" "8.23.0"
1331+
"@typescript-eslint/visitor-keys" "8.23.0"
13321332
graphemer "^1.4.0"
13331333
ignore "^5.3.1"
13341334
natural-compare "^1.4.0"
1335-
ts-api-utils "^2.0.0"
1335+
ts-api-utils "^2.0.1"
13361336

13371337
"@typescript-eslint/parser@^6.7.5":
13381338
version "6.21.0"
@@ -1346,14 +1346,14 @@
13461346
debug "^4.3.4"
13471347

13481348
"@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.21.0":
1349-
version "8.22.0"
1350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a"
1351-
integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==
1352-
dependencies:
1353-
"@typescript-eslint/scope-manager" "8.22.0"
1354-
"@typescript-eslint/types" "8.22.0"
1355-
"@typescript-eslint/typescript-estree" "8.22.0"
1356-
"@typescript-eslint/visitor-keys" "8.22.0"
1349+
version "8.23.0"
1350+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.23.0.tgz#57acb3b65fce48d12b70d119436e145842a30081"
1351+
integrity sha512-h2lUByouOXFAlMec2mILeELUbME5SZRN/7R9Cw2RD2lRQQY08MWMM+PmVVKKJNK1aIwqTo9t/0CvOxwPbRIE2Q==
1352+
dependencies:
1353+
"@typescript-eslint/scope-manager" "8.23.0"
1354+
"@typescript-eslint/types" "8.23.0"
1355+
"@typescript-eslint/typescript-estree" "8.23.0"
1356+
"@typescript-eslint/visitor-keys" "8.23.0"
13571357
debug "^4.3.4"
13581358

13591359
"@typescript-eslint/scope-manager@6.21.0":
@@ -1372,15 +1372,23 @@
13721372
"@typescript-eslint/types" "8.22.0"
13731373
"@typescript-eslint/visitor-keys" "8.22.0"
13741374

1375-
"@typescript-eslint/type-utils@8.22.0":
1376-
version "8.22.0"
1377-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509"
1378-
integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==
1375+
"@typescript-eslint/scope-manager@8.23.0":
1376+
version "8.23.0"
1377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.23.0.tgz#ee3bb7546421ca924b9b7a8b62a77d388193ddec"
1378+
integrity sha512-OGqo7+dXHqI7Hfm+WqkZjKjsiRtFUQHPdGMXzk5mYXhJUedO7e/Y7i8AK3MyLMgZR93TX4bIzYrfyVjLC+0VSw==
13791379
dependencies:
1380-
"@typescript-eslint/typescript-estree" "8.22.0"
1381-
"@typescript-eslint/utils" "8.22.0"
1380+
"@typescript-eslint/types" "8.23.0"
1381+
"@typescript-eslint/visitor-keys" "8.23.0"
1382+
1383+
"@typescript-eslint/type-utils@8.23.0":
1384+
version "8.23.0"
1385+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.23.0.tgz#271e1eecece072d92679dfda5ccfceac3faa9f76"
1386+
integrity sha512-iIuLdYpQWZKbiH+RkCGc6iu+VwscP5rCtQ1lyQ7TYuKLrcZoeJVpcLiG8DliXVkUxirW/PWlmS+d6yD51L9jvA==
1387+
dependencies:
1388+
"@typescript-eslint/typescript-estree" "8.23.0"
1389+
"@typescript-eslint/utils" "8.23.0"
13821390
debug "^4.3.4"
1383-
ts-api-utils "^2.0.0"
1391+
ts-api-utils "^2.0.1"
13841392

13851393
"@typescript-eslint/types@6.21.0":
13861394
version "6.21.0"
@@ -1392,6 +1400,11 @@
13921400
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
13931401
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
13941402

1403+
"@typescript-eslint/types@8.23.0":
1404+
version "8.23.0"
1405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.23.0.tgz#3355f6bcc5ebab77ef6dcbbd1113ec0a683a234a"
1406+
integrity sha512-1sK4ILJbCmZOTt9k4vkoulT6/y5CHJ1qUYxqpF1K/DBAd8+ZUL4LlSCxOssuH5m4rUaaN0uS0HlVPvd45zjduQ==
1407+
13951408
"@typescript-eslint/typescript-estree@6.21.0":
13961409
version "6.21.0"
13971410
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz"
@@ -1420,7 +1433,31 @@
14201433
semver "^7.6.0"
14211434
ts-api-utils "^2.0.0"
14221435

1423-
"@typescript-eslint/utils@8.22.0", "@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
1436+
"@typescript-eslint/typescript-estree@8.23.0":
1437+
version "8.23.0"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.23.0.tgz#f633ef08efa656e386bc44b045ffcf9537cc6924"
1439+
integrity sha512-LcqzfipsB8RTvH8FX24W4UUFk1bl+0yTOf9ZA08XngFwMg4Kj8A+9hwz8Cr/ZS4KwHrmo9PJiLZkOt49vPnuvQ==
1440+
dependencies:
1441+
"@typescript-eslint/types" "8.23.0"
1442+
"@typescript-eslint/visitor-keys" "8.23.0"
1443+
debug "^4.3.4"
1444+
fast-glob "^3.3.2"
1445+
is-glob "^4.0.3"
1446+
minimatch "^9.0.4"
1447+
semver "^7.6.0"
1448+
ts-api-utils "^2.0.1"
1449+
1450+
"@typescript-eslint/utils@8.23.0":
1451+
version "8.23.0"
1452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.23.0.tgz#b269cbdc77129fd6e0e600b168b5ef740a625554"
1453+
integrity sha512-uB/+PSo6Exu02b5ZEiVtmY6RVYO7YU5xqgzTIVZwTHvvK3HsL8tZZHFaTLFtRG3CsV4A5mhOv+NZx5BlhXPyIA==
1454+
dependencies:
1455+
"@eslint-community/eslint-utils" "^4.4.0"
1456+
"@typescript-eslint/scope-manager" "8.23.0"
1457+
"@typescript-eslint/types" "8.23.0"
1458+
"@typescript-eslint/typescript-estree" "8.23.0"
1459+
1460+
"@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.21.0":
14241461
version "8.22.0"
14251462
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44"
14261463
integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==
@@ -1446,6 +1483,14 @@
14461483
"@typescript-eslint/types" "8.22.0"
14471484
eslint-visitor-keys "^4.2.0"
14481485

1486+
"@typescript-eslint/visitor-keys@8.23.0":
1487+
version "8.23.0"
1488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.23.0.tgz#40405fd26a61d23f5f4c2ed0f016a47074781df8"
1489+
integrity sha512-oWWhcWDLwDfu++BGTZcmXWqpwtkwb5o7fxUIGksMQQDSdPW9prsSnfIOZMlsj4vBOSrcnjIUZMiIjODgGosFhQ==
1490+
dependencies:
1491+
"@typescript-eslint/types" "8.23.0"
1492+
eslint-visitor-keys "^4.2.0"
1493+
14491494
"@ungap/structured-clone@^1.0.0":
14501495
version "1.3.0"
14511496
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -4625,7 +4670,7 @@ ts-api-utils@^1.0.1:
46254670
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz"
46264671
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
46274672

4628-
ts-api-utils@^2.0.0:
4673+
ts-api-utils@^2.0.0, ts-api-utils@^2.0.1:
46294674
version "2.0.1"
46304675
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
46314676
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==

0 commit comments

Comments
 (0)