Skip to content

Commit ce961d2

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 2c469ac commit ce961d2

File tree

2 files changed

+112
-39
lines changed

2 files changed

+112
-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.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.32.1",
57+
"@typescript-eslint/parser": "8.32.1",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.5",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

+110-37
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,30 @@
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.32.1":
1807+
version "8.32.1"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
1809+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
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.32.1"
1813+
"@typescript-eslint/type-utils" "8.32.1"
1814+
"@typescript-eslint/utils" "8.32.1"
1815+
"@typescript-eslint/visitor-keys" "8.32.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.32.1":
1822+
version "8.32.1"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
1824+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
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.32.1"
1827+
"@typescript-eslint/types" "8.32.1"
1828+
"@typescript-eslint/typescript-estree" "8.32.1"
1829+
"@typescript-eslint/visitor-keys" "8.32.1"
18231830
debug "^4.3.4"
18241831

18251832
"@typescript-eslint/[email protected]":
@@ -1838,15 +1845,23 @@
18381845
"@typescript-eslint/types" "8.0.0"
18391846
"@typescript-eslint/visitor-keys" "8.0.0"
18401847

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==
1848+
"@typescript-eslint/[email protected]":
1849+
version "8.32.1"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1851+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
18451852
dependencies:
1846-
"@typescript-eslint/typescript-estree" "5.62.0"
1847-
"@typescript-eslint/utils" "5.62.0"
1853+
"@typescript-eslint/types" "8.32.1"
1854+
"@typescript-eslint/visitor-keys" "8.32.1"
1855+
1856+
"@typescript-eslint/[email protected]":
1857+
version "8.32.1"
1858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1859+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
1860+
dependencies:
1861+
"@typescript-eslint/typescript-estree" "8.32.1"
1862+
"@typescript-eslint/utils" "8.32.1"
18481863
debug "^4.3.4"
1849-
tsutils "^3.21.0"
1864+
ts-api-utils "^2.1.0"
18501865

18511866
"@typescript-eslint/[email protected]":
18521867
version "5.62.0"
@@ -1858,6 +1873,11 @@
18581873
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
18591874
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
18601875

1876+
"@typescript-eslint/[email protected]":
1877+
version "8.32.1"
1878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1879+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
1880+
18611881
"@typescript-eslint/[email protected]":
18621882
version "5.62.0"
18631883
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1885,7 +1905,31 @@
18851905
semver "^7.6.0"
18861906
ts-api-utils "^1.3.0"
18871907

1888-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
1908+
"@typescript-eslint/[email protected]":
1909+
version "8.32.1"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1911+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
1912+
dependencies:
1913+
"@typescript-eslint/types" "8.32.1"
1914+
"@typescript-eslint/visitor-keys" "8.32.1"
1915+
debug "^4.3.4"
1916+
fast-glob "^3.3.2"
1917+
is-glob "^4.0.3"
1918+
minimatch "^9.0.4"
1919+
semver "^7.6.0"
1920+
ts-api-utils "^2.1.0"
1921+
1922+
"@typescript-eslint/[email protected]":
1923+
version "8.32.1"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1925+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
1926+
dependencies:
1927+
"@eslint-community/eslint-utils" "^4.7.0"
1928+
"@typescript-eslint/scope-manager" "8.32.1"
1929+
"@typescript-eslint/types" "8.32.1"
1930+
"@typescript-eslint/typescript-estree" "8.32.1"
1931+
1932+
"@typescript-eslint/utils@^5.10.2":
18891933
version "5.62.0"
18901934
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
18911935
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -1925,6 +1969,14 @@
19251969
"@typescript-eslint/types" "8.0.0"
19261970
eslint-visitor-keys "^3.4.3"
19271971

1972+
"@typescript-eslint/[email protected]":
1973+
version "8.32.1"
1974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1975+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
1976+
dependencies:
1977+
"@typescript-eslint/types" "8.32.1"
1978+
eslint-visitor-keys "^4.2.0"
1979+
19281980
"@ungap/structured-clone@^1.2.0":
19291981
version "1.2.0"
19301982
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2617,6 +2669,11 @@ eslint-visitor-keys@^3.4.3:
26172669
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26182670
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26192671

2672+
eslint-visitor-keys@^4.2.0:
2673+
version "4.2.0"
2674+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
2675+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2676+
26202677
26212678
version "8.57.1"
26222679
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2801,6 +2858,17 @@ fast-glob@^3.2.9:
28012858
merge2 "^1.3.0"
28022859
micromatch "^4.0.4"
28032860

2861+
fast-glob@^3.3.2:
2862+
version "3.3.3"
2863+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
2864+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
2865+
dependencies:
2866+
"@nodelib/fs.stat" "^2.0.2"
2867+
"@nodelib/fs.walk" "^1.2.3"
2868+
glob-parent "^5.1.2"
2869+
merge2 "^1.3.0"
2870+
micromatch "^4.0.8"
2871+
28042872
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
28052873
version "2.1.0"
28062874
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3048,6 +3116,11 @@ ignore@^5.2.0:
30483116
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
30493117
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
30503118

3119+
ignore@^7.0.0:
3120+
version "7.0.4"
3121+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3122+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
3123+
30513124
import-fresh@^3.2.1:
30523125
version "3.3.0"
30533126
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -3953,11 +4026,6 @@ ms@^2.1.3:
39534026
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
39544027
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
39554028

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-
39614029
natural-compare@^1.4.0:
39624030
version "1.4.0"
39634031
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4761,6 +4829,11 @@ ts-api-utils@^1.3.0:
47614829
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
47624830
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
47634831

4832+
ts-api-utils@^2.1.0:
4833+
version "2.1.0"
4834+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
4835+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
4836+
47644837
47654838
version "29.3.2"
47664839
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.2.tgz#0576cdf0a507f811fe73dcd16d135ce89f8156cb"

0 commit comments

Comments
 (0)