Skip to content

Commit 92caf81

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 61e2219 commit 92caf81

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.1",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.31.0",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.42.0",
57+
"@typescript-eslint/parser": "8.42.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.7.0"
1227+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1228+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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"
@@ -1920,30 +1927,39 @@
19201927
dependencies:
19211928
"@types/yargs-parser" "*"
19221929

1923-
"@typescript-eslint/eslint-plugin@5.62.0":
1924-
version "5.62.0"
1925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1926-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1930+
"@typescript-eslint/eslint-plugin@8.42.0":
1931+
version "8.42.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.42.0.tgz#2172d0496c42eee8c7294b6661681100953fa88f"
1933+
integrity sha512-Aq2dPqsQkxHOLfb2OPv43RnIvfj05nw8v/6n3B2NABIPpHnjQnaLo9QGMTvml+tv4korl/Cjfrb/BYhoL8UUTQ==
19271934
dependencies:
1928-
"@eslint-community/regexpp" "^4.4.0"
1929-
"@typescript-eslint/scope-manager" "5.62.0"
1930-
"@typescript-eslint/type-utils" "5.62.0"
1931-
"@typescript-eslint/utils" "5.62.0"
1932-
debug "^4.3.4"
1935+
"@eslint-community/regexpp" "^4.10.0"
1936+
"@typescript-eslint/scope-manager" "8.42.0"
1937+
"@typescript-eslint/type-utils" "8.42.0"
1938+
"@typescript-eslint/utils" "8.42.0"
1939+
"@typescript-eslint/visitor-keys" "8.42.0"
19331940
graphemer "^1.4.0"
1934-
ignore "^5.2.0"
1935-
natural-compare-lite "^1.4.0"
1936-
semver "^7.3.7"
1937-
tsutils "^3.21.0"
1941+
ignore "^7.0.0"
1942+
natural-compare "^1.4.0"
1943+
ts-api-utils "^2.1.0"
19381944

1939-
"@typescript-eslint/parser@5.62.0":
1940-
version "5.62.0"
1941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1942-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1945+
"@typescript-eslint/parser@8.42.0":
1946+
version "8.42.0"
1947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.42.0.tgz#20ea66f4867981fb5bb62cbe1454250fc4a440ab"
1948+
integrity sha512-r1XG74QgShUgXph1BYseJ+KZd17bKQib/yF3SR+demvytiRXrwd12Blnz5eYGm8tXaeRdd4x88MlfwldHoudGg==
19431949
dependencies:
1944-
"@typescript-eslint/scope-manager" "5.62.0"
1945-
"@typescript-eslint/types" "5.62.0"
1946-
"@typescript-eslint/typescript-estree" "5.62.0"
1950+
"@typescript-eslint/scope-manager" "8.42.0"
1951+
"@typescript-eslint/types" "8.42.0"
1952+
"@typescript-eslint/typescript-estree" "8.42.0"
1953+
"@typescript-eslint/visitor-keys" "8.42.0"
1954+
debug "^4.3.4"
1955+
1956+
"@typescript-eslint/[email protected]":
1957+
version "8.42.0"
1958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.42.0.tgz#636eb3418b6c42c98554dce884943708bf41a583"
1959+
integrity sha512-vfVpLHAhbPjilrabtOSNcUDmBboQNrJUiNAGoImkZKnMjs2TIcWG33s4Ds0wY3/50aZmTMqJa6PiwkwezaAklg==
1960+
dependencies:
1961+
"@typescript-eslint/tsconfig-utils" "^8.42.0"
1962+
"@typescript-eslint/types" "^8.42.0"
19471963
debug "^4.3.4"
19481964

19491965
"@typescript-eslint/[email protected]":
@@ -1962,15 +1978,29 @@
19621978
"@typescript-eslint/types" "8.0.0"
19631979
"@typescript-eslint/visitor-keys" "8.0.0"
19641980

1965-
"@typescript-eslint/[email protected].0":
1966-
version "5.62.0"
1967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1968-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1981+
"@typescript-eslint/[email protected].0":
1982+
version "8.42.0"
1983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.42.0.tgz#36016757bc85b46ea42bae47b61f9421eddedde3"
1984+
integrity sha512-51+x9o78NBAVgQzOPd17DkNTnIzJ8T/O2dmMBLoK9qbY0Gm52XJcdJcCl18ExBMiHo6jPMErUQWUv5RLE51zJw==
19691985
dependencies:
1970-
"@typescript-eslint/typescript-estree" "5.62.0"
1971-
"@typescript-eslint/utils" "5.62.0"
1986+
"@typescript-eslint/types" "8.42.0"
1987+
"@typescript-eslint/visitor-keys" "8.42.0"
1988+
1989+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.42.0":
1990+
version "8.42.0"
1991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.42.0.tgz#21a3e74396fd7443ff930bc41b27789ba7e9236e"
1992+
integrity sha512-kHeFUOdwAJfUmYKjR3CLgZSglGHjbNTi1H8sTYRYV2xX6eNz4RyJ2LIgsDLKf8Yi0/GL1WZAC/DgZBeBft8QAQ==
1993+
1994+
"@typescript-eslint/[email protected]":
1995+
version "8.42.0"
1996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.42.0.tgz#d6733e7a9fbdf5af60c09c6038dffde13f4e4253"
1997+
integrity sha512-9KChw92sbPTYVFw3JLRH1ockhyR3zqqn9lQXol3/YbI6jVxzWoGcT3AsAW0mu1MY0gYtsXnUGV/AKpkAj5tVlQ==
1998+
dependencies:
1999+
"@typescript-eslint/types" "8.42.0"
2000+
"@typescript-eslint/typescript-estree" "8.42.0"
2001+
"@typescript-eslint/utils" "8.42.0"
19722002
debug "^4.3.4"
1973-
tsutils "^3.21.0"
2003+
ts-api-utils "^2.1.0"
19742004

19752005
"@typescript-eslint/[email protected]":
19762006
version "5.62.0"
@@ -1982,6 +2012,11 @@
19822012
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19832013
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19842014

2015+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.42.0":
2016+
version "8.42.0"
2017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.42.0.tgz#ae15c09cebda20473772902033328e87372db008"
2018+
integrity sha512-LdtAWMiFmbRLNP7JNeY0SqEtJvGMYSzfiWBSmx+VSZ1CH+1zyl8Mmw1TT39OrtsRvIYShjJWzTDMPWZJCpwBlw==
2019+
19852020
"@typescript-eslint/[email protected]":
19862021
version "5.62.0"
19872022
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2009,7 +2044,33 @@
20092044
semver "^7.6.0"
20102045
ts-api-utils "^1.3.0"
20112046

2012-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2047+
"@typescript-eslint/[email protected]":
2048+
version "8.42.0"
2049+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.42.0.tgz#593c3af87d4462252c0d7239d1720b84a1b56864"
2050+
integrity sha512-ku/uYtT4QXY8sl9EDJETD27o3Ewdi72hcXg1ah/kkUgBvAYHLwj2ofswFFNXS+FL5G+AGkxBtvGt8pFBHKlHsQ==
2051+
dependencies:
2052+
"@typescript-eslint/project-service" "8.42.0"
2053+
"@typescript-eslint/tsconfig-utils" "8.42.0"
2054+
"@typescript-eslint/types" "8.42.0"
2055+
"@typescript-eslint/visitor-keys" "8.42.0"
2056+
debug "^4.3.4"
2057+
fast-glob "^3.3.2"
2058+
is-glob "^4.0.3"
2059+
minimatch "^9.0.4"
2060+
semver "^7.6.0"
2061+
ts-api-utils "^2.1.0"
2062+
2063+
"@typescript-eslint/[email protected]":
2064+
version "8.42.0"
2065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.42.0.tgz#95f8e0c697ff2f7da5f72e16135011f878d815c0"
2066+
integrity sha512-JnIzu7H3RH5BrKC4NoZqRfmjqCIS1u3hGZltDYJgkVdqAezl4L9d1ZLw+36huCujtSBSAirGINF/S4UxOcR+/g==
2067+
dependencies:
2068+
"@eslint-community/eslint-utils" "^4.7.0"
2069+
"@typescript-eslint/scope-manager" "8.42.0"
2070+
"@typescript-eslint/types" "8.42.0"
2071+
"@typescript-eslint/typescript-estree" "8.42.0"
2072+
2073+
"@typescript-eslint/utils@^5.10.2":
20132074
version "5.62.0"
20142075
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20152076
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2049,6 +2110,14 @@
20492110
"@typescript-eslint/types" "8.0.0"
20502111
eslint-visitor-keys "^3.4.3"
20512112

2113+
"@typescript-eslint/[email protected]":
2114+
version "8.42.0"
2115+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.42.0.tgz#87c6caaa1ac307bc73a87c1fc469f88f0162f27e"
2116+
integrity sha512-3WbiuzoEowaEn8RSnhJBrxSwX8ULYE9CXaPepS2C2W3NSA5NNIvBaslpBSBElPq0UGr0xVJlXFWOAKIkyylydQ==
2117+
dependencies:
2118+
"@typescript-eslint/types" "8.42.0"
2119+
eslint-visitor-keys "^4.2.1"
2120+
20522121
"@ungap/structured-clone@^1.2.0":
20532122
version "1.2.0"
20542123
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2736,6 +2805,11 @@ eslint-visitor-keys@^3.4.3:
27362805
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27372806
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27382807

2808+
eslint-visitor-keys@^4.2.1:
2809+
version "4.2.1"
2810+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2811+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2812+
27392813
27402814
version "8.57.1"
27412815
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2920,6 +2994,17 @@ fast-glob@^3.2.9:
29202994
merge2 "^1.3.0"
29212995
micromatch "^4.0.4"
29222996

2997+
fast-glob@^3.3.2:
2998+
version "3.3.3"
2999+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3000+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
3001+
dependencies:
3002+
"@nodelib/fs.stat" "^2.0.2"
3003+
"@nodelib/fs.walk" "^1.2.3"
3004+
glob-parent "^5.1.2"
3005+
merge2 "^1.3.0"
3006+
micromatch "^4.0.8"
3007+
29233008
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
29243009
version "2.1.0"
29253010
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3184,6 +3269,11 @@ ignore@^5.2.0:
31843269
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31853270
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31863271

3272+
ignore@^7.0.0:
3273+
version "7.0.5"
3274+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3275+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3276+
31873277
import-fresh@^3.2.1:
31883278
version "3.3.0"
31893279
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4084,11 +4174,6 @@ ms@^2.1.3:
40844174
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40854175
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40864176

4087-
natural-compare-lite@^1.4.0:
4088-
version "1.4.0"
4089-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4090-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4091-
40924177
natural-compare@^1.4.0:
40934178
version "1.4.0"
40944179
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4907,6 +4992,11 @@ ts-api-utils@^1.3.0:
49074992
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
49084993
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
49094994

4995+
ts-api-utils@^2.1.0:
4996+
version "2.1.0"
4997+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4998+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4999+
49105000
49115001
version "29.4.1"
49125002
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"

0 commit comments

Comments
 (0)