Skip to content

Commit d017dc4

Browse files
authored
Merge pull request #511 from rrd108/renovate/typescript-eslint-monorepo
chore(deps): update typescript-eslint monorepo to v8.22.0
2 parents e4a0003 + f2bd505 commit d017dc4

File tree

1 file changed

+89
-3
lines changed

1 file changed

+89
-3
lines changed

yarn.lock

+89-3
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,22 @@
14141414
dependencies:
14151415
"@types/yargs-parser" "*"
14161416

1417-
"@typescript-eslint/eslint-plugin@^8.0.0", "@typescript-eslint/eslint-plugin@^8.19.1":
1417+
"@typescript-eslint/eslint-plugin@^8.0.0":
1418+
version "8.22.0"
1419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.22.0.tgz#63a1b0d24d85a971949f8d71d693019f58d2e861"
1420+
integrity sha512-4Uta6REnz/xEJMvwf72wdUnC3rr4jAQf5jnTkeRQ9b6soxLxhDEbS/pfMPoJLDfFPNVRdryqWUIV/2GZzDJFZw==
1421+
dependencies:
1422+
"@eslint-community/regexpp" "^4.10.0"
1423+
"@typescript-eslint/scope-manager" "8.22.0"
1424+
"@typescript-eslint/type-utils" "8.22.0"
1425+
"@typescript-eslint/utils" "8.22.0"
1426+
"@typescript-eslint/visitor-keys" "8.22.0"
1427+
graphemer "^1.4.0"
1428+
ignore "^5.3.1"
1429+
natural-compare "^1.4.0"
1430+
ts-api-utils "^2.0.0"
1431+
1432+
"@typescript-eslint/eslint-plugin@^8.19.1":
14181433
version "8.20.0"
14191434
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.20.0.tgz#b47a398e0e551cb008c60190b804394e6852c863"
14201435
integrity sha512-naduuphVw5StFfqp4Gq4WhIBE2gN1GEmMUExpJYknZJdRnc+2gDzB8Z3+5+/Kv33hPQRDGzQO/0opHE72lZZ6A==
@@ -1440,7 +1455,18 @@
14401455
"@typescript-eslint/visitor-keys" "6.21.0"
14411456
debug "^4.3.4"
14421457

1443-
"@typescript-eslint/parser@^8.0.0", "@typescript-eslint/parser@^8.19.1":
1458+
"@typescript-eslint/parser@^8.0.0":
1459+
version "8.22.0"
1460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.22.0.tgz#f21c5db24271f182ebbb4ba8c7ad3eb76e5f5f3a"
1461+
integrity sha512-MqtmbdNEdoNxTPzpWiWnqNac54h8JDAmkWtJExBVVnSrSmi9z+sZUt0LfKqk9rjqmKOIeRhO4fHHJ1nQIjduIQ==
1462+
dependencies:
1463+
"@typescript-eslint/scope-manager" "8.22.0"
1464+
"@typescript-eslint/types" "8.22.0"
1465+
"@typescript-eslint/typescript-estree" "8.22.0"
1466+
"@typescript-eslint/visitor-keys" "8.22.0"
1467+
debug "^4.3.4"
1468+
1469+
"@typescript-eslint/parser@^8.19.1":
14441470
version "8.20.0"
14451471
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.20.0.tgz#5caf2230a37094dc0e671cf836b96dd39b587ced"
14461472
integrity sha512-gKXG7A5HMyjDIedBi6bUrDcun8GIjnI8qOwVLiY3rx6T/sHP/19XLJOnIq/FgQvWLHja5JN/LSE7eklNBr612g==
@@ -1475,6 +1501,14 @@
14751501
"@typescript-eslint/types" "8.20.0"
14761502
"@typescript-eslint/visitor-keys" "8.20.0"
14771503

1504+
"@typescript-eslint/[email protected]":
1505+
version "8.22.0"
1506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.22.0.tgz#e85836ddeb8eae715f870628bcc32fe96aaf4d0e"
1507+
integrity sha512-/lwVV0UYgkj7wPSw0o8URy6YI64QmcOdwHuGuxWIYznO6d45ER0wXUbksr9pYdViAofpUCNJx/tAzNukgvaaiQ==
1508+
dependencies:
1509+
"@typescript-eslint/types" "8.22.0"
1510+
"@typescript-eslint/visitor-keys" "8.22.0"
1511+
14781512
"@typescript-eslint/[email protected]":
14791513
version "8.20.0"
14801514
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.20.0.tgz#958171d86b213a3f32b5b16b91db267968a4ef19"
@@ -1485,6 +1519,16 @@
14851519
debug "^4.3.4"
14861520
ts-api-utils "^2.0.0"
14871521

1522+
"@typescript-eslint/[email protected]":
1523+
version "8.22.0"
1524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.22.0.tgz#cd9f23c23f021357ef0baa3490d4d96edcc97509"
1525+
integrity sha512-NzE3aB62fDEaGjaAYZE4LH7I1MUwHooQ98Byq0G0y3kkibPJQIXVUspzlFOmOfHhiDLwKzMlWxaNv+/qcZurJA==
1526+
dependencies:
1527+
"@typescript-eslint/typescript-estree" "8.22.0"
1528+
"@typescript-eslint/utils" "8.22.0"
1529+
debug "^4.3.4"
1530+
ts-api-utils "^2.0.0"
1531+
14881532
"@typescript-eslint/[email protected]":
14891533
version "6.21.0"
14901534
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz"
@@ -1500,6 +1544,11 @@
15001544
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.20.0.tgz#487de5314b5415dee075e95568b87a75a3e730cf"
15011545
integrity sha512-cqaMiY72CkP+2xZRrFt3ExRBu0WmVitN/rYPZErA80mHjHx/Svgp8yfbzkJmDoQ/whcytOPO9/IZXnOc+wigRA==
15021546

1547+
"@typescript-eslint/[email protected]":
1548+
version "8.22.0"
1549+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.22.0.tgz#d9dec7116479ad03aeb6c8ac9c5223c4c79cf360"
1550+
integrity sha512-0S4M4baNzp612zwpD4YOieP3VowOARgK2EkN/GBn95hpyF8E2fbMT55sRHWBq+Huaqk3b3XK+rxxlM8sPgGM6A==
1551+
15031552
"@typescript-eslint/[email protected]":
15041553
version "6.21.0"
15051554
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz"
@@ -1542,6 +1591,20 @@
15421591
semver "^7.6.0"
15431592
ts-api-utils "^2.0.0"
15441593

1594+
"@typescript-eslint/[email protected]":
1595+
version "8.22.0"
1596+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.22.0.tgz#c188c3e19529d5b3145577c0bd967e2683b114df"
1597+
integrity sha512-SJX99NAS2ugGOzpyhMza/tX+zDwjvwAtQFLsBo3GQxiGcvaKlqGBkmZ+Y1IdiSi9h4Q0Lr5ey+Cp9CGWNY/F/w==
1598+
dependencies:
1599+
"@typescript-eslint/types" "8.22.0"
1600+
"@typescript-eslint/visitor-keys" "8.22.0"
1601+
debug "^4.3.4"
1602+
fast-glob "^3.3.2"
1603+
is-glob "^4.0.3"
1604+
minimatch "^9.0.4"
1605+
semver "^7.6.0"
1606+
ts-api-utils "^2.0.0"
1607+
15451608
"@typescript-eslint/[email protected]":
15461609
version "8.20.0"
15471610
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.20.0.tgz#53127ecd314b3b08836b4498b71cdb86f4ef3aa2"
@@ -1552,6 +1615,16 @@
15521615
"@typescript-eslint/types" "8.20.0"
15531616
"@typescript-eslint/typescript-estree" "8.20.0"
15541617

1618+
"@typescript-eslint/[email protected]":
1619+
version "8.22.0"
1620+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.22.0.tgz#c8cc4e52a9c711af8a741a82dc5d7242b7a8dd44"
1621+
integrity sha512-T8oc1MbF8L+Bk2msAvCUzjxVB2Z2f+vXYfcucE2wOmYs7ZUwco5Ep0fYZw8quNwOiw9K8GYVL+Kgc2pETNTLOg==
1622+
dependencies:
1623+
"@eslint-community/eslint-utils" "^4.4.0"
1624+
"@typescript-eslint/scope-manager" "8.22.0"
1625+
"@typescript-eslint/types" "8.22.0"
1626+
"@typescript-eslint/typescript-estree" "8.22.0"
1627+
15551628
"@typescript-eslint/utils@^8.1.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.19.0":
15561629
version "8.19.1"
15571630
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.1.tgz#dd8eabd46b92bf61e573286e1c0ba6bd243a185b"
@@ -1586,6 +1659,14 @@
15861659
"@typescript-eslint/types" "8.20.0"
15871660
eslint-visitor-keys "^4.2.0"
15881661

1662+
"@typescript-eslint/[email protected]":
1663+
version "8.22.0"
1664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.22.0.tgz#02cc005014c372033eb9171e2275b76cba722a3f"
1665+
integrity sha512-AWpYAXnUgvLNabGTy3uBylkgZoosva/miNd1I8Bz3SjotmQPbVqhO4Cczo8AsZ44XVErEBPr/CRSgaj8sG7g0w==
1666+
dependencies:
1667+
"@typescript-eslint/types" "8.22.0"
1668+
eslint-visitor-keys "^4.2.0"
1669+
15891670
"@ungap/structured-clone@^1.0.0":
15901671
version "1.3.0"
15911672
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -4510,11 +4591,16 @@ scslre@^0.3.0:
45104591
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
45114592
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
45124593

4513-
semver@^7.3.5, semver@^7.3.6, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3:
4594+
semver@^7.3.5, semver@^7.3.6, semver@^7.5.4, semver@^7.6.3:
45144595
version "7.6.3"
45154596
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
45164597
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
45174598

4599+
semver@^7.6.0:
4600+
version "7.7.0"
4601+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.0.tgz#9c6fe61d0c6f9fa9e26575162ee5a9180361b09c"
4602+
integrity sha512-DrfFnPzblFmNrIZzg5RzHegbiRWg7KMR7btwi2yjHwx06zsUbO5g613sVwEV7FTwmzJu+Io0lJe2GJ3LxqpvBQ==
4603+
45184604
shebang-command@^2.0.0:
45194605
version "2.0.0"
45204606
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)