Skip to content

Commit 7f17942

Browse files
chore(deps): update typescript-eslint monorepo to v8.18.1 (#666)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9e4ba4 commit 7f17942

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@types/dotenv": "8.2.3",
3737
"@types/node": "22.10.2",
3838
"@types/ramda": "0.30.2",
39-
"@typescript-eslint/eslint-plugin": "8.18.0",
40-
"@typescript-eslint/parser": "8.18.0",
39+
"@typescript-eslint/eslint-plugin": "8.18.1",
40+
"@typescript-eslint/parser": "8.18.1",
4141
"@vercel/node": "^5.0.0",
4242
"dotenv": "16.4.7",
4343
"eslint": "8.57.1",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,30 +1140,30 @@
11401140
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.3.tgz#acaab0f919ce69cce629c2d4ed2eb4adc1b6c20c"
11411141
integrity sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==
11421142

1143-
"@typescript-eslint/[email protected].0":
1144-
version "8.18.0"
1145-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
1146-
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
1143+
"@typescript-eslint/[email protected].1":
1144+
version "8.18.1"
1145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
1146+
integrity sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==
11471147
dependencies:
11481148
"@eslint-community/regexpp" "^4.10.0"
1149-
"@typescript-eslint/scope-manager" "8.18.0"
1150-
"@typescript-eslint/type-utils" "8.18.0"
1151-
"@typescript-eslint/utils" "8.18.0"
1152-
"@typescript-eslint/visitor-keys" "8.18.0"
1149+
"@typescript-eslint/scope-manager" "8.18.1"
1150+
"@typescript-eslint/type-utils" "8.18.1"
1151+
"@typescript-eslint/utils" "8.18.1"
1152+
"@typescript-eslint/visitor-keys" "8.18.1"
11531153
graphemer "^1.4.0"
11541154
ignore "^5.3.1"
11551155
natural-compare "^1.4.0"
11561156
ts-api-utils "^1.3.0"
11571157

1158-
"@typescript-eslint/[email protected].0":
1159-
version "8.18.0"
1160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
1161-
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
1158+
"@typescript-eslint/[email protected].1":
1159+
version "8.18.1"
1160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
1161+
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
11621162
dependencies:
1163-
"@typescript-eslint/scope-manager" "8.18.0"
1164-
"@typescript-eslint/types" "8.18.0"
1165-
"@typescript-eslint/typescript-estree" "8.18.0"
1166-
"@typescript-eslint/visitor-keys" "8.18.0"
1163+
"@typescript-eslint/scope-manager" "8.18.1"
1164+
"@typescript-eslint/types" "8.18.1"
1165+
"@typescript-eslint/typescript-estree" "8.18.1"
1166+
"@typescript-eslint/visitor-keys" "8.18.1"
11671167
debug "^4.3.4"
11681168

11691169
"@typescript-eslint/[email protected]":
@@ -1174,21 +1174,21 @@
11741174
"@typescript-eslint/types" "7.16.0"
11751175
"@typescript-eslint/visitor-keys" "7.16.0"
11761176

1177-
"@typescript-eslint/[email protected].0":
1178-
version "8.18.0"
1179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
1180-
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
1177+
"@typescript-eslint/[email protected].1":
1178+
version "8.18.1"
1179+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
1180+
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
11811181
dependencies:
1182-
"@typescript-eslint/types" "8.18.0"
1183-
"@typescript-eslint/visitor-keys" "8.18.0"
1182+
"@typescript-eslint/types" "8.18.1"
1183+
"@typescript-eslint/visitor-keys" "8.18.1"
11841184

1185-
"@typescript-eslint/[email protected].0":
1186-
version "8.18.0"
1187-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
1188-
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
1185+
"@typescript-eslint/[email protected].1":
1186+
version "8.18.1"
1187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
1188+
integrity sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==
11891189
dependencies:
1190-
"@typescript-eslint/typescript-estree" "8.18.0"
1191-
"@typescript-eslint/utils" "8.18.0"
1190+
"@typescript-eslint/typescript-estree" "8.18.1"
1191+
"@typescript-eslint/utils" "8.18.1"
11921192
debug "^4.3.4"
11931193
ts-api-utils "^1.3.0"
11941194

@@ -1207,10 +1207,10 @@
12071207
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
12081208
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
12091209

1210-
"@typescript-eslint/[email protected].0":
1211-
version "8.18.0"
1212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
1213-
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
1210+
"@typescript-eslint/[email protected].1":
1211+
version "8.18.1"
1212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
1213+
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
12141214

12151215
"@typescript-eslint/[email protected]":
12161216
version "7.16.0"
@@ -1226,13 +1226,13 @@
12261226
semver "^7.6.0"
12271227
ts-api-utils "^1.3.0"
12281228

1229-
"@typescript-eslint/[email protected].0":
1230-
version "8.18.0"
1231-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
1232-
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
1229+
"@typescript-eslint/[email protected].1":
1230+
version "8.18.1"
1231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
1232+
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
12331233
dependencies:
1234-
"@typescript-eslint/types" "8.18.0"
1235-
"@typescript-eslint/visitor-keys" "8.18.0"
1234+
"@typescript-eslint/types" "8.18.1"
1235+
"@typescript-eslint/visitor-keys" "8.18.1"
12361236
debug "^4.3.4"
12371237
fast-glob "^3.3.2"
12381238
is-glob "^4.0.3"
@@ -1250,15 +1250,15 @@
12501250
"@typescript-eslint/types" "7.16.0"
12511251
"@typescript-eslint/typescript-estree" "7.16.0"
12521252

1253-
"@typescript-eslint/[email protected].0":
1254-
version "8.18.0"
1255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
1256-
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
1253+
"@typescript-eslint/[email protected].1":
1254+
version "8.18.1"
1255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
1256+
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
12571257
dependencies:
12581258
"@eslint-community/eslint-utils" "^4.4.0"
1259-
"@typescript-eslint/scope-manager" "8.18.0"
1260-
"@typescript-eslint/types" "8.18.0"
1261-
"@typescript-eslint/typescript-estree" "8.18.0"
1259+
"@typescript-eslint/scope-manager" "8.18.1"
1260+
"@typescript-eslint/types" "8.18.1"
1261+
"@typescript-eslint/typescript-estree" "8.18.1"
12621262

12631263
"@typescript-eslint/[email protected]":
12641264
version "7.16.0"
@@ -1268,12 +1268,12 @@
12681268
"@typescript-eslint/types" "7.16.0"
12691269
eslint-visitor-keys "^3.4.3"
12701270

1271-
"@typescript-eslint/[email protected].0":
1272-
version "8.18.0"
1273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
1274-
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
1271+
"@typescript-eslint/[email protected].1":
1272+
version "8.18.1"
1273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
1274+
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
12751275
dependencies:
1276-
"@typescript-eslint/types" "8.18.0"
1276+
"@typescript-eslint/types" "8.18.1"
12771277
eslint-visitor-keys "^4.2.0"
12781278

12791279
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":

0 commit comments

Comments
 (0)