Skip to content

Commit 3a812c5

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 5e53230 commit 3a812c5

File tree

2 files changed

+95
-39
lines changed

2 files changed

+95
-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": "15.2.3",
5454
"@types/jest": "29.5.12",
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.3.0",
57+
"@typescript-eslint/parser": "8.3.0",
5858
"eslint": "8.57.0",
5959
"eslint-config-prettier": "9.1.0",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 93 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,10 +1491,10 @@
14911491
dependencies:
14921492
eslint-visitor-keys "^3.3.0"
14931493

1494-
"@eslint-community/regexpp@^4.4.0":
1495-
version "4.5.1"
1496-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1497-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1494+
"@eslint-community/regexpp@^4.10.0":
1495+
version "4.11.0"
1496+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
1497+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
14981498

14991499
"@eslint-community/regexpp@^4.6.1":
15001500
version "4.6.2"
@@ -2142,30 +2142,30 @@
21422142
dependencies:
21432143
"@types/yargs-parser" "*"
21442144

2145-
"@typescript-eslint/eslint-plugin@5.62.0":
2146-
version "5.62.0"
2147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2148-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2145+
"@typescript-eslint/eslint-plugin@8.3.0":
2146+
version "8.3.0"
2147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
2148+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
21492149
dependencies:
2150-
"@eslint-community/regexpp" "^4.4.0"
2151-
"@typescript-eslint/scope-manager" "5.62.0"
2152-
"@typescript-eslint/type-utils" "5.62.0"
2153-
"@typescript-eslint/utils" "5.62.0"
2154-
debug "^4.3.4"
2150+
"@eslint-community/regexpp" "^4.10.0"
2151+
"@typescript-eslint/scope-manager" "8.3.0"
2152+
"@typescript-eslint/type-utils" "8.3.0"
2153+
"@typescript-eslint/utils" "8.3.0"
2154+
"@typescript-eslint/visitor-keys" "8.3.0"
21552155
graphemer "^1.4.0"
2156-
ignore "^5.2.0"
2157-
natural-compare-lite "^1.4.0"
2158-
semver "^7.3.7"
2159-
tsutils "^3.21.0"
2156+
ignore "^5.3.1"
2157+
natural-compare "^1.4.0"
2158+
ts-api-utils "^1.3.0"
21602159

2161-
"@typescript-eslint/parser@5.62.0":
2162-
version "5.62.0"
2163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2164-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2160+
"@typescript-eslint/parser@8.3.0":
2161+
version "8.3.0"
2162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
2163+
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
21652164
dependencies:
2166-
"@typescript-eslint/scope-manager" "5.62.0"
2167-
"@typescript-eslint/types" "5.62.0"
2168-
"@typescript-eslint/typescript-estree" "5.62.0"
2165+
"@typescript-eslint/scope-manager" "8.3.0"
2166+
"@typescript-eslint/types" "8.3.0"
2167+
"@typescript-eslint/typescript-estree" "8.3.0"
2168+
"@typescript-eslint/visitor-keys" "8.3.0"
21692169
debug "^4.3.4"
21702170

21712171
"@typescript-eslint/[email protected]":
@@ -2184,15 +2184,23 @@
21842184
"@typescript-eslint/types" "8.0.0"
21852185
"@typescript-eslint/visitor-keys" "8.0.0"
21862186

2187-
"@typescript-eslint/[email protected].0":
2188-
version "5.62.0"
2189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2190-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2187+
"@typescript-eslint/[email protected].0":
2188+
version "8.3.0"
2189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
2190+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
21912191
dependencies:
2192-
"@typescript-eslint/typescript-estree" "5.62.0"
2193-
"@typescript-eslint/utils" "5.62.0"
2192+
"@typescript-eslint/types" "8.3.0"
2193+
"@typescript-eslint/visitor-keys" "8.3.0"
2194+
2195+
"@typescript-eslint/[email protected]":
2196+
version "8.3.0"
2197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
2198+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
2199+
dependencies:
2200+
"@typescript-eslint/typescript-estree" "8.3.0"
2201+
"@typescript-eslint/utils" "8.3.0"
21942202
debug "^4.3.4"
2195-
tsutils "^3.21.0"
2203+
ts-api-utils "^1.3.0"
21962204

21972205
"@typescript-eslint/[email protected]":
21982206
version "5.62.0"
@@ -2204,6 +2212,11 @@
22042212
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
22052213
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
22062214

2215+
"@typescript-eslint/[email protected]":
2216+
version "8.3.0"
2217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
2218+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
2219+
22072220
"@typescript-eslint/[email protected]":
22082221
version "5.62.0"
22092222
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2231,7 +2244,31 @@
22312244
semver "^7.6.0"
22322245
ts-api-utils "^1.3.0"
22332246

2234-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2247+
"@typescript-eslint/[email protected]":
2248+
version "8.3.0"
2249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
2250+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
2251+
dependencies:
2252+
"@typescript-eslint/types" "8.3.0"
2253+
"@typescript-eslint/visitor-keys" "8.3.0"
2254+
debug "^4.3.4"
2255+
fast-glob "^3.3.2"
2256+
is-glob "^4.0.3"
2257+
minimatch "^9.0.4"
2258+
semver "^7.6.0"
2259+
ts-api-utils "^1.3.0"
2260+
2261+
"@typescript-eslint/[email protected]":
2262+
version "8.3.0"
2263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
2264+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
2265+
dependencies:
2266+
"@eslint-community/eslint-utils" "^4.4.0"
2267+
"@typescript-eslint/scope-manager" "8.3.0"
2268+
"@typescript-eslint/types" "8.3.0"
2269+
"@typescript-eslint/typescript-estree" "8.3.0"
2270+
2271+
"@typescript-eslint/utils@^5.10.2":
22352272
version "5.62.0"
22362273
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
22372274
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2271,6 +2308,14 @@
22712308
"@typescript-eslint/types" "8.0.0"
22722309
eslint-visitor-keys "^3.4.3"
22732310

2311+
"@typescript-eslint/[email protected]":
2312+
version "8.3.0"
2313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
2314+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
2315+
dependencies:
2316+
"@typescript-eslint/types" "8.3.0"
2317+
eslint-visitor-keys "^3.4.3"
2318+
22742319
"@ungap/structured-clone@^1.2.0":
22752320
version "1.2.0"
22762321
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -3185,6 +3230,17 @@ fast-glob@^3.2.9:
31853230
merge2 "^1.3.0"
31863231
micromatch "^4.0.4"
31873232

3233+
fast-glob@^3.3.2:
3234+
version "3.3.2"
3235+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3236+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3237+
dependencies:
3238+
"@nodelib/fs.stat" "^2.0.2"
3239+
"@nodelib/fs.walk" "^1.2.3"
3240+
glob-parent "^5.1.2"
3241+
merge2 "^1.3.0"
3242+
micromatch "^4.0.4"
3243+
31883244
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
31893245
version "2.1.0"
31903246
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3432,6 +3488,11 @@ ignore@^5.2.0:
34323488
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
34333489
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
34343490

3491+
ignore@^5.3.1:
3492+
version "5.3.2"
3493+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
3494+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
3495+
34353496
import-fresh@^3.2.1:
34363497
version "3.3.0"
34373498
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4329,11 +4390,6 @@ [email protected]:
43294390
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
43304391
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
43314392

4332-
natural-compare-lite@^1.4.0:
4333-
version "1.4.0"
4334-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4335-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4336-
43374393
natural-compare@^1.4.0:
43384394
version "1.4.0"
43394395
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)