Skip to content

Commit 3b42b3d

Browse files
Update typescript-eslint monorepo to v5.28.0
1 parent 697b3b8 commit 3b42b3d

File tree

2 files changed

+120
-73
lines changed

2 files changed

+120
-73
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/bl": "5.0.2",
1717
"@types/jest": "27.4.0",
1818
"@types/supertest": "2.0.11",
19-
"@typescript-eslint/eslint-plugin": "5.9.0",
20-
"@typescript-eslint/parser": "5.9.0",
19+
"@typescript-eslint/eslint-plugin": "5.28.0",
20+
"@typescript-eslint/parser": "5.28.0",
2121
"concurrently": "7.0.0",
2222
"eslint": "8.6.0",
2323
"eslint-config-prettier": "8.3.0",

yarn.lock

Lines changed: 118 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -7060,42 +7060,30 @@
70607060
dependencies:
70617061
"@types/yargs-parser" "*"
70627062

7063-
"@typescript-eslint/eslint-plugin@5.9.0":
7064-
version "5.9.0"
7065-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz#382182d5cb062f52aac54434cfc47c28898c8006"
7066-
integrity sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==
7067-
dependencies:
7068-
"@typescript-eslint/experimental-utils" "5.9.0"
7069-
"@typescript-eslint/scope-manager" "5.9.0"
7070-
"@typescript-eslint/type-utils" "5.9.0"
7071-
debug "^4.3.2"
7063+
"@typescript-eslint/eslint-plugin@5.28.0":
7064+
version "5.28.0"
7065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz#6204ac33bdd05ab27c7f77960f1023951115d403"
7066+
integrity sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==
7067+
dependencies:
7068+
"@typescript-eslint/scope-manager" "5.28.0"
7069+
"@typescript-eslint/type-utils" "5.28.0"
7070+
"@typescript-eslint/utils" "5.28.0"
7071+
debug "^4.3.4"
70727072
functional-red-black-tree "^1.0.1"
7073-
ignore "^5.1.8"
7073+
ignore "^5.2.0"
70747074
regexpp "^3.2.0"
7075-
semver "^7.3.5"
7075+
semver "^7.3.7"
70767076
tsutils "^3.21.0"
70777077

7078-
"@typescript-eslint/experimental-utils@5.9.0":
7079-
version "5.9.0"
7080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz#652762d37d6565ef07af285021b8347b6c79a827"
7081-
integrity sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==
7078+
"@typescript-eslint/parser@5.28.0":
7079+
version "5.28.0"
7080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.28.0.tgz#639b101cad2bfb7ae16e69710ac95c42bd4eae33"
7081+
integrity sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==
70827082
dependencies:
7083-
"@types/json-schema" "^7.0.9"
7084-
"@typescript-eslint/scope-manager" "5.9.0"
7085-
"@typescript-eslint/types" "5.9.0"
7086-
"@typescript-eslint/typescript-estree" "5.9.0"
7087-
eslint-scope "^5.1.1"
7088-
eslint-utils "^3.0.0"
7089-
7090-
"@typescript-eslint/[email protected]":
7091-
version "5.9.0"
7092-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.0.tgz#fdbb08767a4caa6ca6ccfed5f9ffe9387f0c7d97"
7093-
integrity sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==
7094-
dependencies:
7095-
"@typescript-eslint/scope-manager" "5.9.0"
7096-
"@typescript-eslint/types" "5.9.0"
7097-
"@typescript-eslint/typescript-estree" "5.9.0"
7098-
debug "^4.3.2"
7083+
"@typescript-eslint/scope-manager" "5.28.0"
7084+
"@typescript-eslint/types" "5.28.0"
7085+
"@typescript-eslint/typescript-estree" "5.28.0"
7086+
debug "^4.3.4"
70997087

71007088
"@typescript-eslint/parser@^5.0.0":
71017089
version "5.5.0"
@@ -7107,6 +7095,14 @@
71077095
"@typescript-eslint/typescript-estree" "5.5.0"
71087096
debug "^4.3.2"
71097097

7098+
"@typescript-eslint/[email protected]":
7099+
version "5.28.0"
7100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz#ef9a5c68fecde72fd2ff8a84b9c120324826c1b9"
7101+
integrity sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==
7102+
dependencies:
7103+
"@typescript-eslint/types" "5.28.0"
7104+
"@typescript-eslint/visitor-keys" "5.28.0"
7105+
71107106
"@typescript-eslint/[email protected]":
71117107
version "5.5.0"
71127108
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.5.0.tgz#2b9f3672fa6cddcb4160e7e8b49ef1fd00f83c09"
@@ -7115,32 +7111,37 @@
71157111
"@typescript-eslint/types" "5.5.0"
71167112
"@typescript-eslint/visitor-keys" "5.5.0"
71177113

7118-
"@typescript-eslint/scope-manager@5.9.0":
7119-
version "5.9.0"
7120-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz#02dfef920290c1dcd7b1999455a3eaae7a1a3117"
7121-
integrity sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==
7114+
"@typescript-eslint/type-utils@5.28.0":
7115+
version "5.28.0"
7116+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz#53ccc78fdcf0205ef544d843b84104c0e9c7ca8e"
7117+
integrity sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==
71227118
dependencies:
7123-
"@typescript-eslint/types" "5.9.0"
7124-
"@typescript-eslint/visitor-keys" "5.9.0"
7125-
7126-
"@typescript-eslint/[email protected]":
7127-
version "5.9.0"
7128-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz#fd5963ead04bc9b7af9c3a8e534d8d39f1ce5f93"
7129-
integrity sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==
7130-
dependencies:
7131-
"@typescript-eslint/experimental-utils" "5.9.0"
7132-
debug "^4.3.2"
7119+
"@typescript-eslint/utils" "5.28.0"
7120+
debug "^4.3.4"
71337121
tsutils "^3.21.0"
71347122

7123+
"@typescript-eslint/[email protected]":
7124+
version "5.28.0"
7125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.28.0.tgz#cffd9bcdce28db6daaa146e48a0be4387a6f4e9d"
7126+
integrity sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==
7127+
71357128
"@typescript-eslint/[email protected]":
71367129
version "5.5.0"
71377130
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.5.0.tgz#fee61ae510e84ed950a53937a2b443e078107003"
71387131
integrity sha512-OaYTqkW3GnuHxqsxxJ6KypIKd5Uw7bFiQJZRyNi1jbMJnK3Hc/DR4KwB6KJj6PBRkJJoaNwzMNv9vtTk87JhOg==
71397132

7140-
"@typescript-eslint/[email protected]":
7141-
version "5.9.0"
7142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.0.tgz#e5619803e39d24a03b3369506df196355736e1a3"
7143-
integrity sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg==
7133+
"@typescript-eslint/[email protected]":
7134+
version "5.28.0"
7135+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz#3487d158d091ca2772b285e67412ff6d9797d863"
7136+
integrity sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==
7137+
dependencies:
7138+
"@typescript-eslint/types" "5.28.0"
7139+
"@typescript-eslint/visitor-keys" "5.28.0"
7140+
debug "^4.3.4"
7141+
globby "^11.1.0"
7142+
is-glob "^4.0.3"
7143+
semver "^7.3.7"
7144+
tsutils "^3.21.0"
71447145

71457146
"@typescript-eslint/[email protected]":
71467147
version "5.5.0"
@@ -7155,18 +7156,25 @@
71557156
semver "^7.3.5"
71567157
tsutils "^3.21.0"
71577158

7158-
"@typescript-eslint/typescript-estree@5.9.0":
7159-
version "5.9.0"
7160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz#0e5c6f03f982931abbfbc3c1b9df5fbf92a3490f"
7161-
integrity sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==
7159+
"@typescript-eslint/utils@5.28.0":
7160+
version "5.28.0"
7161+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.28.0.tgz#b27a136eac300a48160b36d2aad0da44a1341b99"
7162+
integrity sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==
71627163
dependencies:
7163-
"@typescript-eslint/types" "5.9.0"
7164-
"@typescript-eslint/visitor-keys" "5.9.0"
7165-
debug "^4.3.2"
7166-
globby "^11.0.4"
7167-
is-glob "^4.0.3"
7168-
semver "^7.3.5"
7169-
tsutils "^3.21.0"
7164+
"@types/json-schema" "^7.0.9"
7165+
"@typescript-eslint/scope-manager" "5.28.0"
7166+
"@typescript-eslint/types" "5.28.0"
7167+
"@typescript-eslint/typescript-estree" "5.28.0"
7168+
eslint-scope "^5.1.1"
7169+
eslint-utils "^3.0.0"
7170+
7171+
"@typescript-eslint/[email protected]":
7172+
version "5.28.0"
7173+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz#982bb226b763c48fc1859a60de33fbf939d40a0f"
7174+
integrity sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==
7175+
dependencies:
7176+
"@typescript-eslint/types" "5.28.0"
7177+
eslint-visitor-keys "^3.3.0"
71707178

71717179
"@typescript-eslint/[email protected]":
71727180
version "5.5.0"
@@ -7176,14 +7184,6 @@
71767184
"@typescript-eslint/types" "5.5.0"
71777185
eslint-visitor-keys "^3.0.0"
71787186

7179-
"@typescript-eslint/[email protected]":
7180-
version "5.9.0"
7181-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz#7585677732365e9d27f1878150fab3922784a1a6"
7182-
integrity sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==
7183-
dependencies:
7184-
"@typescript-eslint/types" "5.9.0"
7185-
eslint-visitor-keys "^3.0.0"
7186-
71877187
"@web-std/blob@^3.0.0", "@web-std/blob@^3.0.1":
71887188
version "3.0.1"
71897189
resolved "https://registry.yarnpkg.com/@web-std/blob/-/blob-3.0.1.tgz#d2cebb0d8efde619b140fbb22b3ba302edd98125"
@@ -11249,6 +11249,13 @@ debug@^4.3.3:
1124911249
dependencies:
1125011250
ms "2.1.2"
1125111251

11252+
debug@^4.3.4:
11253+
version "4.3.4"
11254+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
11255+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
11256+
dependencies:
11257+
ms "2.1.2"
11258+
1125211259
debuglog@^1.0.1:
1125311260
version "1.0.1"
1125411261
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
@@ -12328,6 +12335,11 @@ eslint-visitor-keys@^3.1.0:
1232812335
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz#eee4acea891814cda67a7d8812d9647dd0179af2"
1232912336
integrity sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==
1233012337

12338+
eslint-visitor-keys@^3.3.0:
12339+
version "3.3.0"
12340+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
12341+
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
12342+
1233112343
1233212344
version "8.6.0"
1233312345
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.6.0.tgz#4318c6a31c5584838c1a2e940c478190f58d558e"
@@ -13207,6 +13219,17 @@ fast-glob@^3.1.1:
1320713219
micromatch "^4.0.2"
1320813220
picomatch "^2.2.1"
1320913221

13222+
fast-glob@^3.2.9:
13223+
version "3.2.11"
13224+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
13225+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
13226+
dependencies:
13227+
"@nodelib/fs.stat" "^2.0.2"
13228+
"@nodelib/fs.walk" "^1.2.3"
13229+
glob-parent "^5.1.2"
13230+
merge2 "^1.3.0"
13231+
micromatch "^4.0.4"
13232+
1321013233
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
1321113234
version "2.1.0"
1321213235
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -13908,7 +13931,7 @@ glob-parent@^5.1.0, glob-parent@~5.1.0:
1390813931
dependencies:
1390913932
is-glob "^4.0.1"
1391013933

13911-
glob-parent@^5.1.1, glob-parent@~5.1.2:
13934+
glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
1391213935
version "5.1.2"
1391313936
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
1391413937
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -14056,6 +14079,18 @@ globby@^11.0.4:
1405614079
merge2 "^1.3.0"
1405714080
slash "^3.0.0"
1405814081

14082+
globby@^11.1.0:
14083+
version "11.1.0"
14084+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
14085+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
14086+
dependencies:
14087+
array-union "^2.1.0"
14088+
dir-glob "^3.0.1"
14089+
fast-glob "^3.2.9"
14090+
ignore "^5.2.0"
14091+
merge2 "^1.4.1"
14092+
slash "^3.0.0"
14093+
1405914094
globby@^7.1.1:
1406014095
version "7.1.1"
1406114096
resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
@@ -14612,11 +14647,16 @@ ignore@^4.0.6:
1461214647
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
1461314648
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
1461414649

14615-
ignore@^5.1.4, ignore@^5.1.8:
14650+
ignore@^5.1.4:
1461614651
version "5.1.8"
1461714652
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
1461814653
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
1461914654

14655+
ignore@^5.2.0:
14656+
version "5.2.0"
14657+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
14658+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
14659+
1462014660
1462114661
version "1.0.0"
1462214662
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.0.0.tgz#58b31fe4743b1cec0a0ac26f5c914d3c5b2f0750"
@@ -17903,7 +17943,7 @@ merge-stream@^2.0.0:
1790317943
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
1790417944
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
1790517945

17906-
merge2@^1.3.0:
17946+
merge2@^1.3.0, merge2@^1.4.1:
1790717947
version "1.4.1"
1790817948
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
1790917949
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -22469,6 +22509,13 @@ semver@^7.3.5:
2246922509
dependencies:
2247022510
lru-cache "^6.0.0"
2247122511

22512+
semver@^7.3.7:
22513+
version "7.3.7"
22514+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
22515+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
22516+
dependencies:
22517+
lru-cache "^6.0.0"
22518+
2247222519
semver@~5.4.1:
2247322520
version "5.4.1"
2247422521
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"

0 commit comments

Comments
 (0)