Skip to content

Commit da48816

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent bde117d commit da48816

File tree

2 files changed

+135
-39
lines changed

2 files changed

+135
-39
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@rollup/plugin-node-resolve": "16.0.3",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.31.1",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.48.0",
57+
"@typescript-eslint/parser": "8.48.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 133 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,10 +1296,17 @@
12961296
dependencies:
12971297
eslint-visitor-keys "^3.3.0"
12981298

1299-
"@eslint-community/regexpp@^4.4.0":
1300-
version "4.5.1"
1301-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1302-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1299+
"@eslint-community/eslint-utils@^4.7.0":
1300+
version "4.9.0"
1301+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1302+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1303+
dependencies:
1304+
eslint-visitor-keys "^3.4.3"
1305+
1306+
"@eslint-community/regexpp@^4.10.0":
1307+
version "4.12.2"
1308+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1309+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
13031310

13041311
"@eslint-community/regexpp@^4.6.1":
13051312
version "4.6.2"
@@ -1999,30 +2006,39 @@
19992006
dependencies:
20002007
"@types/yargs-parser" "*"
20012008

2002-
"@typescript-eslint/eslint-plugin@5.62.0":
2003-
version "5.62.0"
2004-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2005-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2009+
"@typescript-eslint/eslint-plugin@8.48.0":
2010+
version "8.48.0"
2011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.48.0.tgz#cdc9bdbe947713f658eb6109eeeea5d746824cf4"
2012+
integrity sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==
20062013
dependencies:
2007-
"@eslint-community/regexpp" "^4.4.0"
2008-
"@typescript-eslint/scope-manager" "5.62.0"
2009-
"@typescript-eslint/type-utils" "5.62.0"
2010-
"@typescript-eslint/utils" "5.62.0"
2011-
debug "^4.3.4"
2014+
"@eslint-community/regexpp" "^4.10.0"
2015+
"@typescript-eslint/scope-manager" "8.48.0"
2016+
"@typescript-eslint/type-utils" "8.48.0"
2017+
"@typescript-eslint/utils" "8.48.0"
2018+
"@typescript-eslint/visitor-keys" "8.48.0"
20122019
graphemer "^1.4.0"
2013-
ignore "^5.2.0"
2014-
natural-compare-lite "^1.4.0"
2015-
semver "^7.3.7"
2016-
tsutils "^3.21.0"
2020+
ignore "^7.0.0"
2021+
natural-compare "^1.4.0"
2022+
ts-api-utils "^2.1.0"
20172023

2018-
"@typescript-eslint/parser@5.62.0":
2019-
version "5.62.0"
2020-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2021-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2024+
"@typescript-eslint/parser@8.48.0":
2025+
version "8.48.0"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.48.0.tgz#fc39ea9b1c8b2414c1f4b625277629e12a940e6b"
2027+
integrity sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==
20222028
dependencies:
2023-
"@typescript-eslint/scope-manager" "5.62.0"
2024-
"@typescript-eslint/types" "5.62.0"
2025-
"@typescript-eslint/typescript-estree" "5.62.0"
2029+
"@typescript-eslint/scope-manager" "8.48.0"
2030+
"@typescript-eslint/types" "8.48.0"
2031+
"@typescript-eslint/typescript-estree" "8.48.0"
2032+
"@typescript-eslint/visitor-keys" "8.48.0"
2033+
debug "^4.3.4"
2034+
2035+
"@typescript-eslint/[email protected]":
2036+
version "8.48.0"
2037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.0.tgz#c21f6f897fbc4e61c7b1e20906ea1d59594ccc2d"
2038+
integrity sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==
2039+
dependencies:
2040+
"@typescript-eslint/tsconfig-utils" "^8.48.0"
2041+
"@typescript-eslint/types" "^8.48.0"
20262042
debug "^4.3.4"
20272043

20282044
"@typescript-eslint/[email protected]":
@@ -2041,15 +2057,29 @@
20412057
"@typescript-eslint/types" "8.0.0"
20422058
"@typescript-eslint/visitor-keys" "8.0.0"
20432059

2044-
"@typescript-eslint/[email protected].0":
2045-
version "5.62.0"
2046-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2047-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2060+
"@typescript-eslint/[email protected].0":
2061+
version "8.48.0"
2062+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.0.tgz#8306afdf409364d4e434813f0df9a8557ddff751"
2063+
integrity sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==
20482064
dependencies:
2049-
"@typescript-eslint/typescript-estree" "5.62.0"
2050-
"@typescript-eslint/utils" "5.62.0"
2065+
"@typescript-eslint/types" "8.48.0"
2066+
"@typescript-eslint/visitor-keys" "8.48.0"
2067+
2068+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.48.0":
2069+
version "8.48.0"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.0.tgz#05cf091cd9f24a8e047783ff979136df6cf1be04"
2071+
integrity sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==
2072+
2073+
"@typescript-eslint/[email protected]":
2074+
version "8.48.0"
2075+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.48.0.tgz#eb4e0e60e545b448112f291b6652eeddb16db83f"
2076+
integrity sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==
2077+
dependencies:
2078+
"@typescript-eslint/types" "8.48.0"
2079+
"@typescript-eslint/typescript-estree" "8.48.0"
2080+
"@typescript-eslint/utils" "8.48.0"
20512081
debug "^4.3.4"
2052-
tsutils "^3.21.0"
2082+
ts-api-utils "^2.1.0"
20532083

20542084
"@typescript-eslint/[email protected]":
20552085
version "5.62.0"
@@ -2061,6 +2091,11 @@
20612091
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
20622092
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
20632093

2094+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.48.0":
2095+
version "8.48.0"
2096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz#f0dc5cf27217346e9b0d90556911e01d90d0f2a5"
2097+
integrity sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==
2098+
20642099
"@typescript-eslint/[email protected]":
20652100
version "5.62.0"
20662101
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2088,7 +2123,32 @@
20882123
semver "^7.6.0"
20892124
ts-api-utils "^1.3.0"
20902125

2091-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2126+
"@typescript-eslint/[email protected]":
2127+
version "8.48.0"
2128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.0.tgz#38b340524ce34ce0e46ca541a86cf6cad8872e5b"
2129+
integrity sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==
2130+
dependencies:
2131+
"@typescript-eslint/project-service" "8.48.0"
2132+
"@typescript-eslint/tsconfig-utils" "8.48.0"
2133+
"@typescript-eslint/types" "8.48.0"
2134+
"@typescript-eslint/visitor-keys" "8.48.0"
2135+
debug "^4.3.4"
2136+
minimatch "^9.0.4"
2137+
semver "^7.6.0"
2138+
tinyglobby "^0.2.15"
2139+
ts-api-utils "^2.1.0"
2140+
2141+
"@typescript-eslint/[email protected]":
2142+
version "8.48.0"
2143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.0.tgz#c1196befb664f50be10692c781c7fc7624c1a5f9"
2144+
integrity sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==
2145+
dependencies:
2146+
"@eslint-community/eslint-utils" "^4.7.0"
2147+
"@typescript-eslint/scope-manager" "8.48.0"
2148+
"@typescript-eslint/types" "8.48.0"
2149+
"@typescript-eslint/typescript-estree" "8.48.0"
2150+
2151+
"@typescript-eslint/utils@^5.10.2":
20922152
version "5.62.0"
20932153
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20942154
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2128,6 +2188,14 @@
21282188
"@typescript-eslint/types" "8.0.0"
21292189
eslint-visitor-keys "^3.4.3"
21302190

2191+
"@typescript-eslint/[email protected]":
2192+
version "8.48.0"
2193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.0.tgz#6b07ef5661a85d08b01fbe4b8310a7311a6471af"
2194+
integrity sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==
2195+
dependencies:
2196+
"@typescript-eslint/types" "8.48.0"
2197+
eslint-visitor-keys "^4.2.1"
2198+
21312199
"@ungap/structured-clone@^1.2.0":
21322200
version "1.2.0"
21332201
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2815,6 +2883,11 @@ eslint-visitor-keys@^3.4.3:
28152883
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
28162884
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
28172885

2886+
eslint-visitor-keys@^4.2.1:
2887+
version "4.2.1"
2888+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2889+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2890+
28182891
28192892
version "8.57.1"
28202893
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3023,6 +3096,11 @@ fb-watchman@^2.0.0:
30233096
dependencies:
30243097
bser "2.1.1"
30253098

3099+
fdir@^6.5.0:
3100+
version "6.5.0"
3101+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
3102+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
3103+
30263104
file-entry-cache@^6.0.1:
30273105
version "6.0.1"
30283106
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
@@ -3263,6 +3341,11 @@ ignore@^5.2.0:
32633341
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
32643342
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
32653343

3344+
ignore@^7.0.0:
3345+
version "7.0.5"
3346+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3347+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3348+
32663349
import-fresh@^3.2.1:
32673350
version "3.3.0"
32683351
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4163,11 +4246,6 @@ ms@^2.1.3:
41634246
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
41644247
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
41654248

4166-
natural-compare-lite@^1.4.0:
4167-
version "1.4.0"
4168-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4169-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4170-
41714249
natural-compare@^1.4.0:
41724250
version "1.4.0"
41734251
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4389,6 +4467,11 @@ picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
43894467
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
43904468
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
43914469

4470+
picomatch@^4.0.3:
4471+
version "4.0.3"
4472+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4473+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4474+
43924475
pidtree@^0.6.0:
43934476
version "0.6.0"
43944477
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
@@ -4965,6 +5048,14 @@ text-table@^0.2.0:
49655048
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
49665049
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
49675050

5051+
tinyglobby@^0.2.15:
5052+
version "0.2.15"
5053+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
5054+
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
5055+
dependencies:
5056+
fdir "^6.5.0"
5057+
picomatch "^4.0.3"
5058+
49685059
49695060
version "1.0.5"
49705061
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -4987,6 +5078,11 @@ ts-api-utils@^1.3.0:
49875078
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
49885079
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
49895080

5081+
ts-api-utils@^2.1.0:
5082+
version "2.1.0"
5083+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5084+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
5085+
49905086
49915087
version "29.4.5"
49925088
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.5.tgz#a6b0dc401e521515d5342234be87f1ca96390a6f"

0 commit comments

Comments
 (0)