Skip to content

Commit 6023463

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v5.24.0
1 parent 00033a1 commit 6023463

File tree

2 files changed

+75
-66
lines changed

2 files changed

+75
-66
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@graphql-codegen/typescript": "2.4.11",
4949
"@tsconfig/recommended": "1.0.1",
5050
"@types/jest": "27.5.1",
51-
"@typescript-eslint/eslint-plugin": "5.23.0",
52-
"@typescript-eslint/parser": "5.23.0",
51+
"@typescript-eslint/eslint-plugin": "5.24.0",
52+
"@typescript-eslint/parser": "5.24.0",
5353
"eslint": "8.15.0",
5454
"jest": "28.1.0",
5555
"myzod": "1.8.7",

yarn.lock

Lines changed: 73 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,85 +1560,85 @@
15601560
dependencies:
15611561
"@types/yargs-parser" "*"
15621562

1563-
"@typescript-eslint/eslint-plugin@5.23.0":
1564-
version "5.23.0"
1565-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
1566-
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
1567-
dependencies:
1568-
"@typescript-eslint/scope-manager" "5.23.0"
1569-
"@typescript-eslint/type-utils" "5.23.0"
1570-
"@typescript-eslint/utils" "5.23.0"
1571-
debug "^4.3.2"
1563+
"@typescript-eslint/eslint-plugin@5.24.0":
1564+
version "5.24.0"
1565+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.24.0.tgz#59f9ed21fc4490444b75b250e4ce81e4b7bba18f"
1566+
integrity sha512-6bqFGk6wa9+6RrU++eLknKyDqXU1Oc8nyoLu5a1fU17PNRJd9UBr56rMF7c4DRaRtnarlkQ4jwxUbvBo8cNlpw==
1567+
dependencies:
1568+
"@typescript-eslint/scope-manager" "5.24.0"
1569+
"@typescript-eslint/type-utils" "5.24.0"
1570+
"@typescript-eslint/utils" "5.24.0"
1571+
debug "^4.3.4"
15721572
functional-red-black-tree "^1.0.1"
1573-
ignore "^5.1.8"
1573+
ignore "^5.2.0"
15741574
regexpp "^3.2.0"
1575-
semver "^7.3.5"
1575+
semver "^7.3.7"
15761576
tsutils "^3.21.0"
15771577

1578-
"@typescript-eslint/parser@5.23.0":
1579-
version "5.23.0"
1580-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
1581-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
1578+
"@typescript-eslint/parser@5.24.0":
1579+
version "5.24.0"
1580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.24.0.tgz#fe6563483f264aa9fe48b7fd9b329aa5f985841a"
1581+
integrity sha512-4q29C6xFYZ5B2CXqSBBdcS0lPyfM9M09DoQLtHS5kf+WbpV8pBBhHDLNhXfgyVwFnhrhYzOu7xmg02DzxeF2Uw==
15821582
dependencies:
1583-
"@typescript-eslint/scope-manager" "5.23.0"
1584-
"@typescript-eslint/types" "5.23.0"
1585-
"@typescript-eslint/typescript-estree" "5.23.0"
1586-
debug "^4.3.2"
1583+
"@typescript-eslint/scope-manager" "5.24.0"
1584+
"@typescript-eslint/types" "5.24.0"
1585+
"@typescript-eslint/typescript-estree" "5.24.0"
1586+
debug "^4.3.4"
15871587

1588-
"@typescript-eslint/scope-manager@5.23.0":
1589-
version "5.23.0"
1590-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
1591-
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
1588+
"@typescript-eslint/scope-manager@5.24.0":
1589+
version "5.24.0"
1590+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.24.0.tgz#ac8c4d65064204b596909c204fe9b7e30c3f51b2"
1591+
integrity sha512-WpMWipcDzGmMzdT7NtTjRXFabx10WleLUGrJpuJLGaxSqpcyq5ACpKSD5VE40h2nz3melQ91aP4Du7lh9FliCA==
15921592
dependencies:
1593-
"@typescript-eslint/types" "5.23.0"
1594-
"@typescript-eslint/visitor-keys" "5.23.0"
1593+
"@typescript-eslint/types" "5.24.0"
1594+
"@typescript-eslint/visitor-keys" "5.24.0"
15951595

1596-
"@typescript-eslint/type-utils@5.23.0":
1597-
version "5.23.0"
1598-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
1599-
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
1596+
"@typescript-eslint/type-utils@5.24.0":
1597+
version "5.24.0"
1598+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.24.0.tgz#aad47227e89cceec9175b1a67df69ebcd79f9421"
1599+
integrity sha512-uGi+sQiM6E5CeCZYBXiaIvIChBXru4LZ1tMoeKbh1Lze+8BO9syUG07594C4lvN2YPT4KVeIupOJkVI+9/DAmQ==
16001600
dependencies:
1601-
"@typescript-eslint/utils" "5.23.0"
1602-
debug "^4.3.2"
1601+
"@typescript-eslint/utils" "5.24.0"
1602+
debug "^4.3.4"
16031603
tsutils "^3.21.0"
16041604

1605-
"@typescript-eslint/types@5.23.0":
1606-
version "5.23.0"
1607-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
1608-
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
1605+
"@typescript-eslint/types@5.24.0":
1606+
version "5.24.0"
1607+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.24.0.tgz#565ff94a4b89073265e27514dc65225d18aabe6c"
1608+
integrity sha512-Tpg1c3shTDgTmZd3qdUyd+16r/pGmVaVEbLs+ufuWP0EruVbUiEOmpBBQxBb9a8iPRxi8Rb2oiwOxuZJzSq11A==
16091609

1610-
"@typescript-eslint/typescript-estree@5.23.0":
1611-
version "5.23.0"
1612-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
1613-
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
1610+
"@typescript-eslint/typescript-estree@5.24.0":
1611+
version "5.24.0"
1612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.24.0.tgz#30b9cbc1af475b9e02aca34cfe9ba9e1bb820143"
1613+
integrity sha512-zcor6vQkQmZAQfebSPVwUk/FD+CvnsnlfKXYeQDsWXRF+t7SBPmIfNia/wQxCSeu1h1JIjwV2i9f5/DdSp/uDw==
16141614
dependencies:
1615-
"@typescript-eslint/types" "5.23.0"
1616-
"@typescript-eslint/visitor-keys" "5.23.0"
1617-
debug "^4.3.2"
1618-
globby "^11.0.4"
1615+
"@typescript-eslint/types" "5.24.0"
1616+
"@typescript-eslint/visitor-keys" "5.24.0"
1617+
debug "^4.3.4"
1618+
globby "^11.1.0"
16191619
is-glob "^4.0.3"
1620-
semver "^7.3.5"
1620+
semver "^7.3.7"
16211621
tsutils "^3.21.0"
16221622

1623-
"@typescript-eslint/utils@5.23.0":
1624-
version "5.23.0"
1625-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
1626-
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
1623+
"@typescript-eslint/utils@5.24.0":
1624+
version "5.24.0"
1625+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.24.0.tgz#7a854028040a305ddea129328e45cfb2c6406e75"
1626+
integrity sha512-K05sbWoeCBJH8KXu6hetBJ+ukG0k2u2KlgD3bN+v+oBKm8adJqVHpSSLHNzqyuv0Lh4GVSAUgZ5lB4icmPmWLw==
16271627
dependencies:
16281628
"@types/json-schema" "^7.0.9"
1629-
"@typescript-eslint/scope-manager" "5.23.0"
1630-
"@typescript-eslint/types" "5.23.0"
1631-
"@typescript-eslint/typescript-estree" "5.23.0"
1629+
"@typescript-eslint/scope-manager" "5.24.0"
1630+
"@typescript-eslint/types" "5.24.0"
1631+
"@typescript-eslint/typescript-estree" "5.24.0"
16321632
eslint-scope "^5.1.1"
16331633
eslint-utils "^3.0.0"
16341634

1635-
"@typescript-eslint/visitor-keys@5.23.0":
1636-
version "5.23.0"
1637-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
1638-
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
1635+
"@typescript-eslint/visitor-keys@5.24.0":
1636+
version "5.24.0"
1637+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.24.0.tgz#bb3e9a788ccd50c53e03557e4e203599880c3123"
1638+
integrity sha512-qzGwSXMyMnogcAo+/2fU+jhlPPVMXlIH2PeAonIKjJSoDKl1+lJVvG5Z5Oud36yU0TWK2cs1p/FaSN5J2OUFYA==
16391639
dependencies:
1640-
"@typescript-eslint/types" "5.23.0"
1641-
eslint-visitor-keys "^3.0.0"
1640+
"@typescript-eslint/types" "5.24.0"
1641+
eslint-visitor-keys "^3.3.0"
16421642

16431643
abort-controller@^3.0.0:
16441644
version "3.0.0"
@@ -2366,6 +2366,13 @@ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2:
23662366
dependencies:
23672367
ms "2.1.2"
23682368

2369+
debug@^4.3.4:
2370+
version "4.3.4"
2371+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2372+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2373+
dependencies:
2374+
ms "2.1.2"
2375+
23692376
decamelize@^1.2.0:
23702377
version "1.2.0"
23712378
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
@@ -2618,11 +2625,6 @@ eslint-visitor-keys@^2.0.0:
26182625
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
26192626
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
26202627

2621-
eslint-visitor-keys@^3.0.0:
2622-
version "3.2.0"
2623-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz#6fbb166a6798ee5991358bc2daa1ba76cc1254a1"
2624-
integrity sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==
2625-
26262628
eslint-visitor-keys@^3.3.0:
26272629
version "3.3.0"
26282630
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -3027,7 +3029,7 @@ globals@^13.6.0, globals@^13.9.0:
30273029
dependencies:
30283030
type-fest "^0.20.2"
30293031

3030-
globby@^11.0.3, globby@^11.0.4:
3032+
globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
30313033
version "11.1.0"
30323034
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
30333035
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -3207,7 +3209,7 @@ ieee754@^1.1.13:
32073209
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
32083210
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
32093211

3210-
ignore@^5.1.8, ignore@^5.2.0:
3212+
ignore@^5.2.0:
32113213
version "5.2.0"
32123214
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
32133215
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -5148,6 +5150,13 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
51485150
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
51495151
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
51505152

5153+
semver@^7.3.7:
5154+
version "7.3.7"
5155+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
5156+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
5157+
dependencies:
5158+
lru-cache "^6.0.0"
5159+
51515160
sentence-case@^3.0.4:
51525161
version "3.0.4"
51535162
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"

0 commit comments

Comments
 (0)