Skip to content

Commit 824765f

Browse files
committed
Update typescript-eslint monorepo to v5.40.1
1 parent 80a5b71 commit 824765f

File tree

2 files changed

+56
-50
lines changed

2 files changed

+56
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@types/dotenv": "8.2.0",
4848
"@types/node": "16.11.66",
4949
"@types/ramda": "0.28.16",
50-
"@typescript-eslint/eslint-plugin": "5.40.0",
51-
"@typescript-eslint/parser": "5.40.0",
50+
"@typescript-eslint/eslint-plugin": "5.40.1",
51+
"@typescript-eslint/parser": "5.40.1",
5252
"@types/url-join": "4.0.1",
5353
"@types/sinon": "10.0.13",
5454
"ava": "4.3.3",

yarn.lock

Lines changed: 54 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,11 @@
10961096
dependencies:
10971097
"@types/node" "*"
10981098

1099+
"@types/semver@^7.3.12":
1100+
version "7.3.12"
1101+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1102+
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1103+
10991104
11001105
version "10.0.13"
11011106
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.13.tgz#60a7a87a70d9372d0b7b38cc03e825f46981fb83"
@@ -1113,14 +1118,14 @@
11131118
resolved "https://registry.yarnpkg.com/@types/url-join/-/url-join-4.0.1.tgz#4989c97f969464647a8586c7252d97b449cdc045"
11141119
integrity sha512-wDXw9LEEUHyV+7UWy7U315nrJGJ7p1BzaCxDpEoLr789Dk1WDVMMlf3iBfbG2F8NdWnYyFbtTxUn2ZNbm1Q4LQ==
11151120

1116-
"@typescript-eslint/[email protected].0":
1117-
version "5.40.0"
1118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1119-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1121+
"@typescript-eslint/[email protected].1":
1122+
version "5.40.1"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.1.tgz#3203a6ff396b1194083faaa6e5110c401201d7d5"
1124+
integrity sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==
11201125
dependencies:
1121-
"@typescript-eslint/scope-manager" "5.40.0"
1122-
"@typescript-eslint/type-utils" "5.40.0"
1123-
"@typescript-eslint/utils" "5.40.0"
1126+
"@typescript-eslint/scope-manager" "5.40.1"
1127+
"@typescript-eslint/type-utils" "5.40.1"
1128+
"@typescript-eslint/utils" "5.40.1"
11241129
debug "^4.3.4"
11251130
ignore "^5.2.0"
11261131
regexpp "^3.2.0"
@@ -1139,14 +1144,14 @@
11391144
eslint-scope "^5.0.0"
11401145
eslint-utils "^2.0.0"
11411146

1142-
"@typescript-eslint/[email protected].0":
1143-
version "5.40.0"
1144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1145-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
1147+
"@typescript-eslint/[email protected].1":
1148+
version "5.40.1"
1149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.1.tgz#e7f8295dd8154d0d37d661ddd8e2f0ecfdee28dd"
1150+
integrity sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==
11461151
dependencies:
1147-
"@typescript-eslint/scope-manager" "5.40.0"
1148-
"@typescript-eslint/types" "5.40.0"
1149-
"@typescript-eslint/typescript-estree" "5.40.0"
1152+
"@typescript-eslint/scope-manager" "5.40.1"
1153+
"@typescript-eslint/types" "5.40.1"
1154+
"@typescript-eslint/typescript-estree" "5.40.1"
11501155
debug "^4.3.4"
11511156

11521157
"@typescript-eslint/[email protected]":
@@ -1157,21 +1162,21 @@
11571162
"@typescript-eslint/types" "4.17.0"
11581163
"@typescript-eslint/visitor-keys" "4.17.0"
11591164

1160-
"@typescript-eslint/[email protected].0":
1161-
version "5.40.0"
1162-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1163-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
1165+
"@typescript-eslint/[email protected].1":
1166+
version "5.40.1"
1167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.1.tgz#a7a5197dfd234622a2421ea590ee0ccc02e18dfe"
1168+
integrity sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==
11641169
dependencies:
1165-
"@typescript-eslint/types" "5.40.0"
1166-
"@typescript-eslint/visitor-keys" "5.40.0"
1170+
"@typescript-eslint/types" "5.40.1"
1171+
"@typescript-eslint/visitor-keys" "5.40.1"
11671172

1168-
"@typescript-eslint/[email protected].0":
1169-
version "5.40.0"
1170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1171-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
1173+
"@typescript-eslint/[email protected].1":
1174+
version "5.40.1"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.1.tgz#091e4ce3bebbdb68f4980bae9dee2e4e1725f601"
1176+
integrity sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==
11721177
dependencies:
1173-
"@typescript-eslint/typescript-estree" "5.40.0"
1174-
"@typescript-eslint/utils" "5.40.0"
1178+
"@typescript-eslint/typescript-estree" "5.40.1"
1179+
"@typescript-eslint/utils" "5.40.1"
11751180
debug "^4.3.4"
11761181
tsutils "^3.21.0"
11771182

@@ -1180,10 +1185,10 @@
11801185
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
11811186
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
11821187

1183-
"@typescript-eslint/[email protected].0":
1184-
version "5.40.0"
1185-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1186-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
1188+
"@typescript-eslint/[email protected].1":
1189+
version "5.40.1"
1190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.1.tgz#de37f4f64de731ee454bb2085d71030aa832f749"
1191+
integrity sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==
11871192

11881193
"@typescript-eslint/[email protected]":
11891194
version "4.17.0"
@@ -1198,28 +1203,29 @@
11981203
semver "^7.3.2"
11991204
tsutils "^3.17.1"
12001205

1201-
"@typescript-eslint/[email protected].0":
1202-
version "5.40.0"
1203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1204-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
1206+
"@typescript-eslint/[email protected].1":
1207+
version "5.40.1"
1208+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.1.tgz#9a7d25492f02c69882ce5e0cd1857b0c55645d72"
1209+
integrity sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==
12051210
dependencies:
1206-
"@typescript-eslint/types" "5.40.0"
1207-
"@typescript-eslint/visitor-keys" "5.40.0"
1211+
"@typescript-eslint/types" "5.40.1"
1212+
"@typescript-eslint/visitor-keys" "5.40.1"
12081213
debug "^4.3.4"
12091214
globby "^11.1.0"
12101215
is-glob "^4.0.3"
12111216
semver "^7.3.7"
12121217
tsutils "^3.21.0"
12131218

1214-
"@typescript-eslint/[email protected].0":
1215-
version "5.40.0"
1216-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1217-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
1219+
"@typescript-eslint/[email protected].1":
1220+
version "5.40.1"
1221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.1.tgz#3204fb73a559d3b7bab7dc9d3c44487c2734a9ca"
1222+
integrity sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==
12181223
dependencies:
12191224
"@types/json-schema" "^7.0.9"
1220-
"@typescript-eslint/scope-manager" "5.40.0"
1221-
"@typescript-eslint/types" "5.40.0"
1222-
"@typescript-eslint/typescript-estree" "5.40.0"
1225+
"@types/semver" "^7.3.12"
1226+
"@typescript-eslint/scope-manager" "5.40.1"
1227+
"@typescript-eslint/types" "5.40.1"
1228+
"@typescript-eslint/typescript-estree" "5.40.1"
12231229
eslint-scope "^5.1.1"
12241230
eslint-utils "^3.0.0"
12251231
semver "^7.3.7"
@@ -1232,12 +1238,12 @@
12321238
"@typescript-eslint/types" "4.17.0"
12331239
eslint-visitor-keys "^2.0.0"
12341240

1235-
"@typescript-eslint/[email protected].0":
1236-
version "5.40.0"
1237-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1238-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
1241+
"@typescript-eslint/[email protected].1":
1242+
version "5.40.1"
1243+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.1.tgz#f3d2bf5af192f4432b84cec6fdcb387193518754"
1244+
integrity sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==
12391245
dependencies:
1240-
"@typescript-eslint/types" "5.40.0"
1246+
"@typescript-eslint/types" "5.40.1"
12411247
eslint-visitor-keys "^3.3.0"
12421248

12431249
"@yarnpkg/lockfile@^1.1.0":

0 commit comments

Comments
 (0)