Skip to content

Commit fbdd25f

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 6df445c commit fbdd25f

File tree

2 files changed

+129
-39
lines changed

2 files changed

+129
-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.2",
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.45.0",
57+
"@typescript-eslint/parser": "8.45.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 127 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,10 +1222,17 @@
12221222
dependencies:
12231223
eslint-visitor-keys "^3.3.0"
12241224

1225-
"@eslint-community/regexpp@^4.4.0":
1226-
version "4.5.1"
1227-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1228-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1225+
"@eslint-community/eslint-utils@^4.7.0":
1226+
version "4.9.0"
1227+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1228+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1229+
dependencies:
1230+
eslint-visitor-keys "^3.4.3"
1231+
1232+
"@eslint-community/regexpp@^4.10.0":
1233+
version "4.12.1"
1234+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1235+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12291236

12301237
"@eslint-community/regexpp@^4.6.1":
12311238
version "4.6.2"
@@ -1925,30 +1932,39 @@
19251932
dependencies:
19261933
"@types/yargs-parser" "*"
19271934

1928-
"@typescript-eslint/eslint-plugin@5.62.0":
1929-
version "5.62.0"
1930-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1931-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1935+
"@typescript-eslint/eslint-plugin@8.45.0":
1936+
version "8.45.0"
1937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.45.0.tgz#9f251d4e85ec5089e7cccb09257ce93dbf0d7744"
1938+
integrity sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==
19321939
dependencies:
1933-
"@eslint-community/regexpp" "^4.4.0"
1934-
"@typescript-eslint/scope-manager" "5.62.0"
1935-
"@typescript-eslint/type-utils" "5.62.0"
1936-
"@typescript-eslint/utils" "5.62.0"
1937-
debug "^4.3.4"
1940+
"@eslint-community/regexpp" "^4.10.0"
1941+
"@typescript-eslint/scope-manager" "8.45.0"
1942+
"@typescript-eslint/type-utils" "8.45.0"
1943+
"@typescript-eslint/utils" "8.45.0"
1944+
"@typescript-eslint/visitor-keys" "8.45.0"
19381945
graphemer "^1.4.0"
1939-
ignore "^5.2.0"
1940-
natural-compare-lite "^1.4.0"
1941-
semver "^7.3.7"
1942-
tsutils "^3.21.0"
1946+
ignore "^7.0.0"
1947+
natural-compare "^1.4.0"
1948+
ts-api-utils "^2.1.0"
19431949

1944-
"@typescript-eslint/parser@5.62.0":
1945-
version "5.62.0"
1946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1947-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1950+
"@typescript-eslint/parser@8.45.0":
1951+
version "8.45.0"
1952+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.45.0.tgz#571660c98824aefb4a6ec3b3766655d1348520a4"
1953+
integrity sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==
19481954
dependencies:
1949-
"@typescript-eslint/scope-manager" "5.62.0"
1950-
"@typescript-eslint/types" "5.62.0"
1951-
"@typescript-eslint/typescript-estree" "5.62.0"
1955+
"@typescript-eslint/scope-manager" "8.45.0"
1956+
"@typescript-eslint/types" "8.45.0"
1957+
"@typescript-eslint/typescript-estree" "8.45.0"
1958+
"@typescript-eslint/visitor-keys" "8.45.0"
1959+
debug "^4.3.4"
1960+
1961+
"@typescript-eslint/[email protected]":
1962+
version "8.45.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.45.0.tgz#f83dda1bca31dae2fd6821f9131daf1edebfd46c"
1964+
integrity sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==
1965+
dependencies:
1966+
"@typescript-eslint/tsconfig-utils" "^8.45.0"
1967+
"@typescript-eslint/types" "^8.45.0"
19521968
debug "^4.3.4"
19531969

19541970
"@typescript-eslint/[email protected]":
@@ -1967,15 +1983,29 @@
19671983
"@typescript-eslint/types" "8.0.0"
19681984
"@typescript-eslint/visitor-keys" "8.0.0"
19691985

1970-
"@typescript-eslint/[email protected].0":
1971-
version "5.62.0"
1972-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1973-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1986+
"@typescript-eslint/[email protected].0":
1987+
version "8.45.0"
1988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.45.0.tgz#59615ba506a9e3479d1efb0d09d6ab52f2a19142"
1989+
integrity sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==
19741990
dependencies:
1975-
"@typescript-eslint/typescript-estree" "5.62.0"
1976-
"@typescript-eslint/utils" "5.62.0"
1991+
"@typescript-eslint/types" "8.45.0"
1992+
"@typescript-eslint/visitor-keys" "8.45.0"
1993+
1994+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.45.0":
1995+
version "8.45.0"
1996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.45.0.tgz#63d38282790a2566c571bad423e7c1cad1f3d64c"
1997+
integrity sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==
1998+
1999+
"@typescript-eslint/[email protected]":
2000+
version "8.45.0"
2001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.45.0.tgz#04004bdf2598844faa29fb936fb6b0ee10d6d3f3"
2002+
integrity sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A==
2003+
dependencies:
2004+
"@typescript-eslint/types" "8.45.0"
2005+
"@typescript-eslint/typescript-estree" "8.45.0"
2006+
"@typescript-eslint/utils" "8.45.0"
19772007
debug "^4.3.4"
1978-
tsutils "^3.21.0"
2008+
ts-api-utils "^2.1.0"
19792009

19802010
"@typescript-eslint/[email protected]":
19812011
version "5.62.0"
@@ -1987,6 +2017,11 @@
19872017
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19882018
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19892019

2020+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.45.0":
2021+
version "8.45.0"
2022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.45.0.tgz#fc01cd2a4690b9713b02f895e82fb43f7d960684"
2023+
integrity sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==
2024+
19902025
"@typescript-eslint/[email protected]":
19912026
version "5.62.0"
19922027
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2014,7 +2049,33 @@
20142049
semver "^7.6.0"
20152050
ts-api-utils "^1.3.0"
20162051

2017-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2052+
"@typescript-eslint/[email protected]":
2053+
version "8.45.0"
2054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.45.0.tgz#3498500f109a89b104d2770497c707e56dfe062d"
2055+
integrity sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==
2056+
dependencies:
2057+
"@typescript-eslint/project-service" "8.45.0"
2058+
"@typescript-eslint/tsconfig-utils" "8.45.0"
2059+
"@typescript-eslint/types" "8.45.0"
2060+
"@typescript-eslint/visitor-keys" "8.45.0"
2061+
debug "^4.3.4"
2062+
fast-glob "^3.3.2"
2063+
is-glob "^4.0.3"
2064+
minimatch "^9.0.4"
2065+
semver "^7.6.0"
2066+
ts-api-utils "^2.1.0"
2067+
2068+
"@typescript-eslint/[email protected]":
2069+
version "8.45.0"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.45.0.tgz#6e68e92d99019fdf56018d0e6664c76a70470c95"
2071+
integrity sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==
2072+
dependencies:
2073+
"@eslint-community/eslint-utils" "^4.7.0"
2074+
"@typescript-eslint/scope-manager" "8.45.0"
2075+
"@typescript-eslint/types" "8.45.0"
2076+
"@typescript-eslint/typescript-estree" "8.45.0"
2077+
2078+
"@typescript-eslint/utils@^5.10.2":
20182079
version "5.62.0"
20192080
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20202081
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2054,6 +2115,14 @@
20542115
"@typescript-eslint/types" "8.0.0"
20552116
eslint-visitor-keys "^3.4.3"
20562117

2118+
"@typescript-eslint/[email protected]":
2119+
version "8.45.0"
2120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.45.0.tgz#4e3bcc55da64ac61069ebfe62ca240567ac7d784"
2121+
integrity sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==
2122+
dependencies:
2123+
"@typescript-eslint/types" "8.45.0"
2124+
eslint-visitor-keys "^4.2.1"
2125+
20572126
"@ungap/structured-clone@^1.2.0":
20582127
version "1.2.0"
20592128
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2741,6 +2810,11 @@ eslint-visitor-keys@^3.4.3:
27412810
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27422811
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27432812

2813+
eslint-visitor-keys@^4.2.1:
2814+
version "4.2.1"
2815+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2816+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2817+
27442818
27452819
version "8.57.1"
27462820
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2925,6 +2999,17 @@ fast-glob@^3.2.9:
29252999
merge2 "^1.3.0"
29263000
micromatch "^4.0.4"
29273001

3002+
fast-glob@^3.3.2:
3003+
version "3.3.3"
3004+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3005+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
3006+
dependencies:
3007+
"@nodelib/fs.stat" "^2.0.2"
3008+
"@nodelib/fs.walk" "^1.2.3"
3009+
glob-parent "^5.1.2"
3010+
merge2 "^1.3.0"
3011+
micromatch "^4.0.8"
3012+
29283013
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
29293014
version "2.1.0"
29303015
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3189,6 +3274,11 @@ ignore@^5.2.0:
31893274
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31903275
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31913276

3277+
ignore@^7.0.0:
3278+
version "7.0.5"
3279+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3280+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3281+
31923282
import-fresh@^3.2.1:
31933283
version "3.3.0"
31943284
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4089,11 +4179,6 @@ ms@^2.1.3:
40894179
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40904180
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40914181

4092-
natural-compare-lite@^1.4.0:
4093-
version "1.4.0"
4094-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4095-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4096-
40974182
natural-compare@^1.4.0:
40984183
version "1.4.0"
40994184
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4913,6 +4998,11 @@ ts-api-utils@^1.3.0:
49134998
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
49144999
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
49155000

5001+
ts-api-utils@^2.1.0:
5002+
version "2.1.0"
5003+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5004+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
5005+
49165006
49175007
version "29.4.4"
49185008
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.4.tgz#fc6fefe28652ed81b8e1381ef8391901d9f81417"

0 commit comments

Comments
 (0)