Skip to content

Commit 5b65e16

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent faea1fe commit 5b65e16

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.13",
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.6.0",
57+
"@typescript-eslint/parser": "8.6.0",
5858
"eslint": "8.57.1",
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.1"
1496+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
1497+
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
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.6.0":
2146+
version "8.6.0"
2147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.6.0.tgz#20049754ff9f6d3a09bf240297f029ce04290999"
2148+
integrity sha512-UOaz/wFowmoh2G6Mr9gw60B1mm0MzUtm6Ic8G2yM1Le6gyj5Loi/N+O5mocugRGY+8OeeKmkMmbxNqUCq3B4Sg==
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.6.0"
2152+
"@typescript-eslint/type-utils" "8.6.0"
2153+
"@typescript-eslint/utils" "8.6.0"
2154+
"@typescript-eslint/visitor-keys" "8.6.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.6.0":
2161+
version "8.6.0"
2162+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.6.0.tgz#02e092b9dc8b4e319172af620d0d39b337d948f6"
2163+
integrity sha512-eQcbCuA2Vmw45iGfcyG4y6rS7BhWfz9MQuk409WD47qMM+bKCGQWXxvoOs1DUp+T7UBMTtRTVT+kXr7Sh4O9Ow==
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.6.0"
2166+
"@typescript-eslint/types" "8.6.0"
2167+
"@typescript-eslint/typescript-estree" "8.6.0"
2168+
"@typescript-eslint/visitor-keys" "8.6.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.6.0"
2189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
2190+
integrity sha512-ZuoutoS5y9UOxKvpc/GkvF4cuEmpokda4wRg64JEia27wX+PysIE9q+lzDtlHHgblwUWwo5/Qn+/WyTUvDwBHw==
21912191
dependencies:
2192-
"@typescript-eslint/typescript-estree" "5.62.0"
2193-
"@typescript-eslint/utils" "5.62.0"
2192+
"@typescript-eslint/types" "8.6.0"
2193+
"@typescript-eslint/visitor-keys" "8.6.0"
2194+
2195+
"@typescript-eslint/[email protected]":
2196+
version "8.6.0"
2197+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.6.0.tgz#d4347e637478bef88cee1db691fcfa20ade9b8a0"
2198+
integrity sha512-dtePl4gsuenXVwC7dVNlb4mGDcKjDT/Ropsk4za/ouMBPplCLyznIaR+W65mvCvsyS97dymoBRrioEXI7k0XIg==
2199+
dependencies:
2200+
"@typescript-eslint/typescript-estree" "8.6.0"
2201+
"@typescript-eslint/utils" "8.6.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.6.0"
2217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
2218+
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
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.6.0"
2249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.6.0.tgz#f945506de42871f04868371cb5bf21e8f7266e01"
2250+
integrity sha512-MOVAzsKJIPIlLK239l5s06YXjNqpKTVhBVDnqUumQJja5+Y94V3+4VUFRA0G60y2jNnTVwRCkhyGQpavfsbq/g==
2251+
dependencies:
2252+
"@typescript-eslint/types" "8.6.0"
2253+
"@typescript-eslint/visitor-keys" "8.6.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.6.0"
2263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.6.0.tgz#175fe893f32804bed1e72b3364ea6bbe1044181c"
2264+
integrity sha512-eNp9cWnYf36NaOVjkEUznf6fEgVy1TWpE0o52e4wtojjBx7D1UV2WAWGzR+8Y5lVFtpMLPwNbC67T83DWSph4A==
2265+
dependencies:
2266+
"@eslint-community/eslint-utils" "^4.4.0"
2267+
"@typescript-eslint/scope-manager" "8.6.0"
2268+
"@typescript-eslint/types" "8.6.0"
2269+
"@typescript-eslint/typescript-estree" "8.6.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.6.0"
2313+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.6.0.tgz#5432af4a1753f376f35ab5b891fc9db237aaf76f"
2314+
integrity sha512-wapVFfZg9H0qOYh4grNVQiMklJGluQrOUiOhYRrQWhx7BY/+I1IYb8BczWNbbUpO+pqy0rDciv3lQH5E1bCLrg==
2315+
dependencies:
2316+
"@typescript-eslint/types" "8.6.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)