Skip to content

Commit 816558a

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

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.46.0",
57+
"@typescript-eslint/parser": "8.46.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.46.0":
1936+
version "8.46.0"
1937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.0.tgz#fc90b35d8025b5eaa66b2f6c3859cd5381a1e751"
1938+
integrity sha512-hA8gxBq4ukonVXPy0OKhiaUh/68D0E88GSmtC1iAEnGaieuDi38LhS7jdCHRLi6ErJBNDGCzvh5EnzdPwUc0DA==
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.46.0"
1942+
"@typescript-eslint/type-utils" "8.46.0"
1943+
"@typescript-eslint/utils" "8.46.0"
1944+
"@typescript-eslint/visitor-keys" "8.46.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.46.0":
1951+
version "8.46.0"
1952+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.0.tgz#9186f28c59f6e477ab8919312d2654f4f27d45c1"
1953+
integrity sha512-n1H6IcDhmmUEG7TNVSspGmiHHutt7iVKtZwRppD7e04wha5MrkV1h3pti9xQLcCMt6YWsncpoT0HMjkH1FNwWQ==
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.46.0"
1956+
"@typescript-eslint/types" "8.46.0"
1957+
"@typescript-eslint/typescript-estree" "8.46.0"
1958+
"@typescript-eslint/visitor-keys" "8.46.0"
1959+
debug "^4.3.4"
1960+
1961+
"@typescript-eslint/[email protected]":
1962+
version "8.46.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.0.tgz#1190dcc0d3494d46a85773e0c3a2838cbb2b45a7"
1964+
integrity sha512-OEhec0mH+U5Je2NZOeK1AbVCdm0ChyapAyTeXVIYTPXDJ3F07+cu87PPXcGoYqZ7M9YJVvFnfpGg1UmCIqM+QQ==
1965+
dependencies:
1966+
"@typescript-eslint/tsconfig-utils" "^8.46.0"
1967+
"@typescript-eslint/types" "^8.46.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.46.0"
1988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.0.tgz#a41833fe387044075cb2d4cfab490a7f1dd19b61"
1989+
integrity sha512-lWETPa9XGcBes4jqAMYD9fW0j4n6hrPtTJwWDmtqgFO/4HF4jmdH/Q6wggTw5qIT5TXjKzbt7GsZUBnWoO3dqw==
19741990
dependencies:
1975-
"@typescript-eslint/typescript-estree" "5.62.0"
1976-
"@typescript-eslint/utils" "5.62.0"
1991+
"@typescript-eslint/types" "8.46.0"
1992+
"@typescript-eslint/visitor-keys" "8.46.0"
1993+
1994+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.46.0":
1995+
version "8.46.0"
1996+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.0.tgz#3e33019e0b94838d37d7cc61341fbcc5bf791007"
1997+
integrity sha512-WrYXKGAHY836/N7zoK/kzi6p8tXFhasHh8ocFL9VZSAkvH956gfeRfcnhs3xzRy8qQ/dq3q44v1jvQieMFg2cw==
1998+
1999+
"@typescript-eslint/[email protected]":
2000+
version "8.46.0"
2001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.0.tgz#815efeb11b9533da68fd825628cecf283ac79829"
2002+
integrity sha512-hy+lvYV1lZpVs2jRaEYvgCblZxUoJiPyCemwbQZ+NGulWkQRy0HRPYAoef/CNSzaLt+MLvMptZsHXHlkEilaeg==
2003+
dependencies:
2004+
"@typescript-eslint/types" "8.46.0"
2005+
"@typescript-eslint/typescript-estree" "8.46.0"
2006+
"@typescript-eslint/utils" "8.46.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.46.0":
2021+
version "8.46.0"
2022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.0.tgz#20af6b332f9cd55a15fcd862fdb07d47a6131bf4"
2023+
integrity sha512-bHGGJyVjSE4dJJIO5yyEWt/cHyNwga/zXGJbJJ8TiO01aVREK6gCTu3L+5wrkb1FbDkQ+TKjMNe9R/QQQP9+rA==
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.46.0"
2054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.0.tgz#f45a0d5f5e99b26f0280e8cff3ed3380658fd720"
2055+
integrity sha512-ekDCUfVpAKWJbRfm8T1YRrCot1KFxZn21oV76v5Fj4tr7ELyk84OS+ouvYdcDAwZL89WpEkEj2DKQ+qg//+ucg==
2056+
dependencies:
2057+
"@typescript-eslint/project-service" "8.46.0"
2058+
"@typescript-eslint/tsconfig-utils" "8.46.0"
2059+
"@typescript-eslint/types" "8.46.0"
2060+
"@typescript-eslint/visitor-keys" "8.46.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.46.0"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.0.tgz#27025c5ed7cbc928440d6a30edd6ba34cc5b927a"
2071+
integrity sha512-nD6yGWPj1xiOm4Gk0k6hLSZz2XkNXhuYmyIrOWcHoPuAhjT9i5bAG+xbWPgFeNR8HPHHtpNKdYUXJl/D3x7f5g==
2072+
dependencies:
2073+
"@eslint-community/eslint-utils" "^4.7.0"
2074+
"@typescript-eslint/scope-manager" "8.46.0"
2075+
"@typescript-eslint/types" "8.46.0"
2076+
"@typescript-eslint/typescript-estree" "8.46.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.46.0"
2120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.0.tgz#23936809054c511f703713c56ddd2f46dc197845"
2121+
integrity sha512-FrvMpAK+hTbFy7vH5j1+tMYHMSKLE6RzluFJlkFNKD0p9YsUT75JlBSmr5so3QRzvMwU5/bIEdeNrxm8du8l3Q==
2122+
dependencies:
2123+
"@typescript-eslint/types" "8.46.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)