Skip to content

Commit 943cc93

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 604b52d commit 943cc93

File tree

2 files changed

+105
-39
lines changed

2 files changed

+105
-39
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@rollup/plugin-node-resolve": "16.0.0",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.30.2",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.24.0",
57+
"@typescript-eslint/parser": "8.24.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.0.1",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

+103-37
Original file line numberDiff line numberDiff line change
@@ -1228,10 +1228,10 @@
12281228
dependencies:
12291229
eslint-visitor-keys "^3.3.0"
12301230

1231-
"@eslint-community/regexpp@^4.4.0":
1232-
version "4.5.1"
1233-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1234-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1231+
"@eslint-community/regexpp@^4.10.0":
1232+
version "4.12.1"
1233+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1234+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12351235

12361236
"@eslint-community/regexpp@^4.6.1":
12371237
version "4.6.2"
@@ -1895,30 +1895,30 @@
18951895
dependencies:
18961896
"@types/yargs-parser" "*"
18971897

1898-
"@typescript-eslint/eslint-plugin@5.62.0":
1899-
version "5.62.0"
1900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1901-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1898+
"@typescript-eslint/eslint-plugin@8.24.0":
1899+
version "8.24.0"
1900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.0.tgz#574a95d67660a1e4544ae131d672867a5b40abb3"
1901+
integrity sha512-aFcXEJJCI4gUdXgoo/j9udUYIHgF23MFkg09LFz2dzEmU0+1Plk4rQWv/IYKvPHAtlkkGoB3m5e6oUp+JPsNaQ==
19021902
dependencies:
1903-
"@eslint-community/regexpp" "^4.4.0"
1904-
"@typescript-eslint/scope-manager" "5.62.0"
1905-
"@typescript-eslint/type-utils" "5.62.0"
1906-
"@typescript-eslint/utils" "5.62.0"
1907-
debug "^4.3.4"
1903+
"@eslint-community/regexpp" "^4.10.0"
1904+
"@typescript-eslint/scope-manager" "8.24.0"
1905+
"@typescript-eslint/type-utils" "8.24.0"
1906+
"@typescript-eslint/utils" "8.24.0"
1907+
"@typescript-eslint/visitor-keys" "8.24.0"
19081908
graphemer "^1.4.0"
1909-
ignore "^5.2.0"
1910-
natural-compare-lite "^1.4.0"
1911-
semver "^7.3.7"
1912-
tsutils "^3.21.0"
1909+
ignore "^5.3.1"
1910+
natural-compare "^1.4.0"
1911+
ts-api-utils "^2.0.1"
19131912

1914-
"@typescript-eslint/parser@5.62.0":
1915-
version "5.62.0"
1916-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1917-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1913+
"@typescript-eslint/parser@8.24.0":
1914+
version "8.24.0"
1915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.0.tgz#bba837f9ee125b78f459ad947ff9b61be8139085"
1916+
integrity sha512-MFDaO9CYiard9j9VepMNa9MTcqVvSny2N4hkY6roquzj8pdCBRENhErrteaQuu7Yjn1ppk0v1/ZF9CG3KIlrTA==
19181917
dependencies:
1919-
"@typescript-eslint/scope-manager" "5.62.0"
1920-
"@typescript-eslint/types" "5.62.0"
1921-
"@typescript-eslint/typescript-estree" "5.62.0"
1918+
"@typescript-eslint/scope-manager" "8.24.0"
1919+
"@typescript-eslint/types" "8.24.0"
1920+
"@typescript-eslint/typescript-estree" "8.24.0"
1921+
"@typescript-eslint/visitor-keys" "8.24.0"
19221922
debug "^4.3.4"
19231923

19241924
"@typescript-eslint/[email protected]":
@@ -1937,15 +1937,23 @@
19371937
"@typescript-eslint/types" "8.0.0"
19381938
"@typescript-eslint/visitor-keys" "8.0.0"
19391939

1940-
"@typescript-eslint/[email protected].0":
1941-
version "5.62.0"
1942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1943-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1940+
"@typescript-eslint/[email protected].0":
1941+
version "8.24.0"
1942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.0.tgz#2e34b3eb2ce768f2ffb109474174ced5417002b1"
1943+
integrity sha512-HZIX0UByphEtdVBKaQBgTDdn9z16l4aTUz8e8zPQnyxwHBtf5vtl1L+OhH+m1FGV9DrRmoDuYKqzVrvWDcDozw==
19441944
dependencies:
1945-
"@typescript-eslint/typescript-estree" "5.62.0"
1946-
"@typescript-eslint/utils" "5.62.0"
1945+
"@typescript-eslint/types" "8.24.0"
1946+
"@typescript-eslint/visitor-keys" "8.24.0"
1947+
1948+
"@typescript-eslint/[email protected]":
1949+
version "8.24.0"
1950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.0.tgz#6ee3ec4db06f9e5e7b01ca6c2b5dd5843a9fd1e8"
1951+
integrity sha512-8fitJudrnY8aq0F1wMiPM1UUgiXQRJ5i8tFjq9kGfRajU+dbPyOuHbl0qRopLEidy0MwqgTHDt6CnSeXanNIwA==
1952+
dependencies:
1953+
"@typescript-eslint/typescript-estree" "8.24.0"
1954+
"@typescript-eslint/utils" "8.24.0"
19471955
debug "^4.3.4"
1948-
tsutils "^3.21.0"
1956+
ts-api-utils "^2.0.1"
19491957

19501958
"@typescript-eslint/[email protected]":
19511959
version "5.62.0"
@@ -1957,6 +1965,11 @@
19571965
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19581966
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19591967

1968+
"@typescript-eslint/[email protected]":
1969+
version "8.24.0"
1970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.0.tgz#694e7fb18d70506c317b816de9521300b0f72c8e"
1971+
integrity sha512-VacJCBTyje7HGAw7xp11q439A+zeGG0p0/p2zsZwpnMzjPB5WteaWqt4g2iysgGFafrqvyLWqq6ZPZAOCoefCw==
1972+
19601973
"@typescript-eslint/[email protected]":
19611974
version "5.62.0"
19621975
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1984,7 +1997,31 @@
19841997
semver "^7.6.0"
19851998
ts-api-utils "^1.3.0"
19861999

1987-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2000+
"@typescript-eslint/[email protected]":
2001+
version "8.24.0"
2002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.0.tgz#0487349be174097bb329a58273100a9629e03c6c"
2003+
integrity sha512-ITjYcP0+8kbsvT9bysygfIfb+hBj6koDsu37JZG7xrCiy3fPJyNmfVtaGsgTUSEuTzcvME5YI5uyL5LD1EV5ZQ==
2004+
dependencies:
2005+
"@typescript-eslint/types" "8.24.0"
2006+
"@typescript-eslint/visitor-keys" "8.24.0"
2007+
debug "^4.3.4"
2008+
fast-glob "^3.3.2"
2009+
is-glob "^4.0.3"
2010+
minimatch "^9.0.4"
2011+
semver "^7.6.0"
2012+
ts-api-utils "^2.0.1"
2013+
2014+
"@typescript-eslint/[email protected]":
2015+
version "8.24.0"
2016+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.0.tgz#21cb1195ae79230af825bfeed59574f5cb70a749"
2017+
integrity sha512-07rLuUBElvvEb1ICnafYWr4hk8/U7X9RDCOqd9JcAMtjh/9oRmcfN4yGzbPVirgMR0+HLVHehmu19CWeh7fsmQ==
2018+
dependencies:
2019+
"@eslint-community/eslint-utils" "^4.4.0"
2020+
"@typescript-eslint/scope-manager" "8.24.0"
2021+
"@typescript-eslint/types" "8.24.0"
2022+
"@typescript-eslint/typescript-estree" "8.24.0"
2023+
2024+
"@typescript-eslint/utils@^5.10.2":
19882025
version "5.62.0"
19892026
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19902027
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2024,6 +2061,14 @@
20242061
"@typescript-eslint/types" "8.0.0"
20252062
eslint-visitor-keys "^3.4.3"
20262063

2064+
"@typescript-eslint/[email protected]":
2065+
version "8.24.0"
2066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.0.tgz#36ecf0b9b1d819ad88a3bd4157ab7d594cb797c9"
2067+
integrity sha512-kArLq83QxGLbuHrTMoOEWO+l2MwsNS2TGISEdx8xgqpkbytB07XmlQyQdNDrCc1ecSqx0cnmhGvpX+VBwqqSkg==
2068+
dependencies:
2069+
"@typescript-eslint/types" "8.24.0"
2070+
eslint-visitor-keys "^4.2.0"
2071+
20272072
"@ungap/structured-clone@^1.2.0":
20282073
version "1.2.0"
20292074
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2716,6 +2761,11 @@ eslint-visitor-keys@^3.4.3:
27162761
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
27172762
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27182763

2764+
eslint-visitor-keys@^4.2.0:
2765+
version "4.2.0"
2766+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2767+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2768+
27192769
27202770
version "8.57.1"
27212771
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2900,6 +2950,17 @@ fast-glob@^3.2.9:
29002950
merge2 "^1.3.0"
29012951
micromatch "^4.0.4"
29022952

2953+
fast-glob@^3.3.2:
2954+
version "3.3.3"
2955+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2956+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2957+
dependencies:
2958+
"@nodelib/fs.stat" "^2.0.2"
2959+
"@nodelib/fs.walk" "^1.2.3"
2960+
glob-parent "^5.1.2"
2961+
merge2 "^1.3.0"
2962+
micromatch "^4.0.8"
2963+
29032964
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
29042965
version "2.1.0"
29052966
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3147,6 +3208,11 @@ ignore@^5.2.0:
31473208
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31483209
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31493210

3211+
ignore@^5.3.1:
3212+
version "5.3.2"
3213+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3214+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3215+
31503216
import-fresh@^3.2.1:
31513217
version "3.3.0"
31523218
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4052,11 +4118,6 @@ ms@^2.1.3:
40524118
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40534119
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40544120

4055-
natural-compare-lite@^1.4.0:
4056-
version "1.4.0"
4057-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4058-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4059-
40604121
natural-compare@^1.4.0:
40614122
version "1.4.0"
40624123
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4871,6 +4932,11 @@ ts-api-utils@^1.3.0:
48714932
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
48724933
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
48734934

4935+
ts-api-utils@^2.0.1:
4936+
version "2.0.1"
4937+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
4938+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
4939+
48744940
48754941
version "29.2.5"
48764942
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"

0 commit comments

Comments
 (0)