Skip to content

Commit 83e163f

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#3268)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.31.1 to 8.32.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.32.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 849adcb commit 83e163f

File tree

1 file changed

+38
-66
lines changed

1 file changed

+38
-66
lines changed

yarn.lock

Lines changed: 38 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -727,13 +727,20 @@
727727
dependencies:
728728
tslib "^2.4.0"
729729

730-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
730+
"@eslint-community/eslint-utils@^4.2.0":
731731
version "4.4.0"
732732
resolved "https://npm.dev-internal.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
733733
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
734734
dependencies:
735735
eslint-visitor-keys "^3.3.0"
736736

737+
"@eslint-community/eslint-utils@^4.7.0":
738+
version "4.7.0"
739+
resolved "https://npm.dev-internal.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
740+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
741+
dependencies:
742+
eslint-visitor-keys "^3.4.3"
743+
737744
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
738745
version "4.10.0"
739746
resolved "https://npm.dev-internal.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz"
@@ -1583,19 +1590,19 @@
15831590
"@types/yargs-parser" "*"
15841591

15851592
"@typescript-eslint/eslint-plugin@^8.21.0":
1586-
version "8.31.1"
1587-
resolved "https://npm.dev-internal.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.%3Cspan%20class="x x-first x-last">31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
1588-
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
1593+
version "8.32.1"
1594+
resolved "https://npm.dev-internal.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.%3Cspan%20class="x x-first x-last">32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
1595+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
15891596
dependencies:
15901597
"@eslint-community/regexpp" "^4.10.0"
1591-
"@typescript-eslint/scope-manager" "8.31.1"
1592-
"@typescript-eslint/type-utils" "8.31.1"
1593-
"@typescript-eslint/utils" "8.31.1"
1594-
"@typescript-eslint/visitor-keys" "8.31.1"
1598+
"@typescript-eslint/scope-manager" "8.32.1"
1599+
"@typescript-eslint/type-utils" "8.32.1"
1600+
"@typescript-eslint/utils" "8.32.1"
1601+
"@typescript-eslint/visitor-keys" "8.32.1"
15951602
graphemer "^1.4.0"
1596-
ignore "^5.3.1"
1603+
ignore "^7.0.0"
15971604
natural-compare "^1.4.0"
1598-
ts-api-utils "^2.0.1"
1605+
ts-api-utils "^2.1.0"
15991606

16001607
"@typescript-eslint/parser@^8.21.0":
16011608
version "8.32.1"
@@ -1608,14 +1615,6 @@
16081615
"@typescript-eslint/visitor-keys" "8.32.1"
16091616
debug "^4.3.4"
16101617

1611-
"@typescript-eslint/[email protected]":
1612-
version "8.31.1"
1613-
resolved "https://npm.dev-internal.org/@typescript-eslint/scope-manager/-/scope-manager-8.31.1.tgz#1eb52e76878f545e4add142e0d8e3e97e7aa443b"
1614-
integrity sha512-BMNLOElPxrtNQMIsFHE+3P0Yf1z0dJqV9zLdDxN/xLlWMlXK/ApEsVEKzpizg9oal8bAT5Sc7+ocal7AC1HCVw==
1615-
dependencies:
1616-
"@typescript-eslint/types" "8.31.1"
1617-
"@typescript-eslint/visitor-keys" "8.31.1"
1618-
16191618
"@typescript-eslint/[email protected]":
16201619
version "8.32.1"
16211620
resolved "https://npm.dev-internal.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
@@ -1624,40 +1623,21 @@
16241623
"@typescript-eslint/types" "8.32.1"
16251624
"@typescript-eslint/visitor-keys" "8.32.1"
16261625

1627-
"@typescript-eslint/type-utils@8.31.1":
1628-
version "8.31.1"
1629-
resolved "https://npm.dev-internal.org/@typescript-eslint/type-utils/-/type-utils-8.%3Cspan%20class="x x-first x-last">31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
1630-
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
1626+
"@typescript-eslint/type-utils@8.32.1":
1627+
version "8.32.1"
1628+
resolved "https://npm.dev-internal.org/@typescript-eslint/type-utils/-/type-utils-8.%3Cspan%20class="x x-first x-last">32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1629+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
16311630
dependencies:
1632-
"@typescript-eslint/typescript-estree" "8.31.1"
1633-
"@typescript-eslint/utils" "8.31.1"
1631+
"@typescript-eslint/typescript-estree" "8.32.1"
1632+
"@typescript-eslint/utils" "8.32.1"
16341633
debug "^4.3.4"
1635-
ts-api-utils "^2.0.1"
1636-
1637-
"@typescript-eslint/[email protected]":
1638-
version "8.31.1"
1639-
resolved "https://npm.dev-internal.org/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
1640-
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
1634+
ts-api-utils "^2.1.0"
16411635

16421636
"@typescript-eslint/[email protected]":
16431637
version "8.32.1"
16441638
resolved "https://npm.dev-internal.org/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
16451639
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
16461640

1647-
"@typescript-eslint/[email protected]":
1648-
version "8.31.1"
1649-
resolved "https://npm.dev-internal.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
1650-
integrity sha512-kaA0ueLe2v7KunYOyWYtlf/QhhZb7+qh4Yw6Ni5kgukMIG+iP773tjgBiLWIXYumWCwEq3nLW+TUywEp8uEeag==
1651-
dependencies:
1652-
"@typescript-eslint/types" "8.31.1"
1653-
"@typescript-eslint/visitor-keys" "8.31.1"
1654-
debug "^4.3.4"
1655-
fast-glob "^3.3.2"
1656-
is-glob "^4.0.3"
1657-
minimatch "^9.0.4"
1658-
semver "^7.6.0"
1659-
ts-api-utils "^2.0.1"
1660-
16611641
"@typescript-eslint/[email protected]":
16621642
version "8.32.1"
16631643
resolved "https://npm.dev-internal.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
@@ -1672,23 +1652,15 @@
16721652
semver "^7.6.0"
16731653
ts-api-utils "^2.1.0"
16741654

1675-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1676-
version "8.31.1"
1677-
resolved "https://npm.dev-internal.org/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
1678-
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
1679-
dependencies:
1680-
"@eslint-community/eslint-utils" "^4.4.0"
1681-
"@typescript-eslint/scope-manager" "8.31.1"
1682-
"@typescript-eslint/types" "8.31.1"
1683-
"@typescript-eslint/typescript-estree" "8.31.1"
1684-
1685-
"@typescript-eslint/[email protected]":
1686-
version "8.31.1"
1687-
resolved "https://npm.dev-internal.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.31.1.tgz#6742b0e3ba1e0c1e35bdaf78c03e759eb8dd8e75"
1688-
integrity sha512-I+/rgqOVBn6f0o7NDTmAPWWC6NuqhV174lfYvAm9fUaWeiefLdux9/YI3/nLugEn9L8fcSi0XmpKi/r5u0nmpw==
1655+
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
1656+
version "8.32.1"
1657+
resolved "https://npm.dev-internal.org/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1658+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
16891659
dependencies:
1690-
"@typescript-eslint/types" "8.31.1"
1691-
eslint-visitor-keys "^4.2.0"
1660+
"@eslint-community/eslint-utils" "^4.7.0"
1661+
"@typescript-eslint/scope-manager" "8.32.1"
1662+
"@typescript-eslint/types" "8.32.1"
1663+
"@typescript-eslint/typescript-estree" "8.32.1"
16921664

16931665
"@typescript-eslint/[email protected]":
16941666
version "8.32.1"
@@ -3421,11 +3393,16 @@ ieee754@^1.1.13, ieee754@^1.2.1:
34213393
resolved "https://npm.dev-internal.org/ieee754/-/ieee754-1.2.1.tgz"
34223394
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
34233395

3424-
ignore@^5.2.0, ignore@^5.3.1:
3396+
ignore@^5.2.0:
34253397
version "5.3.2"
34263398
resolved "https://npm.dev-internal.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
34273399
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
34283400

3401+
ignore@^7.0.0:
3402+
version "7.0.4"
3403+
resolved "https://npm.dev-internal.org/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3404+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
3405+
34293406
import-fresh@^3.2.1:
34303407
version "3.3.0"
34313408
resolved "https://npm.dev-internal.org/import-fresh/-/import-fresh-3.3.0.tgz"
@@ -5552,11 +5529,6 @@ tr46@~0.0.3:
55525529
resolved "https://npm.dev-internal.org/tr46/-/tr46-0.0.3.tgz"
55535530
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
55545531

5555-
ts-api-utils@^2.0.1:
5556-
version "2.0.1"
5557-
resolved "https://npm.dev-internal.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
5558-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
5559-
55605532
ts-api-utils@^2.1.0:
55615533
version "2.1.0"
55625534
resolved "https://npm.dev-internal.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"

0 commit comments

Comments
 (0)