Skip to content

Commit f2bd505

Browse files
chore(deps): update typescript-eslint monorepo to v8.22.0
1 parent bcd335f commit f2bd505

File tree

1 file changed

+89
-3
lines changed

1 file changed

+89
-3
lines changed

Diff for: yarn.lock

+89-3
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,22 @@
13191319
dependencies:
13201320
"@types/yargs-parser" "*"
13211321

1322-
"@typescript-eslint/eslint-plugin@^8.0.0", "@typescript-eslint/eslint-plugin@^8.19.1":
1322+
"@typescript-eslint/eslint-plugin@^8.0.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==
1326+
dependencies:
1327+
"@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"
1332+
graphemer "^1.4.0"
1333+
ignore "^5.3.1"
1334+
natural-compare "^1.4.0"
1335+
ts-api-utils "^2.0.0"
1336+
1337+
"@typescript-eslint/eslint-plugin@^8.19.1":
13231338
version "8.20.0"
13241339
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
13251340
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
@@ -1345,7 +1360,18 @@
13451360
"@typescript-eslint/visitor-keys" "6.21.0"
13461361
debug "^4.3.4"
13471362

1348-
"@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.19.1":
1363+
"@typescript-eslint/parser@^8.0.0":
1364+
version "8.22.0"
1365+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a"
1366+
integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==
1367+
dependencies:
1368+
"@typescript-eslint/scope-manager" "8.22.0"
1369+
"@typescript-eslint/types" "8.22.0"
1370+
"@typescript-eslint/typescript-estree" "8.22.0"
1371+
"@typescript-eslint/visitor-keys" "8.22.0"
1372+
debug "^4.3.4"
1373+
1374+
"@typescript-eslint/parser@^8.19.1":
13491375
version "8.20.0"
13501376
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
13511377
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
@@ -1380,6 +1406,14 @@
13801406
"@typescript-eslint/types" "8.20.0"
13811407
"@typescript-eslint/visitor-keys" "8.20.0"
13821408

1409+
"@typescript-eslint/[email protected]":
1410+
version "8.22.0"
1411+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e"
1412+
integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==
1413+
dependencies:
1414+
"@typescript-eslint/types" "8.22.0"
1415+
"@typescript-eslint/visitor-keys" "8.22.0"
1416+
13831417
"@typescript-eslint/[email protected]":
13841418
version "8.20.0"
13851419
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
@@ -1390,6 +1424,16 @@
13901424
debug "^4.3.4"
13911425
ts-api-utils "^2.0.0"
13921426

1427+
"@typescript-eslint/[email protected]":
1428+
version "8.22.0"
1429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509"
1430+
integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==
1431+
dependencies:
1432+
"@typescript-eslint/typescript-estree" "8.22.0"
1433+
"@typescript-eslint/utils" "8.22.0"
1434+
debug "^4.3.4"
1435+
ts-api-utils "^2.0.0"
1436+
13931437
"@typescript-eslint/[email protected]":
13941438
version "6.21.0"
13951439
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz"
@@ -1405,6 +1449,11 @@
14051449
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
14061450
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
14071451

1452+
"@typescript-eslint/[email protected]":
1453+
version "8.22.0"
1454+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
1455+
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
1456+
14081457
"@typescript-eslint/[email protected]":
14091458
version "6.21.0"
14101459
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz"
@@ -1447,6 +1496,20 @@
14471496
semver "^7.6.0"
14481497
ts-api-utils "^2.0.0"
14491498

1499+
"@typescript-eslint/[email protected]":
1500+
version "8.22.0"
1501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df"
1502+
integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==
1503+
dependencies:
1504+
"@typescript-eslint/types" "8.22.0"
1505+
"@typescript-eslint/visitor-keys" "8.22.0"
1506+
debug "^4.3.4"
1507+
fast-glob "^3.3.2"
1508+
is-glob "^4.0.3"
1509+
minimatch "^9.0.4"
1510+
semver "^7.6.0"
1511+
ts-api-utils "^2.0.0"
1512+
14501513
"@typescript-eslint/[email protected]":
14511514
version "8.20.0"
14521515
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
@@ -1457,6 +1520,16 @@
14571520
"@typescript-eslint/types" "8.20.0"
14581521
"@typescript-eslint/typescript-estree" "8.20.0"
14591522

1523+
"@typescript-eslint/[email protected]":
1524+
version "8.22.0"
1525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44"
1526+
integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==
1527+
dependencies:
1528+
"@eslint-community/eslint-utils" "^4.4.0"
1529+
"@typescript-eslint/scope-manager" "8.22.0"
1530+
"@typescript-eslint/types" "8.22.0"
1531+
"@typescript-eslint/typescript-estree" "8.22.0"
1532+
14601533
"@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.19.0":
14611534
version "8.19.1"
14621535
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
@@ -1491,6 +1564,14 @@
14911564
"@typescript-eslint/types" "8.20.0"
14921565
eslint-visitor-keys "^4.2.0"
14931566

1567+
"@typescript-eslint/[email protected]":
1568+
version "8.22.0"
1569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz#02cc005014c372033eb9171e2275b76cba722a3f"
1570+
integrity sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==
1571+
dependencies:
1572+
"@typescript-eslint/types" "8.22.0"
1573+
eslint-visitor-keys "^4.2.0"
1574+
14941575
"@ungap/structured-clone@^1.0.0":
14951576
version "1.2.1"
14961577
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.1.tgz#28fa185f67daaf7b7a1a8c1d445132c5d979f8bd"
@@ -4387,11 +4468,16 @@ scslre@^0.3.0:
43874468
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
43884469
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
43894470

4390-
semver@^7.3.5, semver@^7.3.6, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
4471+
semver@^7.3.5, semver@^7.3.6, semver@^7.5.4, semver@^7.6.3:
43914472
version "7.6.3"
43924473
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
43934474
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
43944475

4476+
semver@^7.6.0:
4477+
version "7.7.0"
4478+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
4479+
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
4480+
43954481
shebang-command@^2.0.0:
43964482
version "2.0.0"
43974483
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)