Skip to content

Commit 36ef8dd

Browse files
chore(deps): update typescript-eslint monorepo to v7.18.0
1 parent cba9dd2 commit 36ef8dd

File tree

18 files changed

+752
-676
lines changed

18 files changed

+752
-676
lines changed

with-attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/node": "20.11.20",
2121
"@types/react": "18.2.61",
2222
"@types/react-dom": "18.2.19",
23-
"@typescript-eslint/eslint-plugin": "7.1.0",
23+
"@typescript-eslint/eslint-plugin": "7.18.0",
2424
"eslint": "8.56.0",
2525
"eslint-config-next": "14.1.1",
2626
"prettier": "3.2.5",

with-attachments/yarn.lock

Lines changed: 86 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
dependencies:
2222
eslint-visitor-keys "^3.3.0"
2323

24-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
24+
"@eslint-community/regexpp@^4.10.0":
25+
version "4.12.1"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
27+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
28+
29+
"@eslint-community/regexpp@^4.6.1":
2530
version "4.6.2"
2631
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
2732
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
@@ -208,11 +213,6 @@
208213
"@swc/counter" "^0.1.3"
209214
tslib "^2.4.0"
210215

211-
"@types/json-schema@^7.0.12":
212-
version "7.0.12"
213-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
214-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
215-
216216
"@types/json5@^0.0.29":
217217
version "0.0.29"
218218
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -260,27 +260,20 @@
260260
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
261261
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
262262

263-
"@types/semver@^7.5.0":
264-
version "7.5.0"
265-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
266-
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
267-
268-
"@typescript-eslint/[email protected]":
269-
version "7.1.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.0.tgz#22bb999a8d59893c0ea07923e8a21f9d985ad740"
271-
integrity sha512-j6vT/kCulhG5wBmGtstKeiVr1rdXE4nk+DT1k6trYkwlrvW9eOF5ZbgKnd/YR6PcM4uTEXa0h6Fcvf6X7Dxl0w==
272-
dependencies:
273-
"@eslint-community/regexpp" "^4.5.1"
274-
"@typescript-eslint/scope-manager" "7.1.0"
275-
"@typescript-eslint/type-utils" "7.1.0"
276-
"@typescript-eslint/utils" "7.1.0"
277-
"@typescript-eslint/visitor-keys" "7.1.0"
278-
debug "^4.3.4"
263+
"@typescript-eslint/[email protected]":
264+
version "7.18.0"
265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
266+
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
267+
dependencies:
268+
"@eslint-community/regexpp" "^4.10.0"
269+
"@typescript-eslint/scope-manager" "7.18.0"
270+
"@typescript-eslint/type-utils" "7.18.0"
271+
"@typescript-eslint/utils" "7.18.0"
272+
"@typescript-eslint/visitor-keys" "7.18.0"
279273
graphemer "^1.4.0"
280-
ignore "^5.2.4"
274+
ignore "^5.3.1"
281275
natural-compare "^1.4.0"
282-
semver "^7.5.4"
283-
ts-api-utils "^1.0.1"
276+
ts-api-utils "^1.3.0"
284277

285278
"@typescript-eslint/parser@^5.4.2 || ^6.0.0":
286279
version "6.4.0"
@@ -301,33 +294,33 @@
301294
"@typescript-eslint/types" "6.4.0"
302295
"@typescript-eslint/visitor-keys" "6.4.0"
303296

304-
"@typescript-eslint/scope-manager@7.1.0":
305-
version "7.1.0"
306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.0.tgz#e4babaa39a3d612eff0e3559f3e99c720a2b4a54"
307-
integrity sha512-6TmN4OJiohHfoOdGZ3huuLhpiUgOGTpgXNUPJgeZOZR3DnIpdSgtt83RS35OYNNXxM4TScVlpVKC9jyQSETR1A==
297+
"@typescript-eslint/scope-manager@7.18.0":
298+
version "7.18.0"
299+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
300+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
308301
dependencies:
309-
"@typescript-eslint/types" "7.1.0"
310-
"@typescript-eslint/visitor-keys" "7.1.0"
302+
"@typescript-eslint/types" "7.18.0"
303+
"@typescript-eslint/visitor-keys" "7.18.0"
311304

312-
"@typescript-eslint/type-utils@7.1.0":
313-
version "7.1.0"
314-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.0.tgz#372dfa470df181bcee0072db464dc778b75ed722"
315-
integrity sha512-UZIhv8G+5b5skkcuhgvxYWHjk7FW7/JP5lPASMEUoliAPwIH/rxoUSQPia2cuOj9AmDZmwUl1usKm85t5VUMew==
305+
"@typescript-eslint/type-utils@7.18.0":
306+
version "7.18.0"
307+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
308+
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
316309
dependencies:
317-
"@typescript-eslint/typescript-estree" "7.1.0"
318-
"@typescript-eslint/utils" "7.1.0"
310+
"@typescript-eslint/typescript-estree" "7.18.0"
311+
"@typescript-eslint/utils" "7.18.0"
319312
debug "^4.3.4"
320-
ts-api-utils "^1.0.1"
313+
ts-api-utils "^1.3.0"
321314

322315
"@typescript-eslint/[email protected]":
323316
version "6.4.0"
324317
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee"
325318
integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==
326319

327-
"@typescript-eslint/types@7.1.0":
328-
version "7.1.0"
329-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.0.tgz#52a86d6236fda646e7e5fe61154991dc0dc433ef"
330-
integrity sha512-qTWjWieJ1tRJkxgZYXx6WUYtWlBc48YRxgY2JN1aGeVpkhmnopq+SUC8UEVGNXIvWH7XyuTjwALfG6bFEgCkQA==
320+
"@typescript-eslint/types@7.18.0":
321+
version "7.18.0"
322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
323+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
331324

332325
"@typescript-eslint/[email protected]":
333326
version "6.4.0"
@@ -342,32 +335,29 @@
342335
semver "^7.5.4"
343336
ts-api-utils "^1.0.1"
344337

345-
"@typescript-eslint/typescript-estree@7.1.0":
346-
version "7.1.0"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.0.tgz#419b1310f061feee6df676c5bed460537310c593"
348-
integrity sha512-k7MyrbD6E463CBbSpcOnwa8oXRdHzH1WiVzOipK3L5KSML92ZKgUBrTlehdi7PEIMT8k0bQixHUGXggPAlKnOQ==
338+
"@typescript-eslint/typescript-estree@7.18.0":
339+
version "7.18.0"
340+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
341+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
349342
dependencies:
350-
"@typescript-eslint/types" "7.1.0"
351-
"@typescript-eslint/visitor-keys" "7.1.0"
343+
"@typescript-eslint/types" "7.18.0"
344+
"@typescript-eslint/visitor-keys" "7.18.0"
352345
debug "^4.3.4"
353346
globby "^11.1.0"
354347
is-glob "^4.0.3"
355-
minimatch "9.0.3"
356-
semver "^7.5.4"
357-
ts-api-utils "^1.0.1"
348+
minimatch "^9.0.4"
349+
semver "^7.6.0"
350+
ts-api-utils "^1.3.0"
358351

359-
"@typescript-eslint/utils@7.1.0":
360-
version "7.1.0"
361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.0.tgz#710ecda62aff4a3c8140edabf3c5292d31111ddd"
362-
integrity sha512-WUFba6PZC5OCGEmbweGpnNJytJiLG7ZvDBJJoUcX4qZYf1mGZ97mO2Mps6O2efxJcJdRNpqweCistDbZMwIVHw==
352+
"@typescript-eslint/utils@7.18.0":
353+
version "7.18.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
355+
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
363356
dependencies:
364357
"@eslint-community/eslint-utils" "^4.4.0"
365-
"@types/json-schema" "^7.0.12"
366-
"@types/semver" "^7.5.0"
367-
"@typescript-eslint/scope-manager" "7.1.0"
368-
"@typescript-eslint/types" "7.1.0"
369-
"@typescript-eslint/typescript-estree" "7.1.0"
370-
semver "^7.5.4"
358+
"@typescript-eslint/scope-manager" "7.18.0"
359+
"@typescript-eslint/types" "7.18.0"
360+
"@typescript-eslint/typescript-estree" "7.18.0"
371361

372362
"@typescript-eslint/[email protected]":
373363
version "6.4.0"
@@ -377,13 +367,13 @@
377367
"@typescript-eslint/types" "6.4.0"
378368
eslint-visitor-keys "^3.4.1"
379369

380-
"@typescript-eslint/visitor-keys@7.1.0":
381-
version "7.1.0"
382-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.0.tgz#576c4ad462ca1378135a55e2857d7aced96ce0a0"
383-
integrity sha512-FhUqNWluiGNzlvnDZiXad4mZRhtghdoKW6e98GoEOYSu5cND+E39rG5KwJMUzeENwm1ztYBRqof8wMLP+wNPIA==
370+
"@typescript-eslint/visitor-keys@7.18.0":
371+
version "7.18.0"
372+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
373+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
384374
dependencies:
385-
"@typescript-eslint/types" "7.1.0"
386-
eslint-visitor-keys "^3.4.1"
375+
"@typescript-eslint/types" "7.18.0"
376+
eslint-visitor-keys "^3.4.3"
387377

388378
"@ungap/structured-clone@^1.2.0":
389379
version "1.2.0"
@@ -1756,6 +1746,11 @@ ignore@^5.2.0, ignore@^5.2.4:
17561746
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
17571747
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
17581748

1749+
ignore@^5.3.1:
1750+
version "5.3.2"
1751+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1752+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
1753+
17591754
import-fresh@^3.2.1:
17601755
version "3.3.0"
17611756
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2240,13 +2235,6 @@ mimic-fn@^4.0.0:
22402235
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
22412236
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
22422237

2243-
[email protected], minimatch@^9.0.1:
2244-
version "9.0.3"
2245-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2246-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2247-
dependencies:
2248-
brace-expansion "^2.0.1"
2249-
22502238
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
22512239
version "3.1.2"
22522240
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2261,6 +2249,20 @@ minimatch@^5.0.1:
22612249
dependencies:
22622250
brace-expansion "^2.0.1"
22632251

2252+
minimatch@^9.0.1:
2253+
version "9.0.3"
2254+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
2255+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
2256+
dependencies:
2257+
brace-expansion "^2.0.1"
2258+
2259+
minimatch@^9.0.4:
2260+
version "9.0.5"
2261+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2262+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2263+
dependencies:
2264+
brace-expansion "^2.0.1"
2265+
22642266
minimist@^1.2.0, minimist@^1.2.6:
22652267
version "1.2.8"
22662268
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -2803,6 +2805,11 @@ semver@^7.5.4:
28032805
dependencies:
28042806
lru-cache "^6.0.0"
28052807

2808+
semver@^7.6.0:
2809+
version "7.7.2"
2810+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
2811+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
2812+
28062813
set-function-length@^1.2.0:
28072814
version "1.2.1"
28082815
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.1.tgz#47cc5945f2c771e2cf261c6737cf9684a2a5e425"
@@ -3070,6 +3077,11 @@ ts-api-utils@^1.0.1:
30703077
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
30713078
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
30723079

3080+
ts-api-utils@^1.3.0:
3081+
version "1.4.3"
3082+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
3083+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
3084+
30733085
tsconfig-paths@^3.15.0:
30743086
version "3.15.0"
30753087
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"

with-domains/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/node": "20.11.20",
2222
"@types/react": "18.2.61",
2323
"@types/react-dom": "18.2.19",
24-
"@typescript-eslint/eslint-plugin": "7.1.0",
24+
"@typescript-eslint/eslint-plugin": "7.18.0",
2525
"eslint": "8.56.0",
2626
"eslint-config-next": "14.1.1",
2727
"prettier": "3.2.5",

0 commit comments

Comments
 (0)