Skip to content

Commit 09f9bf2

Browse files
committed
Update typescript-eslint monorepo to v5.42.0
1 parent d01739e commit 09f9bf2

File tree

2 files changed

+57
-51
lines changed

2 files changed

+57
-51
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": "18.11.8",
4949
"@types/ramda": "0.28.18",
50-
"@typescript-eslint/eslint-plugin": "5.41.0",
51-
"@typescript-eslint/parser": "5.41.0",
50+
"@typescript-eslint/eslint-plugin": "5.42.0",
51+
"@typescript-eslint/parser": "5.42.0",
5252
"@types/url-join": "4.0.1",
5353
"@types/sinon": "10.0.13",
5454
"ava": "4.3.3",

yarn.lock

Lines changed: 55 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,16 +1118,17 @@
11181118
resolved "https://registry.yarnpkg.com/@types/url-join/-/url-join-4.0.1.tgz#4989c97f969464647a8586c7252d97b449cdc045"
11191119
integrity sha512-wDXw9LEEUHyV+7UWy7U315nrJGJ7p1BzaCxDpEoLr789Dk1WDVMMlf3iBfbG2F8NdWnYyFbtTxUn2ZNbm1Q4LQ==
11201120

1121-
"@typescript-eslint/eslint-plugin@5.41.0":
1122-
version "5.41.0"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.41.0.tgz#f8eeb1c6bb2549f795f3ba71aec3b38d1ab6b1e1"
1124-
integrity sha512-DXUS22Y57/LAFSg3x7Vi6RNAuLpTXwxB9S2nIA7msBb/Zt8p7XqMwdpdc1IU7CkOQUPgAqR5fWvxuKCbneKGmA==
1125-
dependencies:
1126-
"@typescript-eslint/scope-manager" "5.41.0"
1127-
"@typescript-eslint/type-utils" "5.41.0"
1128-
"@typescript-eslint/utils" "5.41.0"
1121+
"@typescript-eslint/eslint-plugin@5.42.0":
1122+
version "5.42.0"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
1124+
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
1125+
dependencies:
1126+
"@typescript-eslint/scope-manager" "5.42.0"
1127+
"@typescript-eslint/type-utils" "5.42.0"
1128+
"@typescript-eslint/utils" "5.42.0"
11291129
debug "^4.3.4"
11301130
ignore "^5.2.0"
1131+
natural-compare-lite "^1.4.0"
11311132
regexpp "^3.2.0"
11321133
semver "^7.3.7"
11331134
tsutils "^3.21.0"
@@ -1144,14 +1145,14 @@
11441145
eslint-scope "^5.0.0"
11451146
eslint-utils "^2.0.0"
11461147

1147-
"@typescript-eslint/parser@5.41.0":
1148-
version "5.41.0"
1149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
1150-
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
1148+
"@typescript-eslint/parser@5.42.0":
1149+
version "5.42.0"
1150+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
1151+
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
11511152
dependencies:
1152-
"@typescript-eslint/scope-manager" "5.41.0"
1153-
"@typescript-eslint/types" "5.41.0"
1154-
"@typescript-eslint/typescript-estree" "5.41.0"
1153+
"@typescript-eslint/scope-manager" "5.42.0"
1154+
"@typescript-eslint/types" "5.42.0"
1155+
"@typescript-eslint/typescript-estree" "5.42.0"
11551156
debug "^4.3.4"
11561157

11571158
"@typescript-eslint/[email protected]":
@@ -1162,21 +1163,21 @@
11621163
"@typescript-eslint/types" "4.17.0"
11631164
"@typescript-eslint/visitor-keys" "4.17.0"
11641165

1165-
"@typescript-eslint/scope-manager@5.41.0":
1166-
version "5.41.0"
1167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.41.0.tgz#28e3a41d626288d0628be14cf9de8d49fc30fadf"
1168-
integrity sha512-xOxPJCnuktUkY2xoEZBKXO5DBCugFzjrVndKdUnyQr3+9aDWZReKq9MhaoVnbL+maVwWJu/N0SEtrtEUNb62QQ==
1166+
"@typescript-eslint/scope-manager@5.42.0":
1167+
version "5.42.0"
1168+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
1169+
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
11691170
dependencies:
1170-
"@typescript-eslint/types" "5.41.0"
1171-
"@typescript-eslint/visitor-keys" "5.41.0"
1171+
"@typescript-eslint/types" "5.42.0"
1172+
"@typescript-eslint/visitor-keys" "5.42.0"
11721173

1173-
"@typescript-eslint/type-utils@5.41.0":
1174-
version "5.41.0"
1175-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.41.0.tgz#2371601171e9f26a4e6da918a7913f7266890cdf"
1176-
integrity sha512-L30HNvIG6A1Q0R58e4hu4h+fZqaO909UcnnPbwKiN6Rc3BUEx6ez2wgN7aC0cBfcAjZfwkzE+E2PQQ9nEuoqfA==
1174+
"@typescript-eslint/type-utils@5.42.0":
1175+
version "5.42.0"
1176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
1177+
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
11771178
dependencies:
1178-
"@typescript-eslint/typescript-estree" "5.41.0"
1179-
"@typescript-eslint/utils" "5.41.0"
1179+
"@typescript-eslint/typescript-estree" "5.42.0"
1180+
"@typescript-eslint/utils" "5.42.0"
11801181
debug "^4.3.4"
11811182
tsutils "^3.21.0"
11821183

@@ -1185,10 +1186,10 @@
11851186
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
11861187
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
11871188

1188-
"@typescript-eslint/types@5.41.0":
1189-
version "5.41.0"
1190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
1191-
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
1189+
"@typescript-eslint/types@5.42.0":
1190+
version "5.42.0"
1191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
1192+
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
11921193

11931194
"@typescript-eslint/[email protected]":
11941195
version "4.17.0"
@@ -1203,29 +1204,29 @@
12031204
semver "^7.3.2"
12041205
tsutils "^3.17.1"
12051206

1206-
"@typescript-eslint/typescript-estree@5.41.0":
1207-
version "5.41.0"
1208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
1209-
integrity sha512-SlzFYRwFSvswzDSQ/zPkIWcHv8O5y42YUskko9c4ki+fV6HATsTODUPbRbcGDFYP86gaJL5xohUEytvyNNcXWg==
1207+
"@typescript-eslint/typescript-estree@5.42.0":
1208+
version "5.42.0"
1209+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
1210+
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
12101211
dependencies:
1211-
"@typescript-eslint/types" "5.41.0"
1212-
"@typescript-eslint/visitor-keys" "5.41.0"
1212+
"@typescript-eslint/types" "5.42.0"
1213+
"@typescript-eslint/visitor-keys" "5.42.0"
12131214
debug "^4.3.4"
12141215
globby "^11.1.0"
12151216
is-glob "^4.0.3"
12161217
semver "^7.3.7"
12171218
tsutils "^3.21.0"
12181219

1219-
"@typescript-eslint/utils@5.41.0":
1220-
version "5.41.0"
1221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.41.0.tgz#f41ae5883994a249d00b2ce69f4188f3a23fa0f9"
1222-
integrity sha512-QlvfwaN9jaMga9EBazQ+5DDx/4sAdqDkcs05AsQHMaopluVCUyu1bTRUVKzXbgjDlrRAQrYVoi/sXJ9fmG+KLQ==
1220+
"@typescript-eslint/utils@5.42.0":
1221+
version "5.42.0"
1222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
1223+
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
12231224
dependencies:
12241225
"@types/json-schema" "^7.0.9"
12251226
"@types/semver" "^7.3.12"
1226-
"@typescript-eslint/scope-manager" "5.41.0"
1227-
"@typescript-eslint/types" "5.41.0"
1228-
"@typescript-eslint/typescript-estree" "5.41.0"
1227+
"@typescript-eslint/scope-manager" "5.42.0"
1228+
"@typescript-eslint/types" "5.42.0"
1229+
"@typescript-eslint/typescript-estree" "5.42.0"
12291230
eslint-scope "^5.1.1"
12301231
eslint-utils "^3.0.0"
12311232
semver "^7.3.7"
@@ -1238,12 +1239,12 @@
12381239
"@typescript-eslint/types" "4.17.0"
12391240
eslint-visitor-keys "^2.0.0"
12401241

1241-
"@typescript-eslint/visitor-keys@5.41.0":
1242-
version "5.41.0"
1243-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"
1244-
integrity sha512-vilqeHj267v8uzzakbm13HkPMl7cbYpKVjgFWZPIOHIJHZtinvypUhJ5xBXfWYg4eFKqztbMMpOgFpT9Gfx4fw==
1242+
"@typescript-eslint/visitor-keys@5.42.0":
1243+
version "5.42.0"
1244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
1245+
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
12451246
dependencies:
1246-
"@typescript-eslint/types" "5.41.0"
1247+
"@typescript-eslint/types" "5.42.0"
12471248
eslint-visitor-keys "^3.3.0"
12481249

12491250
"@yarnpkg/lockfile@^1.1.0":
@@ -6187,6 +6188,11 @@ nanomatch@^1.2.9:
61876188
snapdragon "^0.8.1"
61886189
to-regex "^3.0.1"
61896190

6191+
natural-compare-lite@^1.4.0:
6192+
version "1.4.0"
6193+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6194+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6195+
61906196
natural-compare@^1.4.0:
61916197
version "1.4.0"
61926198
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)