Skip to content

Commit 3623cbe

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update typescript-eslint monorepo to v5.24.0
1 parent 7546c0f commit 3623cbe

File tree

2 files changed

+91
-66
lines changed

2 files changed

+91
-66
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@types/jest": "27.5.1",
2424
"@types/react": "17.0.45",
2525
"@types/react-dom": "17.0.17",
26-
"@typescript-eslint/eslint-plugin": "5.23.0",
27-
"@typescript-eslint/parser": "5.23.0",
26+
"@typescript-eslint/eslint-plugin": "5.24.0",
27+
"@typescript-eslint/parser": "5.24.0",
2828
"cypress": "9.6.1",
2929
"eslint": "8.15.0",
3030
"eslint-config-prettier": "8.5.0",

yarn.lock

Lines changed: 89 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,85 +1151,85 @@
11511151
dependencies:
11521152
"@types/node" "*"
11531153

1154-
"@typescript-eslint/eslint-plugin@5.23.0":
1155-
version "5.23.0"
1156-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
1157-
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
1158-
dependencies:
1159-
"@typescript-eslint/scope-manager" "5.23.0"
1160-
"@typescript-eslint/type-utils" "5.23.0"
1161-
"@typescript-eslint/utils" "5.23.0"
1162-
debug "^4.3.2"
1154+
"@typescript-eslint/eslint-plugin@5.24.0":
1155+
version "5.24.0"
1156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.24.0.tgz#59f9ed21fc4490444b75b250e4ce81e4b7bba18f"
1157+
integrity sha512-6bqFGk6wa9+6RrU++eLknKyDqXU1Oc8nyoLu5a1fU17PNRJd9UBr56rMF7c4DRaRtnarlkQ4jwxUbvBo8cNlpw==
1158+
dependencies:
1159+
"@typescript-eslint/scope-manager" "5.24.0"
1160+
"@typescript-eslint/type-utils" "5.24.0"
1161+
"@typescript-eslint/utils" "5.24.0"
1162+
debug "^4.3.4"
11631163
functional-red-black-tree "^1.0.1"
1164-
ignore "^5.1.8"
1164+
ignore "^5.2.0"
11651165
regexpp "^3.2.0"
1166-
semver "^7.3.5"
1166+
semver "^7.3.7"
11671167
tsutils "^3.21.0"
11681168

1169-
"@typescript-eslint/parser@5.23.0":
1170-
version "5.23.0"
1171-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
1172-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
1169+
"@typescript-eslint/parser@5.24.0":
1170+
version "5.24.0"
1171+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.24.0.tgz#fe6563483f264aa9fe48b7fd9b329aa5f985841a"
1172+
integrity sha512-4q29C6xFYZ5B2CXqSBBdcS0lPyfM9M09DoQLtHS5kf+WbpV8pBBhHDLNhXfgyVwFnhrhYzOu7xmg02DzxeF2Uw==
11731173
dependencies:
1174-
"@typescript-eslint/scope-manager" "5.23.0"
1175-
"@typescript-eslint/types" "5.23.0"
1176-
"@typescript-eslint/typescript-estree" "5.23.0"
1177-
debug "^4.3.2"
1174+
"@typescript-eslint/scope-manager" "5.24.0"
1175+
"@typescript-eslint/types" "5.24.0"
1176+
"@typescript-eslint/typescript-estree" "5.24.0"
1177+
debug "^4.3.4"
11781178

1179-
"@typescript-eslint/scope-manager@5.23.0":
1180-
version "5.23.0"
1181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
1182-
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
1179+
"@typescript-eslint/scope-manager@5.24.0":
1180+
version "5.24.0"
1181+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.24.0.tgz#ac8c4d65064204b596909c204fe9b7e30c3f51b2"
1182+
integrity sha512-WpMWipcDzGmMzdT7NtTjRXFabx10WleLUGrJpuJLGaxSqpcyq5ACpKSD5VE40h2nz3melQ91aP4Du7lh9FliCA==
11831183
dependencies:
1184-
"@typescript-eslint/types" "5.23.0"
1185-
"@typescript-eslint/visitor-keys" "5.23.0"
1184+
"@typescript-eslint/types" "5.24.0"
1185+
"@typescript-eslint/visitor-keys" "5.24.0"
11861186

1187-
"@typescript-eslint/type-utils@5.23.0":
1188-
version "5.23.0"
1189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
1190-
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
1187+
"@typescript-eslint/type-utils@5.24.0":
1188+
version "5.24.0"
1189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.24.0.tgz#aad47227e89cceec9175b1a67df69ebcd79f9421"
1190+
integrity sha512-uGi+sQiM6E5CeCZYBXiaIvIChBXru4LZ1tMoeKbh1Lze+8BO9syUG07594C4lvN2YPT4KVeIupOJkVI+9/DAmQ==
11911191
dependencies:
1192-
"@typescript-eslint/utils" "5.23.0"
1193-
debug "^4.3.2"
1192+
"@typescript-eslint/utils" "5.24.0"
1193+
debug "^4.3.4"
11941194
tsutils "^3.21.0"
11951195

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

1201-
"@typescript-eslint/typescript-estree@5.23.0":
1202-
version "5.23.0"
1203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
1204-
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
1201+
"@typescript-eslint/typescript-estree@5.24.0":
1202+
version "5.24.0"
1203+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.24.0.tgz#30b9cbc1af475b9e02aca34cfe9ba9e1bb820143"
1204+
integrity sha512-zcor6vQkQmZAQfebSPVwUk/FD+CvnsnlfKXYeQDsWXRF+t7SBPmIfNia/wQxCSeu1h1JIjwV2i9f5/DdSp/uDw==
12051205
dependencies:
1206-
"@typescript-eslint/types" "5.23.0"
1207-
"@typescript-eslint/visitor-keys" "5.23.0"
1208-
debug "^4.3.2"
1209-
globby "^11.0.4"
1206+
"@typescript-eslint/types" "5.24.0"
1207+
"@typescript-eslint/visitor-keys" "5.24.0"
1208+
debug "^4.3.4"
1209+
globby "^11.1.0"
12101210
is-glob "^4.0.3"
1211-
semver "^7.3.5"
1211+
semver "^7.3.7"
12121212
tsutils "^3.21.0"
12131213

1214-
"@typescript-eslint/utils@5.23.0":
1215-
version "5.23.0"
1216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
1217-
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
1214+
"@typescript-eslint/utils@5.24.0":
1215+
version "5.24.0"
1216+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.24.0.tgz#7a854028040a305ddea129328e45cfb2c6406e75"
1217+
integrity sha512-K05sbWoeCBJH8KXu6hetBJ+ukG0k2u2KlgD3bN+v+oBKm8adJqVHpSSLHNzqyuv0Lh4GVSAUgZ5lB4icmPmWLw==
12181218
dependencies:
12191219
"@types/json-schema" "^7.0.9"
1220-
"@typescript-eslint/scope-manager" "5.23.0"
1221-
"@typescript-eslint/types" "5.23.0"
1222-
"@typescript-eslint/typescript-estree" "5.23.0"
1220+
"@typescript-eslint/scope-manager" "5.24.0"
1221+
"@typescript-eslint/types" "5.24.0"
1222+
"@typescript-eslint/typescript-estree" "5.24.0"
12231223
eslint-scope "^5.1.1"
12241224
eslint-utils "^3.0.0"
12251225

1226-
"@typescript-eslint/visitor-keys@5.23.0":
1227-
version "5.23.0"
1228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
1229-
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
1226+
"@typescript-eslint/visitor-keys@5.24.0":
1227+
version "5.24.0"
1228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.24.0.tgz#bb3e9a788ccd50c53e03557e4e203599880c3123"
1229+
integrity sha512-qzGwSXMyMnogcAo+/2fU+jhlPPVMXlIH2PeAonIKjJSoDKl1+lJVvG5Z5Oud36yU0TWK2cs1p/FaSN5J2OUFYA==
12301230
dependencies:
1231-
"@typescript-eslint/types" "5.23.0"
1232-
eslint-visitor-keys "^3.0.0"
1231+
"@typescript-eslint/types" "5.24.0"
1232+
eslint-visitor-keys "^3.3.0"
12331233

12341234
"@vercel/node-bridge@^2.1.0":
12351235
version "2.1.0"
@@ -2020,6 +2020,13 @@ debug@^3.1.0:
20202020
dependencies:
20212021
ms "^2.1.1"
20222022

2023+
debug@^4.3.4:
2024+
version "4.3.4"
2025+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2026+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
2027+
dependencies:
2028+
ms "2.1.2"
2029+
20232030
decimal.js@^10.2.1:
20242031
version "10.3.1"
20252032
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
@@ -2271,11 +2278,6 @@ eslint-visitor-keys@^2.0.0:
22712278
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
22722279
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
22732280

2274-
eslint-visitor-keys@^3.0.0:
2275-
version "3.1.0"
2276-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
2277-
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
2278-
22792281
eslint-visitor-keys@^3.3.0:
22802282
version "3.3.0"
22812283
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -2510,6 +2512,17 @@ fast-glob@^3.1.1:
25102512
merge2 "^1.3.0"
25112513
micromatch "^4.0.4"
25122514

2515+
fast-glob@^3.2.9:
2516+
version "3.2.11"
2517+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
2518+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
2519+
dependencies:
2520+
"@nodelib/fs.stat" "^2.0.2"
2521+
"@nodelib/fs.walk" "^1.2.3"
2522+
glob-parent "^5.1.2"
2523+
merge2 "^1.3.0"
2524+
micromatch "^4.0.4"
2525+
25132526
fast-json-stable-stringify@^2.0.0:
25142527
version "2.1.0"
25152528
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2831,6 +2844,18 @@ globby@^11.0.4:
28312844
merge2 "^1.3.0"
28322845
slash "^3.0.0"
28332846

2847+
globby@^11.1.0:
2848+
version "11.1.0"
2849+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2850+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2851+
dependencies:
2852+
array-union "^2.1.0"
2853+
dir-glob "^3.0.1"
2854+
fast-glob "^3.2.9"
2855+
ignore "^5.2.0"
2856+
merge2 "^1.4.1"
2857+
slash "^3.0.0"
2858+
28342859
globrex@^0.1.2:
28352860
version "0.1.2"
28362861
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
@@ -2950,7 +2975,7 @@ ieee754@^1.1.13:
29502975
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
29512976
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
29522977

2953-
ignore@^5.1.4, ignore@^5.1.8:
2978+
ignore@^5.1.4:
29542979
version "5.1.9"
29552980
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
29562981
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
@@ -3973,7 +3998,7 @@ merge-stream@^2.0.0:
39733998
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
39743999
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
39754000

3976-
merge2@^1.3.0:
4001+
merge2@^1.3.0, merge2@^1.4.1:
39774002
version "1.4.1"
39784003
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
39794004
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

0 commit comments

Comments
 (0)