Skip to content

Commit a4a60b2

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

File tree

2 files changed

+129
-39
lines changed

2 files changed

+129
-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.3",
5454
"@types/jest": "29.5.14",
5555
"@types/ramda": "0.31.1",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "8.46.3",
57+
"@typescript-eslint/parser": "8.46.3",
5858
"eslint": "8.57.1",
5959
"eslint-config-prettier": "10.1.8",
6060
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 127 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,10 +1296,17 @@
12961296
dependencies:
12971297
eslint-visitor-keys "^3.3.0"
12981298

1299-
"@eslint-community/regexpp@^4.4.0":
1300-
version "4.5.1"
1301-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
1302-
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
1299+
"@eslint-community/eslint-utils@^4.7.0":
1300+
version "4.9.0"
1301+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
1302+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
1303+
dependencies:
1304+
eslint-visitor-keys "^3.4.3"
1305+
1306+
"@eslint-community/regexpp@^4.10.0":
1307+
version "4.12.2"
1308+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1309+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
13031310

13041311
"@eslint-community/regexpp@^4.6.1":
13051312
version "4.6.2"
@@ -1999,30 +2006,39 @@
19992006
dependencies:
20002007
"@types/yargs-parser" "*"
20012008

2002-
"@typescript-eslint/eslint-plugin@5.62.0":
2003-
version "5.62.0"
2004-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2005-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
2009+
"@typescript-eslint/eslint-plugin@8.46.3":
2010+
version "8.46.3"
2011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.3.tgz#6f7aeaf9f5c611425db9b8f983e8d3fe5deece3c"
2012+
integrity sha512-sbaQ27XBUopBkRiuY/P9sWGOWUW4rl8fDoHIUmLpZd8uldsTyB4/Zg6bWTegPoTLnKj9Hqgn3QD6cjPNB32Odw==
20062013
dependencies:
2007-
"@eslint-community/regexpp" "^4.4.0"
2008-
"@typescript-eslint/scope-manager" "5.62.0"
2009-
"@typescript-eslint/type-utils" "5.62.0"
2010-
"@typescript-eslint/utils" "5.62.0"
2011-
debug "^4.3.4"
2014+
"@eslint-community/regexpp" "^4.10.0"
2015+
"@typescript-eslint/scope-manager" "8.46.3"
2016+
"@typescript-eslint/type-utils" "8.46.3"
2017+
"@typescript-eslint/utils" "8.46.3"
2018+
"@typescript-eslint/visitor-keys" "8.46.3"
20122019
graphemer "^1.4.0"
2013-
ignore "^5.2.0"
2014-
natural-compare-lite "^1.4.0"
2015-
semver "^7.3.7"
2016-
tsutils "^3.21.0"
2020+
ignore "^7.0.0"
2021+
natural-compare "^1.4.0"
2022+
ts-api-utils "^2.1.0"
20172023

2018-
"@typescript-eslint/parser@5.62.0":
2019-
version "5.62.0"
2020-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2021-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
2024+
"@typescript-eslint/parser@8.46.3":
2025+
version "8.46.3"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.3.tgz#3badfb62d2e2dc733d02a038073e3f65f2cb833d"
2027+
integrity sha512-6m1I5RmHBGTnUGS113G04DMu3CpSdxCAU/UvtjNWL4Nuf3MW9tQhiJqRlHzChIkhy6kZSAQmc+I1bcGjE3yNKg==
20222028
dependencies:
2023-
"@typescript-eslint/scope-manager" "5.62.0"
2024-
"@typescript-eslint/types" "5.62.0"
2025-
"@typescript-eslint/typescript-estree" "5.62.0"
2029+
"@typescript-eslint/scope-manager" "8.46.3"
2030+
"@typescript-eslint/types" "8.46.3"
2031+
"@typescript-eslint/typescript-estree" "8.46.3"
2032+
"@typescript-eslint/visitor-keys" "8.46.3"
2033+
debug "^4.3.4"
2034+
2035+
"@typescript-eslint/[email protected]":
2036+
version "8.46.3"
2037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.3.tgz#4555c685407ea829081218fa033d7b032607aaef"
2038+
integrity sha512-Fz8yFXsp2wDFeUElO88S9n4w1I4CWDTXDqDr9gYvZgUpwXQqmZBr9+NTTql5R3J7+hrJZPdpiWaB9VNhAKYLuQ==
2039+
dependencies:
2040+
"@typescript-eslint/tsconfig-utils" "^8.46.3"
2041+
"@typescript-eslint/types" "^8.46.3"
20262042
debug "^4.3.4"
20272043

20282044
"@typescript-eslint/[email protected]":
@@ -2041,15 +2057,29 @@
20412057
"@typescript-eslint/types" "8.0.0"
20422058
"@typescript-eslint/visitor-keys" "8.0.0"
20432059

2044-
"@typescript-eslint/[email protected]":
2045-
version "5.62.0"
2046-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2047-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
2060+
"@typescript-eslint/[email protected]":
2061+
version "8.46.3"
2062+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.3.tgz#2e330f566e135ccac13477b98dd88d8f176e4dff"
2063+
integrity sha512-FCi7Y1zgrmxp3DfWfr+3m9ansUUFoy8dkEdeQSgA9gbm8DaHYvZCdkFRQrtKiedFf3Ha6VmoqoAaP68+i+22kg==
20482064
dependencies:
2049-
"@typescript-eslint/typescript-estree" "5.62.0"
2050-
"@typescript-eslint/utils" "5.62.0"
2065+
"@typescript-eslint/types" "8.46.3"
2066+
"@typescript-eslint/visitor-keys" "8.46.3"
2067+
2068+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.46.3":
2069+
version "8.46.3"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.3.tgz#cad33398c762c97fe56a8defda00c16505abefa3"
2071+
integrity sha512-GLupljMniHNIROP0zE7nCcybptolcH8QZfXOpCfhQDAdwJ/ZTlcaBOYebSOZotpti/3HrHSw7D3PZm75gYFsOA==
2072+
2073+
"@typescript-eslint/[email protected]":
2074+
version "8.46.3"
2075+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.3.tgz#71188df833d7697ecff256cd1d3889a20552d78c"
2076+
integrity sha512-ZPCADbr+qfz3aiTTYNNkCbUt+cjNwI/5McyANNrFBpVxPt7GqpEYz5ZfdwuFyGUnJ9FdDXbGODUu6iRCI6XRXw==
2077+
dependencies:
2078+
"@typescript-eslint/types" "8.46.3"
2079+
"@typescript-eslint/typescript-estree" "8.46.3"
2080+
"@typescript-eslint/utils" "8.46.3"
20512081
debug "^4.3.4"
2052-
tsutils "^3.21.0"
2082+
ts-api-utils "^2.1.0"
20532083

20542084
"@typescript-eslint/[email protected]":
20552085
version "5.62.0"
@@ -2061,6 +2091,11 @@
20612091
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
20622092
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
20632093

2094+
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.46.3":
2095+
version "8.46.3"
2096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.3.tgz#da05ea40e91359b4275dbb3a489f2f7907a02245"
2097+
integrity sha512-G7Ok9WN/ggW7e/tOf8TQYMaxgID3Iujn231hfi0Pc7ZheztIJVpO44ekY00b7akqc6nZcvregk0Jpah3kep6hA==
2098+
20642099
"@typescript-eslint/[email protected]":
20652100
version "5.62.0"
20662101
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -2088,7 +2123,33 @@
20882123
semver "^7.6.0"
20892124
ts-api-utils "^1.3.0"
20902125

2091-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.2":
2126+
"@typescript-eslint/[email protected]":
2127+
version "8.46.3"
2128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.3.tgz#c12406afba707f9779ce0c0151a08c33b3a96d41"
2129+
integrity sha512-f/NvtRjOm80BtNM5OQtlaBdM5BRFUv7gf381j9wygDNL+qOYSNOgtQ/DCndiYi80iIOv76QqaTmp4fa9hwI0OA==
2130+
dependencies:
2131+
"@typescript-eslint/project-service" "8.46.3"
2132+
"@typescript-eslint/tsconfig-utils" "8.46.3"
2133+
"@typescript-eslint/types" "8.46.3"
2134+
"@typescript-eslint/visitor-keys" "8.46.3"
2135+
debug "^4.3.4"
2136+
fast-glob "^3.3.2"
2137+
is-glob "^4.0.3"
2138+
minimatch "^9.0.4"
2139+
semver "^7.6.0"
2140+
ts-api-utils "^2.1.0"
2141+
2142+
"@typescript-eslint/[email protected]":
2143+
version "8.46.3"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.3.tgz#b6c7994b7c1ee2fe338ab32f7b3d4424856a73ce"
2145+
integrity sha512-VXw7qmdkucEx9WkmR3ld/u6VhRyKeiF1uxWwCy/iuNfokjJ7VhsgLSOTjsol8BunSw190zABzpwdNsze2Kpo4g==
2146+
dependencies:
2147+
"@eslint-community/eslint-utils" "^4.7.0"
2148+
"@typescript-eslint/scope-manager" "8.46.3"
2149+
"@typescript-eslint/types" "8.46.3"
2150+
"@typescript-eslint/typescript-estree" "8.46.3"
2151+
2152+
"@typescript-eslint/utils@^5.10.2":
20922153
version "5.62.0"
20932154
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
20942155
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
@@ -2128,6 +2189,14 @@
21282189
"@typescript-eslint/types" "8.0.0"
21292190
eslint-visitor-keys "^3.4.3"
21302191

2192+
"@typescript-eslint/[email protected]":
2193+
version "8.46.3"
2194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.3.tgz#6811b15053501981059c58e1c01b39242bd5c0f6"
2195+
integrity sha512-uk574k8IU0rOF/AjniX8qbLSGURJVUCeM5e4MIMKBFFi8weeiLrG1fyQejyLXQpRZbU/1BuQasleV/RfHC3hHg==
2196+
dependencies:
2197+
"@typescript-eslint/types" "8.46.3"
2198+
eslint-visitor-keys "^4.2.1"
2199+
21312200
"@ungap/structured-clone@^1.2.0":
21322201
version "1.2.0"
21332202
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -2815,6 +2884,11 @@ eslint-visitor-keys@^3.4.3:
28152884
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
28162885
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
28172886

2887+
eslint-visitor-keys@^4.2.1:
2888+
version "4.2.1"
2889+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2890+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2891+
28182892
28192893
version "8.57.1"
28202894
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -2999,6 +3073,17 @@ fast-glob@^3.2.9:
29993073
merge2 "^1.3.0"
30003074
micromatch "^4.0.4"
30013075

3076+
fast-glob@^3.3.2:
3077+
version "3.3.3"
3078+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3079+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
3080+
dependencies:
3081+
"@nodelib/fs.stat" "^2.0.2"
3082+
"@nodelib/fs.walk" "^1.2.3"
3083+
glob-parent "^5.1.2"
3084+
merge2 "^1.3.0"
3085+
micromatch "^4.0.8"
3086+
30023087
[email protected], fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
30033088
version "2.1.0"
30043089
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3263,6 +3348,11 @@ ignore@^5.2.0:
32633348
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
32643349
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
32653350

3351+
ignore@^7.0.0:
3352+
version "7.0.5"
3353+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
3354+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
3355+
32663356
import-fresh@^3.2.1:
32673357
version "3.3.0"
32683358
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -4163,11 +4253,6 @@ ms@^2.1.3:
41634253
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
41644254
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
41654255

4166-
natural-compare-lite@^1.4.0:
4167-
version "1.4.0"
4168-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
4169-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
4170-
41714256
natural-compare@^1.4.0:
41724257
version "1.4.0"
41734258
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -4987,6 +5072,11 @@ ts-api-utils@^1.3.0:
49875072
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
49885073
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
49895074

5075+
ts-api-utils@^2.1.0:
5076+
version "2.1.0"
5077+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5078+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
5079+
49905080
49915081
version "29.4.5"
49925082
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.5.tgz#a6b0dc401e521515d5342234be87f1ca96390a6f"

0 commit comments

Comments
 (0)