Skip to content

Commit b179f6b

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 4d11e6c commit b179f6b

File tree

2 files changed

+128
-39
lines changed

2 files changed

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

yarn.lock

Lines changed: 126 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,10 +1119,17 @@
11191119
dependencies:
11201120
eslint-visitor-keys "^3.3.0"
11211121

1122-
"@eslint-community/regexpp@^4.4.0":
1123-
version "4.5.1"
1124-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1125-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1122+
"@eslint-community/eslint-utils@^4.7.0":
1123+
version "4.7.0"
1124+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1125+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1126+
dependencies:
1127+
eslint-visitor-keys "^3.4.3"
1128+
1129+
"@eslint-community/regexpp@^4.10.0":
1130+
version "4.12.1"
1131+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1132+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
11261133

11271134
"@eslint-community/regexpp@^4.6.1":
11281135
version "4.6.2"
@@ -1796,30 +1803,39 @@
17961803
dependencies:
17971804
"@types/yargs-parser" "*"
17981805

1799-
"@typescript-eslint/eslint-plugin@5.62.0":
1800-
version "5.62.0"
1801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1802-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1806+
"@typescript-eslint/eslint-plugin@8.34.1":
1807+
version "8.34.1"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
1809+
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
18031810
dependencies:
1804-
"@eslint-community/regexpp" "^4.4.0"
1805-
"@typescript-eslint/scope-manager" "5.62.0"
1806-
"@typescript-eslint/type-utils" "5.62.0"
1807-
"@typescript-eslint/utils" "5.62.0"
1808-
debug "^4.3.4"
1811+
"@eslint-community/regexpp" "^4.10.0"
1812+
"@typescript-eslint/scope-manager" "8.34.1"
1813+
"@typescript-eslint/type-utils" "8.34.1"
1814+
"@typescript-eslint/utils" "8.34.1"
1815+
"@typescript-eslint/visitor-keys" "8.34.1"
18091816
graphemer "^1.4.0"
1810-
ignore "^5.2.0"
1811-
natural-compare-lite "^1.4.0"
1812-
semver "^7.3.7"
1813-
tsutils "^3.21.0"
1817+
ignore "^7.0.0"
1818+
natural-compare "^1.4.0"
1819+
ts-api-utils "^2.1.0"
18141820

1815-
"@typescript-eslint/parser@5.62.0":
1816-
version "5.62.0"
1817-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1818-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1821+
"@typescript-eslint/parser@8.34.1":
1822+
version "8.34.1"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
1824+
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
18191825
dependencies:
1820-
"@typescript-eslint/scope-manager" "5.62.0"
1821-
"@typescript-eslint/types" "5.62.0"
1822-
"@typescript-eslint/typescript-estree" "5.62.0"
1826+
"@typescript-eslint/scope-manager" "8.34.1"
1827+
"@typescript-eslint/types" "8.34.1"
1828+
"@typescript-eslint/typescript-estree" "8.34.1"
1829+
"@typescript-eslint/visitor-keys" "8.34.1"
1830+
debug "^4.3.4"
1831+
1832+
"@typescript-eslint/[email protected]":
1833+
version "8.34.1"
1834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
1835+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
1836+
dependencies:
1837+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
1838+
"@typescript-eslint/types" "^8.34.1"
18231839
debug "^4.3.4"
18241840

18251841
"@typescript-eslint/[email protected]":
@@ -1838,15 +1854,28 @@
18381854
"@typescript-eslint/types" "8.0.0"
18391855
"@typescript-eslint/visitor-keys" "8.0.0"
18401856

1841-
"@typescript-eslint/[email protected]":
1842-
version "5.62.0"
1843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1844-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1857+
"@typescript-eslint/[email protected]":
1858+
version "8.34.1"
1859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
1860+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
18451861
dependencies:
1846-
"@typescript-eslint/typescript-estree" "5.62.0"
1847-
"@typescript-eslint/utils" "5.62.0"
1862+
"@typescript-eslint/types" "8.34.1"
1863+
"@typescript-eslint/visitor-keys" "8.34.1"
1864+
1865+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.34.1":
1866+
version "8.34.1"
1867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
1868+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
1869+
1870+
"@typescript-eslint/[email protected]":
1871+
version "8.34.1"
1872+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
1873+
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
1874+
dependencies:
1875+
"@typescript-eslint/typescript-estree" "8.34.1"
1876+
"@typescript-eslint/utils" "8.34.1"
18481877
debug "^4.3.4"
1849-
tsutils "^3.21.0"
1878+
ts-api-utils "^2.1.0"
18501879

18511880
"@typescript-eslint/[email protected]":
18521881
version "5.62.0"
@@ -1858,6 +1887,11 @@
18581887
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
18591888
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
18601889

1890+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.34.1":
1891+
version "8.34.1"
1892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
1893+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
1894+
18611895
"@typescript-eslint/[email protected]":
18621896
version "5.62.0"
18631897
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1885,7 +1919,33 @@
18851919
semver "^7.6.0"
18861920
ts-api-utils "^1.3.0"
18871921

1888-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
1922+
"@typescript-eslint/[email protected]":
1923+
version "8.34.1"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
1925+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
1926+
dependencies:
1927+
"@typescript-eslint/project-service" "8.34.1"
1928+
"@typescript-eslint/tsconfig-utils" "8.34.1"
1929+
"@typescript-eslint/types" "8.34.1"
1930+
"@typescript-eslint/visitor-keys" "8.34.1"
1931+
debug "^4.3.4"
1932+
fast-glob "^3.3.2"
1933+
is-glob "^4.0.3"
1934+
minimatch "^9.0.4"
1935+
semver "^7.6.0"
1936+
ts-api-utils "^2.1.0"
1937+
1938+
"@typescript-eslint/[email protected]":
1939+
version "8.34.1"
1940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
1941+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
1942+
dependencies:
1943+
"@eslint-community/eslint-utils" "^4.7.0"
1944+
"@typescript-eslint/scope-manager" "8.34.1"
1945+
"@typescript-eslint/types" "8.34.1"
1946+
"@typescript-eslint/typescript-estree" "8.34.1"
1947+
1948+
"@typescript-eslint/utils@^5.10.2":
18891949
version "5.62.0"
18901950
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
18911951
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1925,6 +1985,14 @@
19251985
"@typescript-eslint/types" "8.0.0"
19261986
eslint-visitor-keys "^3.4.3"
19271987

1988+
"@typescript-eslint/[email protected]":
1989+
version "8.34.1"
1990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
1991+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
1992+
dependencies:
1993+
"@typescript-eslint/types" "8.34.1"
1994+
eslint-visitor-keys "^4.2.1"
1995+
19281996
"@ungap/structured-clone@^1.2.0":
19291997
version "1.2.0"
19301998
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2617,6 +2685,11 @@ eslint-visitor-keys@^3.4.3:
26172685
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26182686
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26192687

2688+
eslint-visitor-keys@^4.2.1:
2689+
version "4.2.1"
2690+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2691+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2692+
26202693
26212694
version "8.57.1"
26222695
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2801,6 +2874,17 @@ fast-glob@^3.2.9:
28012874
merge2 "^1.3.0"
28022875
micromatch "^4.0.4"
28032876

2877+
fast-glob@^3.3.2:
2878+
version "3.3.3"
2879+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2880+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2881+
dependencies:
2882+
"@nodelib/fs.stat" "^2.0.2"
2883+
"@nodelib/fs.walk" "^1.2.3"
2884+
glob-parent "^5.1.2"
2885+
merge2 "^1.3.0"
2886+
micromatch "^4.0.8"
2887+
28042888
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
28052889
version "2.1.0"
28062890
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3048,6 +3132,11 @@ ignore@^5.2.0:
30483132
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
30493133
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
30503134

3135+
ignore@^7.0.0:
3136+
version "7.0.5"
3137+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3138+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3139+
30513140
import-fresh@^3.2.1:
30523141
version "3.3.0"
30533142
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3953,11 +4042,6 @@ ms@^2.1.3:
39534042
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
39544043
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
39554044

3956-
natural-compare-lite@^1.4.0:
3957-
version "1.4.0"
3958-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3959-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3960-
39614045
natural-compare@^1.4.0:
39624046
version "1.4.0"
39634047
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4761,6 +4845,11 @@ ts-api-utils@^1.3.0:
47614845
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
47624846
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
47634847

4848+
ts-api-utils@^2.1.0:
4849+
version "2.1.0"
4850+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4851+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4852+
47644853
47654854
version "29.4.0"
47664855
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"

0 commit comments

Comments
 (0)