Skip to content

Commit c10a663

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

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.39.1",
57+
"@typescript-eslint/parser": "8.39.1",
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"
@@ -1915,30 +1922,39 @@
19151922
dependencies:
19161923
"@types/yargs-parser" "*"
19171924

1918-
"@typescript-eslint/eslint-plugin@5.62.0":
1919-
version "5.62.0"
1920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1921-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1925+
"@typescript-eslint/eslint-plugin@8.39.1":
1926+
version "8.39.1"
1927+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
1928+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
19221929
dependencies:
1923-
"@eslint-community/regexpp" "^4.4.0"
1924-
"@typescript-eslint/scope-manager" "5.62.0"
1925-
"@typescript-eslint/type-utils" "5.62.0"
1926-
"@typescript-eslint/utils" "5.62.0"
1927-
debug "^4.3.4"
1930+
"@eslint-community/regexpp" "^4.10.0"
1931+
"@typescript-eslint/scope-manager" "8.39.1"
1932+
"@typescript-eslint/type-utils" "8.39.1"
1933+
"@typescript-eslint/utils" "8.39.1"
1934+
"@typescript-eslint/visitor-keys" "8.39.1"
19281935
graphemer "^1.4.0"
1929-
ignore "^5.2.0"
1930-
natural-compare-lite "^1.4.0"
1931-
semver "^7.3.7"
1932-
tsutils "^3.21.0"
1936+
ignore "^7.0.0"
1937+
natural-compare "^1.4.0"
1938+
ts-api-utils "^2.1.0"
19331939

1934-
"@typescript-eslint/parser@5.62.0":
1935-
version "5.62.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1937-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1940+
"@typescript-eslint/parser@8.39.1":
1941+
version "8.39.1"
1942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
1943+
integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==
19381944
dependencies:
1939-
"@typescript-eslint/scope-manager" "5.62.0"
1940-
"@typescript-eslint/types" "5.62.0"
1941-
"@typescript-eslint/typescript-estree" "5.62.0"
1945+
"@typescript-eslint/scope-manager" "8.39.1"
1946+
"@typescript-eslint/types" "8.39.1"
1947+
"@typescript-eslint/typescript-estree" "8.39.1"
1948+
"@typescript-eslint/visitor-keys" "8.39.1"
1949+
debug "^4.3.4"
1950+
1951+
"@typescript-eslint/[email protected]":
1952+
version "8.39.1"
1953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.1.tgz#63525878d488ebf27c485f295e83434a1398f52d"
1954+
integrity sha512-8fZxek3ONTwBu9ptw5nCKqZOSkXshZB7uAxuFF0J/wTMkKydjXCzqqga7MlFMpHi9DoG4BadhmTkITBcg8Aybw==
1955+
dependencies:
1956+
"@typescript-eslint/tsconfig-utils" "^8.39.1"
1957+
"@typescript-eslint/types" "^8.39.1"
19421958
debug "^4.3.4"
19431959

19441960
"@typescript-eslint/[email protected]":
@@ -1957,15 +1973,29 @@
19571973
"@typescript-eslint/types" "8.0.0"
19581974
"@typescript-eslint/visitor-keys" "8.0.0"
19591975

1960-
"@typescript-eslint/[email protected]":
1961-
version "5.62.0"
1962-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1963-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1976+
"@typescript-eslint/[email protected]":
1977+
version "8.39.1"
1978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
1979+
integrity sha512-RkBKGBrjgskFGWuyUGz/EtD8AF/GW49S21J8dvMzpJitOF1slLEbbHnNEtAHtnDAnx8qDEdRrULRnWVx27wGBw==
19641980
dependencies:
1965-
"@typescript-eslint/typescript-estree" "5.62.0"
1966-
"@typescript-eslint/utils" "5.62.0"
1981+
"@typescript-eslint/types" "8.39.1"
1982+
"@typescript-eslint/visitor-keys" "8.39.1"
1983+
1984+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.39.1":
1985+
version "8.39.1"
1986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
1987+
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
1988+
1989+
"@typescript-eslint/[email protected]":
1990+
version "8.39.1"
1991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
1992+
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
1993+
dependencies:
1994+
"@typescript-eslint/types" "8.39.1"
1995+
"@typescript-eslint/typescript-estree" "8.39.1"
1996+
"@typescript-eslint/utils" "8.39.1"
19671997
debug "^4.3.4"
1968-
tsutils "^3.21.0"
1998+
ts-api-utils "^2.1.0"
19691999

19702000
"@typescript-eslint/[email protected]":
19712001
version "5.62.0"
@@ -1977,6 +2007,11 @@
19772007
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19782008
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19792009

2010+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.39.1":
2011+
version "8.39.1"
2012+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
2013+
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
2014+
19802015
"@typescript-eslint/[email protected]":
19812016
version "5.62.0"
19822017
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2004,7 +2039,33 @@
20042039
semver "^7.6.0"
20052040
ts-api-utils "^1.3.0"
20062041

2007-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2042+
"@typescript-eslint/[email protected]":
2043+
version "8.39.1"
2044+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
2045+
integrity sha512-EKkpcPuIux48dddVDXyQBlKdeTPMmALqBUbEk38McWv0qVEZwOpVJBi7ugK5qVNgeuYjGNQxrrnoM/5+TI/BPw==
2046+
dependencies:
2047+
"@typescript-eslint/project-service" "8.39.1"
2048+
"@typescript-eslint/tsconfig-utils" "8.39.1"
2049+
"@typescript-eslint/types" "8.39.1"
2050+
"@typescript-eslint/visitor-keys" "8.39.1"
2051+
debug "^4.3.4"
2052+
fast-glob "^3.3.2"
2053+
is-glob "^4.0.3"
2054+
minimatch "^9.0.4"
2055+
semver "^7.6.0"
2056+
ts-api-utils "^2.1.0"
2057+
2058+
"@typescript-eslint/[email protected]":
2059+
version "8.39.1"
2060+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
2061+
integrity sha512-VF5tZ2XnUSTuiqZFXCZfZs1cgkdd3O/sSYmdo2EpSyDlC86UM/8YytTmKnehOW3TGAlivqTDT6bS87B/GQ/jyg==
2062+
dependencies:
2063+
"@eslint-community/eslint-utils" "^4.7.0"
2064+
"@typescript-eslint/scope-manager" "8.39.1"
2065+
"@typescript-eslint/types" "8.39.1"
2066+
"@typescript-eslint/typescript-estree" "8.39.1"
2067+
2068+
"@typescript-eslint/utils@^5.10.2":
20082069
version "5.62.0"
20092070
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20102071
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2044,6 +2105,14 @@
20442105
"@typescript-eslint/types" "8.0.0"
20452106
eslint-visitor-keys "^3.4.3"
20462107

2108+
"@typescript-eslint/[email protected]":
2109+
version "8.39.1"
2110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
2111+
integrity sha512-W8FQi6kEh2e8zVhQ0eeRnxdvIoOkAp/CPAahcNio6nO9dsIwb9b34z90KOlheoyuVf6LSOEdjlkxSkapNEc+4A==
2112+
dependencies:
2113+
"@typescript-eslint/types" "8.39.1"
2114+
eslint-visitor-keys "^4.2.1"
2115+
20472116
"@ungap/structured-clone@^1.2.0":
20482117
version "1.2.0"
20492118
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2731,6 +2800,11 @@ eslint-visitor-keys@^3.4.3:
27312800
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27322801
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27332802

2803+
eslint-visitor-keys@^4.2.1:
2804+
version "4.2.1"
2805+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2806+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2807+
27342808
27352809
version "8.57.1"
27362810
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2915,6 +2989,17 @@ fast-glob@^3.2.9:
29152989
merge2 "^1.3.0"
29162990
micromatch "^4.0.4"
29172991

2992+
fast-glob@^3.3.2:
2993+
version "3.3.3"
2994+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2995+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2996+
dependencies:
2997+
"@nodelib/fs.stat" "^2.0.2"
2998+
"@nodelib/fs.walk" "^1.2.3"
2999+
glob-parent "^5.1.2"
3000+
merge2 "^1.3.0"
3001+
micromatch "^4.0.8"
3002+
29183003
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
29193004
version "2.1.0"
29203005
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3179,6 +3264,11 @@ ignore@^5.2.0:
31793264
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31803265
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31813266

3267+
ignore@^7.0.0:
3268+
version "7.0.5"
3269+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3270+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3271+
31823272
import-fresh@^3.2.1:
31833273
version "3.3.0"
31843274
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4079,11 +4169,6 @@ ms@^2.1.3:
40794169
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40804170
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40814171

4082-
natural-compare-lite@^1.4.0:
4083-
version "1.4.0"
4084-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4085-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4086-
40874172
natural-compare@^1.4.0:
40884173
version "1.4.0"
40894174
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4901,6 +4986,11 @@ ts-api-utils@^1.3.0:
49014986
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
49024987
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
49034988

4989+
ts-api-utils@^2.1.0:
4990+
version "2.1.0"
4991+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4992+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4993+
49044994
49054995
version "29.4.1"
49064996
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"

0 commit comments

Comments
 (0)