Skip to content

Commit 652ebdf

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

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.2",
57+
"@typescript-eslint/parser": "8.46.2",
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.2":
2010+
version "8.46.2"
2011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.46.2.tgz#dc4ab93ee3d7e6c8e38820a0d6c7c93c7183e2dc"
2012+
integrity sha512-ZGBMToy857/NIPaaCucIUQgqueOiq7HeAKkhlvqVV4lm089zUFW6ikRySx2v+cAhKeUCPuWVHeimyk6Dw1iY3w==
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.2"
2016+
"@typescript-eslint/type-utils" "8.46.2"
2017+
"@typescript-eslint/utils" "8.46.2"
2018+
"@typescript-eslint/visitor-keys" "8.46.2"
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.2":
2025+
version "8.46.2"
2026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.46.2.tgz#dd938d45d581ac8ffa9d8a418a50282b306f7ebf"
2027+
integrity sha512-BnOroVl1SgrPLywqxyqdJ4l3S2MsKVLDVxZvjI1Eoe8ev2r3kGDo+PcMihNmDE+6/KjkTubSJnmqGZZjQSBq/g==
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.2"
2030+
"@typescript-eslint/types" "8.46.2"
2031+
"@typescript-eslint/typescript-estree" "8.46.2"
2032+
"@typescript-eslint/visitor-keys" "8.46.2"
2033+
debug "^4.3.4"
2034+
2035+
"@typescript-eslint/[email protected]":
2036+
version "8.46.2"
2037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
2038+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
2039+
dependencies:
2040+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
2041+
"@typescript-eslint/types" "^8.46.2"
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.2"
2062+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
2063+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
20482064
dependencies:
2049-
"@typescript-eslint/typescript-estree" "5.62.0"
2050-
"@typescript-eslint/utils" "5.62.0"
2065+
"@typescript-eslint/types" "8.46.2"
2066+
"@typescript-eslint/visitor-keys" "8.46.2"
2067+
2068+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.46.2":
2069+
version "8.46.2"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
2071+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
2072+
2073+
"@typescript-eslint/[email protected]":
2074+
version "8.46.2"
2075+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.46.2.tgz#802d027864e6fb752e65425ed09f3e089fb4d384"
2076+
integrity sha512-HbPM4LbaAAt/DjxXaG9yiS9brOOz6fabal4uvUmaUYe6l3K1phQDMQKBRUrr06BQkxkvIZVVHttqiybM9nJsLA==
2077+
dependencies:
2078+
"@typescript-eslint/types" "8.46.2"
2079+
"@typescript-eslint/typescript-estree" "8.46.2"
2080+
"@typescript-eslint/utils" "8.46.2"
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.2":
2095+
version "8.46.2"
2096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
2097+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
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.2"
2128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
2129+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
2130+
dependencies:
2131+
"@typescript-eslint/project-service" "8.46.2"
2132+
"@typescript-eslint/tsconfig-utils" "8.46.2"
2133+
"@typescript-eslint/types" "8.46.2"
2134+
"@typescript-eslint/visitor-keys" "8.46.2"
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.2"
2144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
2145+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
2146+
dependencies:
2147+
"@eslint-community/eslint-utils" "^4.7.0"
2148+
"@typescript-eslint/scope-manager" "8.46.2"
2149+
"@typescript-eslint/types" "8.46.2"
2150+
"@typescript-eslint/typescript-estree" "8.46.2"
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.2"
2194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
2195+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
2196+
dependencies:
2197+
"@typescript-eslint/types" "8.46.2"
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)