Skip to content

Commit 6db4110

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent a2b567b commit 6db4110

File tree

2 files changed

+79
-89
lines changed

2 files changed

+79
-89
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@
121121
"@types/jsonpath": "0.2.4",
122122
"@types/lodash": "4.17.16",
123123
"@types/node": "20.14.8",
124-
"@typescript-eslint/eslint-plugin": "7.18.0",
125-
"@typescript-eslint/parser": "7.18.0",
124+
"@typescript-eslint/eslint-plugin": "8.32.0",
125+
"@typescript-eslint/parser": "8.32.0",
126126
"dotenv": "16.4.7",
127127
"eslint": "9.22.0",
128128
"eslint-config-prettier": "^10.0.0",

yarn.lock

+77-87
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,13 @@
12011201
dependencies:
12021202
eslint-visitor-keys "^3.4.3"
12031203

1204+
"@eslint-community/eslint-utils@^4.7.0":
1205+
version "4.7.0"
1206+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1207+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1208+
dependencies:
1209+
eslint-visitor-keys "^3.4.3"
1210+
12041211
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
12051212
version "4.12.1"
12061213
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -2918,40 +2925,32 @@
29182925
dependencies:
29192926
"@types/yargs-parser" "*"
29202927

2921-
"@typescript-eslint/eslint-plugin@7.18.0":
2922-
version "7.18.0"
2923-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2924-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2928+
"@typescript-eslint/eslint-plugin@8.32.0":
2929+
version "8.32.0"
2930+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
2931+
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
29252932
dependencies:
29262933
"@eslint-community/regexpp" "^4.10.0"
2927-
"@typescript-eslint/scope-manager" "7.18.0"
2928-
"@typescript-eslint/type-utils" "7.18.0"
2929-
"@typescript-eslint/utils" "7.18.0"
2930-
"@typescript-eslint/visitor-keys" "7.18.0"
2934+
"@typescript-eslint/scope-manager" "8.32.0"
2935+
"@typescript-eslint/type-utils" "8.32.0"
2936+
"@typescript-eslint/utils" "8.32.0"
2937+
"@typescript-eslint/visitor-keys" "8.32.0"
29312938
graphemer "^1.4.0"
29322939
ignore "^5.3.1"
29332940
natural-compare "^1.4.0"
2934-
ts-api-utils "^1.3.0"
2941+
ts-api-utils "^2.1.0"
29352942

2936-
"@typescript-eslint/parser@7.18.0":
2937-
version "7.18.0"
2938-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
2939-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
2943+
"@typescript-eslint/parser@8.32.0":
2944+
version "8.32.0"
2945+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
2946+
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
29402947
dependencies:
2941-
"@typescript-eslint/scope-manager" "7.18.0"
2942-
"@typescript-eslint/types" "7.18.0"
2943-
"@typescript-eslint/typescript-estree" "7.18.0"
2944-
"@typescript-eslint/visitor-keys" "7.18.0"
2948+
"@typescript-eslint/scope-manager" "8.32.0"
2949+
"@typescript-eslint/types" "8.32.0"
2950+
"@typescript-eslint/typescript-estree" "8.32.0"
2951+
"@typescript-eslint/visitor-keys" "8.32.0"
29452952
debug "^4.3.4"
29462953

2947-
"@typescript-eslint/[email protected]":
2948-
version "7.18.0"
2949-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2950-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2951-
dependencies:
2952-
"@typescript-eslint/types" "7.18.0"
2953-
"@typescript-eslint/visitor-keys" "7.18.0"
2954-
29552954
"@typescript-eslint/[email protected]":
29562955
version "8.26.1"
29572956
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
@@ -2960,15 +2959,23 @@
29602959
"@typescript-eslint/types" "8.26.1"
29612960
"@typescript-eslint/visitor-keys" "8.26.1"
29622961

2963-
"@typescript-eslint/[email protected]":
2964-
version "7.18.0"
2965-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2966-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2962+
"@typescript-eslint/[email protected]":
2963+
version "8.32.0"
2964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
2965+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
2966+
dependencies:
2967+
"@typescript-eslint/types" "8.32.0"
2968+
"@typescript-eslint/visitor-keys" "8.32.0"
2969+
2970+
"@typescript-eslint/[email protected]":
2971+
version "8.32.0"
2972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
2973+
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
29672974
dependencies:
2968-
"@typescript-eslint/typescript-estree" "7.18.0"
2969-
"@typescript-eslint/utils" "7.18.0"
2975+
"@typescript-eslint/typescript-estree" "8.32.0"
2976+
"@typescript-eslint/utils" "8.32.0"
29702977
debug "^4.3.4"
2971-
ts-api-utils "^1.3.0"
2978+
ts-api-utils "^2.1.0"
29722979

29732980
"@typescript-eslint/type-utils@^8.0.0":
29742981
version "8.26.1"
@@ -2980,29 +2987,15 @@
29802987
debug "^4.3.4"
29812988
ts-api-utils "^2.0.1"
29822989

2983-
"@typescript-eslint/[email protected]":
2984-
version "7.18.0"
2985-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2986-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2987-
29882990
"@typescript-eslint/[email protected]":
29892991
version "8.26.1"
29902992
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
29912993
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
29922994

2993-
"@typescript-eslint/[email protected]":
2994-
version "7.18.0"
2995-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2996-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2997-
dependencies:
2998-
"@typescript-eslint/types" "7.18.0"
2999-
"@typescript-eslint/visitor-keys" "7.18.0"
3000-
debug "^4.3.4"
3001-
globby "^11.1.0"
3002-
is-glob "^4.0.3"
3003-
minimatch "^9.0.4"
3004-
semver "^7.6.0"
3005-
ts-api-utils "^1.3.0"
2995+
"@typescript-eslint/[email protected]":
2996+
version "8.32.0"
2997+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
2998+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
30062999

30073000
"@typescript-eslint/[email protected]":
30083001
version "8.26.1"
@@ -3018,15 +3011,19 @@
30183011
semver "^7.6.0"
30193012
ts-api-utils "^2.0.1"
30203013

3021-
"@typescript-eslint/[email protected].0":
3022-
version "7.18.0"
3023-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3024-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3014+
"@typescript-eslint/[email protected].0":
3015+
version "8.32.0"
3016+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
3017+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
30253018
dependencies:
3026-
"@eslint-community/eslint-utils" "^4.4.0"
3027-
"@typescript-eslint/scope-manager" "7.18.0"
3028-
"@typescript-eslint/types" "7.18.0"
3029-
"@typescript-eslint/typescript-estree" "7.18.0"
3019+
"@typescript-eslint/types" "8.32.0"
3020+
"@typescript-eslint/visitor-keys" "8.32.0"
3021+
debug "^4.3.4"
3022+
fast-glob "^3.3.2"
3023+
is-glob "^4.0.3"
3024+
minimatch "^9.0.4"
3025+
semver "^7.6.0"
3026+
ts-api-utils "^2.1.0"
30303027

30313028
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
30323029
version "8.26.1"
@@ -3038,13 +3035,15 @@
30383035
"@typescript-eslint/types" "8.26.1"
30393036
"@typescript-eslint/typescript-estree" "8.26.1"
30403037

3041-
"@typescript-eslint/[email protected].0":
3042-
version "7.18.0"
3043-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3044-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3038+
"@typescript-eslint/[email protected].0":
3039+
version "8.32.0"
3040+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
3041+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
30453042
dependencies:
3046-
"@typescript-eslint/types" "7.18.0"
3047-
eslint-visitor-keys "^3.4.3"
3043+
"@eslint-community/eslint-utils" "^4.7.0"
3044+
"@typescript-eslint/scope-manager" "8.32.0"
3045+
"@typescript-eslint/types" "8.32.0"
3046+
"@typescript-eslint/typescript-estree" "8.32.0"
30483047

30493048
"@typescript-eslint/[email protected]":
30503049
version "8.26.1"
@@ -3054,6 +3053,14 @@
30543053
"@typescript-eslint/types" "8.26.1"
30553054
eslint-visitor-keys "^4.2.0"
30563055

3056+
"@typescript-eslint/[email protected]":
3057+
version "8.32.0"
3058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
3059+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
3060+
dependencies:
3061+
"@typescript-eslint/types" "8.32.0"
3062+
eslint-visitor-keys "^4.2.0"
3063+
30573064
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
30583065
version "1.14.1"
30593066
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
@@ -3474,11 +3481,6 @@ array-timsort@^1.0.3:
34743481
resolved "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
34753482
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
34763483

3477-
array-union@^2.1.0:
3478-
version "2.1.0"
3479-
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3480-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3481-
34823484
array-union@^3.0.1:
34833485
version "3.0.1"
34843486
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5385,7 +5387,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
53855387
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
53865388
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
53875389

5388-
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
5390+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
53895391
version "3.3.3"
53905392
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
53915393
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5904,18 +5906,6 @@ globals@^15.9.0:
59045906
resolved "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
59055907
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
59065908

5907-
globby@^11.1.0:
5908-
version "11.1.0"
5909-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5910-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5911-
dependencies:
5912-
array-union "^2.1.0"
5913-
dir-glob "^3.0.1"
5914-
fast-glob "^3.2.9"
5915-
ignore "^5.2.0"
5916-
merge2 "^1.4.1"
5917-
slash "^3.0.0"
5918-
59195909
globby@^12.0.2:
59205910
version "12.2.0"
59215911
resolved "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -10740,16 +10730,16 @@ treeverse@^3.0.0:
1074010730
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1074110731
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1074210732

10743-
ts-api-utils@^1.3.0:
10744-
version "1.4.3"
10745-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
10746-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
10747-
1074810733
ts-api-utils@^2.0.1:
1074910734
version "2.0.1"
1075010735
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
1075110736
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1075210737

10738+
ts-api-utils@^2.1.0:
10739+
version "2.1.0"
10740+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
10741+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
10742+
1075310743
1075410744
version "29.2.6"
1075510745
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.6.tgz#df53edf8b72fb89de032cfa310abf37582851d9a"

0 commit comments

Comments
 (0)