Skip to content

Commit 9e8528a

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent dc83f52 commit 9e8528a

2 files changed

Lines changed: 105 additions & 39 deletions

File tree

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.30.2",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.27.0",
57+
"@typescript-eslint/parser": "8.27.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.1",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 103 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,10 +1205,10 @@
12051205
dependencies:
12061206
eslint-visitor-keys "^3.3.0"
12071207

1208-
"@eslint-community/regexpp@^4.4.0":
1209-
version "4.5.1"
1210-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1211-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1208+
"@eslint-community/regexpp@^4.10.0":
1209+
version "4.12.1"
1210+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1211+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12121212

12131213
"@eslint-community/regexpp@^4.6.1":
12141214
version "4.6.2"
@@ -1877,30 +1877,30 @@
18771877
dependencies:
18781878
"@types/yargs-parser" "*"
18791879

1880-
"@typescript-eslint/eslint-plugin@5.62.0":
1881-
version "5.62.0"
1882-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1883-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1880+
"@typescript-eslint/eslint-plugin@8.27.0":
1881+
version "8.27.0"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.27.0.tgz#fbef10802365832ee1d1bd5d2117dcec82727a72"
1883+
integrity sha512-4henw4zkePi5p252c8ncBLzLce52SEUz2Ebj8faDnuUXz2UuHEONYcJ+G0oaCF+bYCWVZtrGzq3FD7YXetmnSA==
18841884
dependencies:
1885-
"@eslint-community/regexpp" "^4.4.0"
1886-
"@typescript-eslint/scope-manager" "5.62.0"
1887-
"@typescript-eslint/type-utils" "5.62.0"
1888-
"@typescript-eslint/utils" "5.62.0"
1889-
debug "^4.3.4"
1885+
"@eslint-community/regexpp" "^4.10.0"
1886+
"@typescript-eslint/scope-manager" "8.27.0"
1887+
"@typescript-eslint/type-utils" "8.27.0"
1888+
"@typescript-eslint/utils" "8.27.0"
1889+
"@typescript-eslint/visitor-keys" "8.27.0"
18901890
graphemer "^1.4.0"
1891-
ignore "^5.2.0"
1892-
natural-compare-lite "^1.4.0"
1893-
semver "^7.3.7"
1894-
tsutils "^3.21.0"
1891+
ignore "^5.3.1"
1892+
natural-compare "^1.4.0"
1893+
ts-api-utils "^2.0.1"
18951894

1896-
"@typescript-eslint/parser@5.62.0":
1897-
version "5.62.0"
1898-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1899-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1895+
"@typescript-eslint/parser@8.27.0":
1896+
version "8.27.0"
1897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.27.0.tgz#3f6beaa83934467eda34ae82ef04090014df8227"
1898+
integrity sha512-XGwIabPallYipmcOk45DpsBSgLC64A0yvdAkrwEzwZ2viqGqRUJ8eEYoPz0CWnutgAFbNMPdsGGvzjSmcWVlEA==
19001899
dependencies:
1901-
"@typescript-eslint/scope-manager" "5.62.0"
1902-
"@typescript-eslint/types" "5.62.0"
1903-
"@typescript-eslint/typescript-estree" "5.62.0"
1900+
"@typescript-eslint/scope-manager" "8.27.0"
1901+
"@typescript-eslint/types" "8.27.0"
1902+
"@typescript-eslint/typescript-estree" "8.27.0"
1903+
"@typescript-eslint/visitor-keys" "8.27.0"
19041904
debug "^4.3.4"
19051905

19061906
"@typescript-eslint/scope-manager@5.62.0":
@@ -1919,15 +1919,23 @@
19191919
"@typescript-eslint/types" "8.0.0"
19201920
"@typescript-eslint/visitor-keys" "8.0.0"
19211921

1922-
"@typescript-eslint/type-utils@5.62.0":
1923-
version "5.62.0"
1924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1925-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1922+
"@typescript-eslint/scope-manager@8.27.0":
1923+
version "8.27.0"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.27.0.tgz#b51042927067d677fbfc471605cf40d1ffaee482"
1925+
integrity sha512-8oI9GwPMQmBryaaxG1tOZdxXVeMDte6NyJA4i7/TWa4fBwgnAXYlIQP+uYOeqAaLJ2JRxlG9CAyL+C+YE9Xknw==
19261926
dependencies:
1927-
"@typescript-eslint/typescript-estree" "5.62.0"
1928-
"@typescript-eslint/utils" "5.62.0"
1927+
"@typescript-eslint/types" "8.27.0"
1928+
"@typescript-eslint/visitor-keys" "8.27.0"
1929+
1930+
"@typescript-eslint/type-utils@8.27.0":
1931+
version "8.27.0"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.27.0.tgz#af3c4eefcb64455ee50aae2d7069918467af085c"
1933+
integrity sha512-wVArTVcz1oJOIEJxui/nRhV0TXzD/zMSOYi/ggCfNq78EIszddXcJb7r4RCp/oBrjt8n9A0BSxRMKxHftpDxDA==
1934+
dependencies:
1935+
"@typescript-eslint/typescript-estree" "8.27.0"
1936+
"@typescript-eslint/utils" "8.27.0"
19291937
debug "^4.3.4"
1930-
tsutils "^3.21.0"
1938+
ts-api-utils "^2.0.1"
19311939

19321940
"@typescript-eslint/types@5.62.0":
19331941
version "5.62.0"
@@ -1939,6 +1947,11 @@
19391947
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
19401948
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19411949

1950+
"@typescript-eslint/types@8.27.0":
1951+
version "8.27.0"
1952+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.27.0.tgz#3dd01ced4c81e798d1106fda0904f8d5c91051aa"
1953+
integrity sha512-/6cp9yL72yUHAYq9g6DsAU+vVfvQmd1a8KyA81uvfDE21O2DwQ/qxlM4AR8TSdAu+kJLBDrEHKC5/W2/nxsY0A==
1954+
19421955
"@typescript-eslint/typescript-estree@5.62.0":
19431956
version "5.62.0"
19441957
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1966,7 +1979,31 @@
19661979
semver "^7.6.0"
19671980
ts-api-utils "^1.3.0"
19681981

1969-
"@typescript-eslint/utils@5.62.0", "@typescript-eslint/utils@^5.10.2":
1982+
"@typescript-eslint/typescript-estree@8.27.0":
1983+
version "8.27.0"
1984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.27.0.tgz#4e02a1056454a84418cc9bce7c00b1c08b03567a"
1985+
integrity sha512-BnKq8cqPVoMw71O38a1tEb6iebEgGA80icSxW7g+kndx0o6ot6696HjG7NdgfuAVmVEtwXUr3L8R9ZuVjoQL6A==
1986+
dependencies:
1987+
"@typescript-eslint/types" "8.27.0"
1988+
"@typescript-eslint/visitor-keys" "8.27.0"
1989+
debug "^4.3.4"
1990+
fast-glob "^3.3.2"
1991+
is-glob "^4.0.3"
1992+
minimatch "^9.0.4"
1993+
semver "^7.6.0"
1994+
ts-api-utils "^2.0.1"
1995+
1996+
"@typescript-eslint/utils@8.27.0":
1997+
version "8.27.0"
1998+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.27.0.tgz#d9c2a4891c6a85b952a9d5f9656c379ab111cf6d"
1999+
integrity sha512-njkodcwH1yvmo31YWgRHNb/x1Xhhq4/m81PhtvmRngD8iHPehxffz1SNCO+kwaePhATC+kOa/ggmvPoPza5i0Q==
2000+
dependencies:
2001+
"@eslint-community/eslint-utils" "^4.4.0"
2002+
"@typescript-eslint/scope-manager" "8.27.0"
2003+
"@typescript-eslint/types" "8.27.0"
2004+
"@typescript-eslint/typescript-estree" "8.27.0"
2005+
2006+
"@typescript-eslint/utils@^5.10.2":
19702007
version "5.62.0"
19712008
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
19722009
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2006,6 +2043,14 @@
20062043
"@typescript-eslint/types" "8.0.0"
20072044
eslint-visitor-keys "^3.4.3"
20082045

2046+
"@typescript-eslint/visitor-keys@8.27.0":
2047+
version "8.27.0"
2048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.27.0.tgz#4a13e9d7ad7e311a07ea1b178b4c9f848ce11334"
2049+
integrity sha512-WsXQwMkILJvffP6z4U3FYJPlbf/j07HIxmDjZpbNvBJkMfvwXj5ACRkkHwBDvLBbDbtX5TdU64/rcvKJ/vuInQ==
2050+
dependencies:
2051+
"@typescript-eslint/types" "8.27.0"
2052+
eslint-visitor-keys "^4.2.0"
2053+
20092054
"@ungap/structured-clone@^1.2.0":
20102055
version "1.2.0"
20112056
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2698,6 +2743,11 @@ eslint-visitor-keys@^3.4.3:
26982743
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26992744
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
27002745

2746+
eslint-visitor-keys@^4.2.0:
2747+
version "4.2.0"
2748+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2749+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2750+
27012751
eslint@8.57.1:
27022752
version "8.57.1"
27032753
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2882,6 +2932,17 @@ fast-glob@^3.2.9:
28822932
merge2 "^1.3.0"
28832933
micromatch "^4.0.4"
28842934

2935+
fast-glob@^3.3.2:
2936+
version "3.3.3"
2937+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2938+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2939+
dependencies:
2940+
"@nodelib/fs.stat" "^2.0.2"
2941+
"@nodelib/fs.walk" "^1.2.3"
2942+
glob-parent "^5.1.2"
2943+
merge2 "^1.3.0"
2944+
micromatch "^4.0.8"
2945+
28852946
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
28862947
version "2.1.0"
28872948
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3129,6 +3190,11 @@ ignore@^5.2.0:
31293190
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
31303191
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
31313192

3193+
ignore@^5.3.1:
3194+
version "5.3.2"
3195+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3196+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3197+
31323198
import-fresh@^3.2.1:
31333199
version "3.3.0"
31343200
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4034,11 +4100,6 @@ ms@^2.1.3:
40344100
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
40354101
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
40364102

4037-
natural-compare-lite@^1.4.0:
4038-
version "1.4.0"
4039-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4040-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4041-
40424103
natural-compare@^1.4.0:
40434104
version "1.4.0"
40444105
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4853,6 +4914,11 @@ ts-api-utils@^1.3.0:
48534914
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
48544915
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
48554916

4917+
ts-api-utils@^2.0.1:
4918+
version "2.1.0"
4919+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4920+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4921+
48564922
ts-jest@29.2.6:
48574923
version "29.2.6"
48584924
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a"

0 commit comments

Comments
 (0)