Skip to content

Commit c8356a0

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

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.0",
57+
"@typescript-eslint/parser": "8.32.0",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.3",
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.0":
1807+
version "8.32.0"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
1809+
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
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.0"
1813+
"@typescript-eslint/type-utils" "8.32.0"
1814+
"@typescript-eslint/utils" "8.32.0"
1815+
"@typescript-eslint/visitor-keys" "8.32.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 "^5.3.1"
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.0":
1822+
version "8.32.0"
1823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
1824+
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
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.0"
1827+
"@typescript-eslint/types" "8.32.0"
1828+
"@typescript-eslint/typescript-estree" "8.32.0"
1829+
"@typescript-eslint/visitor-keys" "8.32.0"
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].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==
1848+
"@typescript-eslint/[email protected].0":
1849+
version "8.32.0"
1850+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
1851+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
18451852
dependencies:
1846-
"@typescript-eslint/typescript-estree" "5.62.0"
1847-
"@typescript-eslint/utils" "5.62.0"
1853+
"@typescript-eslint/types" "8.32.0"
1854+
"@typescript-eslint/visitor-keys" "8.32.0"
1855+
1856+
"@typescript-eslint/[email protected]":
1857+
version "8.32.0"
1858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
1859+
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
1860+
dependencies:
1861+
"@typescript-eslint/typescript-estree" "8.32.0"
1862+
"@typescript-eslint/utils" "8.32.0"
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.0"
1878+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
1879+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
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.0"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
1911+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
1912+
dependencies:
1913+
"@typescript-eslint/types" "8.32.0"
1914+
"@typescript-eslint/visitor-keys" "8.32.0"
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.0"
1924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
1925+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
1926+
dependencies:
1927+
"@eslint-community/eslint-utils" "^4.7.0"
1928+
"@typescript-eslint/scope-manager" "8.32.0"
1929+
"@typescript-eslint/types" "8.32.0"
1930+
"@typescript-eslint/typescript-estree" "8.32.0"
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.0"
1974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
1975+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
1976+
dependencies:
1977+
"@typescript-eslint/types" "8.32.0"
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@^5.3.1:
3120+
version "5.3.2"
3121+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3122+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
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)