Skip to content

Commit c134edb

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

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.33.0",
57+
"@typescript-eslint/parser": "8.33.0",
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.33.0":
1807+
version "8.33.0"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.33.0.tgz#51ed03649575ba51bcee7efdbfd85283249b5447"
1809+
integrity sha512-CACyQuqSHt7ma3Ns601xykeBK/rDeZa3w6IS6UtMQbixO5DWy+8TilKkviGDH6jtWCo8FGRKEK5cLLkPvEammQ==
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.33.0"
1813+
"@typescript-eslint/type-utils" "8.33.0"
1814+
"@typescript-eslint/utils" "8.33.0"
1815+
"@typescript-eslint/visitor-keys" "8.33.0"
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.33.0":
1822+
version "8.33.0"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.33.0.tgz#8e523c2b447ad7cd6ac91b719d8b37449481784d"
1824+
integrity sha512-JaehZvf6m0yqYp34+RVnihBAChkqeH+tqqhS0GuX1qgPpwLvmTPheKEs6OeCK6hVJgXZHJ2vbjnC9j119auStQ==
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.33.0"
1827+
"@typescript-eslint/types" "8.33.0"
1828+
"@typescript-eslint/typescript-estree" "8.33.0"
1829+
"@typescript-eslint/visitor-keys" "8.33.0"
1830+
debug "^4.3.4"
1831+
1832+
"@typescript-eslint/[email protected]":
1833+
version "8.33.0"
1834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.33.0.tgz#71f37ef9010de47bf20963914743c5cbef851e08"
1835+
integrity sha512-d1hz0u9l6N+u/gcrk6s6gYdl7/+pp8yHheRTqP6X5hVDKALEaTn8WfGiit7G511yueBEL3OpOEpD+3/MBdoN+A==
1836+
dependencies:
1837+
"@typescript-eslint/tsconfig-utils" "^8.33.0"
1838+
"@typescript-eslint/types" "^8.33.0"
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].0":
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].0":
1858+
version "8.33.0"
1859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.33.0.tgz#459cf0c49d410800b1a023b973c62d699b09bf4c"
1860+
integrity sha512-LMi/oqrzpqxyO72ltP+dBSP6V0xiUb4saY7WLtxSfiNEBI8m321LLVFU9/QDJxjDQG9/tjSqKz/E3380TEqSTw==
18451861
dependencies:
1846-
"@typescript-eslint/typescript-estree" "5.62.0"
1847-
"@typescript-eslint/utils" "5.62.0"
1862+
"@typescript-eslint/types" "8.33.0"
1863+
"@typescript-eslint/visitor-keys" "8.33.0"
1864+
1865+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.33.0":
1866+
version "8.33.0"
1867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.33.0.tgz#316adab038bbdc43e448781d5a816c2973eab73e"
1868+
integrity sha512-sTkETlbqhEoiFmGr1gsdq5HyVbSOF0145SYDJ/EQmXHtKViCaGvnyLqWFFHtEXoS0J1yU8Wyou2UGmgW88fEug==
1869+
1870+
"@typescript-eslint/[email protected]":
1871+
version "8.33.0"
1872+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.33.0.tgz#f06124b2d6db8a51b24990cb123c9543af93fef5"
1873+
integrity sha512-lScnHNCBqL1QayuSrWeqAL5GmqNdVUQAAMTaCwdYEdWfIrSrOGzyLGRCHXcCixa5NK6i5l0AfSO2oBSjCjf4XQ==
1874+
dependencies:
1875+
"@typescript-eslint/typescript-estree" "8.33.0"
1876+
"@typescript-eslint/utils" "8.33.0"
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.33.0":
1891+
version "8.33.0"
1892+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.33.0.tgz#02a7dbba611a8abf1ad2a9e00f72f7b94b5ab0ee"
1893+
integrity sha512-DKuXOKpM5IDT1FA2g9x9x1Ug81YuKrzf4mYX8FAVSNu5Wo/LELHWQyM1pQaDkI42bX15PWl0vNPt1uGiIFUOpg==
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.33.0"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.33.0.tgz#abcc1d3db75a8e9fd2e274ee8c4099fa2399abfd"
1925+
integrity sha512-vegY4FQoB6jL97Tu/lWRsAiUUp8qJTqzAmENH2k59SJhw0Th1oszb9Idq/FyyONLuNqT1OADJPXfyUNOR8SzAQ==
1926+
dependencies:
1927+
"@typescript-eslint/project-service" "8.33.0"
1928+
"@typescript-eslint/tsconfig-utils" "8.33.0"
1929+
"@typescript-eslint/types" "8.33.0"
1930+
"@typescript-eslint/visitor-keys" "8.33.0"
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.33.0"
1940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.33.0.tgz#574ad5edee371077b9e28ca6fb804f2440f447c1"
1941+
integrity sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==
1942+
dependencies:
1943+
"@eslint-community/eslint-utils" "^4.7.0"
1944+
"@typescript-eslint/scope-manager" "8.33.0"
1945+
"@typescript-eslint/types" "8.33.0"
1946+
"@typescript-eslint/typescript-estree" "8.33.0"
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.33.0"
1990+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.33.0.tgz#fbae16fd3594531f8cad95d421125d634e9974fe"
1991+
integrity sha512-7RW7CMYoskiz5OOGAWjJFxgb7c5UNjTG292gYhWeOAcFmYCtVCSqjqSBj5zMhxbXo2JOW95YYrUWJfU0zrpaGQ==
1992+
dependencies:
1993+
"@typescript-eslint/types" "8.33.0"
1994+
eslint-visitor-keys "^4.2.0"
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.0:
2689+
version "4.2.0"
2690+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2691+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
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.4"
3137+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3138+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
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.3.4"
47664855
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"

0 commit comments

Comments
 (0)