Skip to content

Commit 19b750f

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 2d93cd2 commit 19b750f

File tree

2 files changed

+72
-84
lines changed

2 files changed

+72
-84
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.14",
123123
"@types/node": "18.19.74",
124-
"@typescript-eslint/eslint-plugin": "7.18.0",
125-
"@typescript-eslint/parser": "7.18.0",
124+
"@typescript-eslint/eslint-plugin": "8.24.1",
125+
"@typescript-eslint/parser": "8.24.1",
126126
"dotenv": "16.4.7",
127127
"eslint": "9.19.0",
128128
"eslint-config-prettier": "^10.0.0",

yarn.lock

+70-82
Original file line numberDiff line numberDiff line change
@@ -2917,40 +2917,32 @@
29172917
dependencies:
29182918
"@types/yargs-parser" "*"
29192919

2920-
"@typescript-eslint/eslint-plugin@7.18.0":
2921-
version "7.18.0"
2922-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2923-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2920+
"@typescript-eslint/eslint-plugin@8.24.1":
2921+
version "8.24.1"
2922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.24.1.tgz#d104c2a6212304c649105b18af2c110b4a1dd4ae"
2923+
integrity sha512-ll1StnKtBigWIGqvYDVuDmXJHVH4zLVot1yQ4fJtLpL7qacwkxJc1T0bptqw+miBQ/QfUbhl1TcQ4accW5KUyA==
29242924
dependencies:
29252925
"@eslint-community/regexpp" "^4.10.0"
2926-
"@typescript-eslint/scope-manager" "7.18.0"
2927-
"@typescript-eslint/type-utils" "7.18.0"
2928-
"@typescript-eslint/utils" "7.18.0"
2929-
"@typescript-eslint/visitor-keys" "7.18.0"
2926+
"@typescript-eslint/scope-manager" "8.24.1"
2927+
"@typescript-eslint/type-utils" "8.24.1"
2928+
"@typescript-eslint/utils" "8.24.1"
2929+
"@typescript-eslint/visitor-keys" "8.24.1"
29302930
graphemer "^1.4.0"
29312931
ignore "^5.3.1"
29322932
natural-compare "^1.4.0"
2933-
ts-api-utils "^1.3.0"
2933+
ts-api-utils "^2.0.1"
29342934

2935-
"@typescript-eslint/parser@7.18.0":
2936-
version "7.18.0"
2937-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
2938-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
2935+
"@typescript-eslint/parser@8.24.1":
2936+
version "8.24.1"
2937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.24.1.tgz#67965c2d2ddd7eadb2f094c395695db8334ef9a2"
2938+
integrity sha512-Tqoa05bu+t5s8CTZFaGpCH2ub3QeT9YDkXbPd3uQ4SfsLoh1/vv2GEYAioPoxCWJJNsenXlC88tRjwoHNts1oQ==
29392939
dependencies:
2940-
"@typescript-eslint/scope-manager" "7.18.0"
2941-
"@typescript-eslint/types" "7.18.0"
2942-
"@typescript-eslint/typescript-estree" "7.18.0"
2943-
"@typescript-eslint/visitor-keys" "7.18.0"
2940+
"@typescript-eslint/scope-manager" "8.24.1"
2941+
"@typescript-eslint/types" "8.24.1"
2942+
"@typescript-eslint/typescript-estree" "8.24.1"
2943+
"@typescript-eslint/visitor-keys" "8.24.1"
29442944
debug "^4.3.4"
29452945

2946-
"@typescript-eslint/[email protected]":
2947-
version "7.18.0"
2948-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2949-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2950-
dependencies:
2951-
"@typescript-eslint/types" "7.18.0"
2952-
"@typescript-eslint/visitor-keys" "7.18.0"
2953-
29542946
"@typescript-eslint/[email protected]":
29552947
version "8.11.0"
29562948
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
@@ -2959,15 +2951,23 @@
29592951
"@typescript-eslint/types" "8.11.0"
29602952
"@typescript-eslint/visitor-keys" "8.11.0"
29612953

2962-
"@typescript-eslint/[email protected]":
2963-
version "7.18.0"
2964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2965-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2954+
"@typescript-eslint/[email protected]":
2955+
version "8.24.1"
2956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.24.1.tgz#1e1e76ec4560aa85077ab36deb9b2bead4ae124e"
2957+
integrity sha512-OdQr6BNBzwRjNEXMQyaGyZzgg7wzjYKfX2ZBV3E04hUCBDv3GQCHiz9RpqdUIiVrMgJGkXm3tcEh4vFSHreS2Q==
2958+
dependencies:
2959+
"@typescript-eslint/types" "8.24.1"
2960+
"@typescript-eslint/visitor-keys" "8.24.1"
2961+
2962+
"@typescript-eslint/[email protected]":
2963+
version "8.24.1"
2964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.24.1.tgz#99113e1df63d1571309d87eef68967344c78dd65"
2965+
integrity sha512-/Do9fmNgCsQ+K4rCz0STI7lYB4phTtEXqqCAs3gZW0pnK7lWNkvWd5iW545GSmApm4AzmQXmSqXPO565B4WVrw==
29662966
dependencies:
2967-
"@typescript-eslint/typescript-estree" "7.18.0"
2968-
"@typescript-eslint/utils" "7.18.0"
2967+
"@typescript-eslint/typescript-estree" "8.24.1"
2968+
"@typescript-eslint/utils" "8.24.1"
29692969
debug "^4.3.4"
2970-
ts-api-utils "^1.3.0"
2970+
ts-api-utils "^2.0.1"
29712971

29722972
"@typescript-eslint/type-utils@^8.0.0":
29732973
version "8.11.0"
@@ -2979,29 +2979,15 @@
29792979
debug "^4.3.4"
29802980
ts-api-utils "^1.3.0"
29812981

2982-
"@typescript-eslint/[email protected]":
2983-
version "7.18.0"
2984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2985-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2986-
29872982
"@typescript-eslint/[email protected]":
29882983
version "8.11.0"
29892984
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8"
29902985
integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==
29912986

2992-
"@typescript-eslint/[email protected]":
2993-
version "7.18.0"
2994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2995-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2996-
dependencies:
2997-
"@typescript-eslint/types" "7.18.0"
2998-
"@typescript-eslint/visitor-keys" "7.18.0"
2999-
debug "^4.3.4"
3000-
globby "^11.1.0"
3001-
is-glob "^4.0.3"
3002-
minimatch "^9.0.4"
3003-
semver "^7.6.0"
3004-
ts-api-utils "^1.3.0"
2987+
"@typescript-eslint/[email protected]":
2988+
version "8.24.1"
2989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.24.1.tgz#8777a024f3afc4ace5e48f9a804309c6dd38f95a"
2990+
integrity sha512-9kqJ+2DkUXiuhoiYIUvIYjGcwle8pcPpdlfkemGvTObzgmYfJ5d0Qm6jwb4NBXP9W1I5tss0VIAnWFumz3mC5A==
30052991

30062992
"@typescript-eslint/[email protected]":
30072993
version "8.11.0"
@@ -3017,15 +3003,19 @@
30173003
semver "^7.6.0"
30183004
ts-api-utils "^1.3.0"
30193005

3020-
"@typescript-eslint/[email protected]":
3021-
version "7.18.0"
3022-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3023-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3006+
"@typescript-eslint/[email protected]":
3007+
version "8.24.1"
3008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.24.1.tgz#3bb479401f8bd471b3c6dd3db89e7256977c54db"
3009+
integrity sha512-UPyy4MJ/0RE648DSKQe9g0VDSehPINiejjA6ElqnFaFIhI6ZEiZAkUI0D5MCk0bQcTf/LVqZStvQ6K4lPn/BRg==
30243010
dependencies:
3025-
"@eslint-community/eslint-utils" "^4.4.0"
3026-
"@typescript-eslint/scope-manager" "7.18.0"
3027-
"@typescript-eslint/types" "7.18.0"
3028-
"@typescript-eslint/typescript-estree" "7.18.0"
3011+
"@typescript-eslint/types" "8.24.1"
3012+
"@typescript-eslint/visitor-keys" "8.24.1"
3013+
debug "^4.3.4"
3014+
fast-glob "^3.3.2"
3015+
is-glob "^4.0.3"
3016+
minimatch "^9.0.4"
3017+
semver "^7.6.0"
3018+
ts-api-utils "^2.0.1"
30293019

30303020
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
30313021
version "8.11.0"
@@ -3037,13 +3027,15 @@
30373027
"@typescript-eslint/types" "8.11.0"
30383028
"@typescript-eslint/typescript-estree" "8.11.0"
30393029

3040-
"@typescript-eslint/[email protected]":
3041-
version "7.18.0"
3042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3043-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3030+
"@typescript-eslint/[email protected]":
3031+
version "8.24.1"
3032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.24.1.tgz#08d14eac33cfb3456feeee5a275b8ad3349e52ed"
3033+
integrity sha512-OOcg3PMMQx9EXspId5iktsI3eMaXVwlhC8BvNnX6B5w9a4dVgpkQZuU8Hy67TolKcl+iFWq0XX+jbDGN4xWxjQ==
30443034
dependencies:
3045-
"@typescript-eslint/types" "7.18.0"
3046-
eslint-visitor-keys "^3.4.3"
3035+
"@eslint-community/eslint-utils" "^4.4.0"
3036+
"@typescript-eslint/scope-manager" "8.24.1"
3037+
"@typescript-eslint/types" "8.24.1"
3038+
"@typescript-eslint/typescript-estree" "8.24.1"
30473039

30483040
"@typescript-eslint/[email protected]":
30493041
version "8.11.0"
@@ -3053,6 +3045,14 @@
30533045
"@typescript-eslint/types" "8.11.0"
30543046
eslint-visitor-keys "^3.4.3"
30553047

3048+
"@typescript-eslint/[email protected]":
3049+
version "8.24.1"
3050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.24.1.tgz#8bdfe47a89195344b34eb21ef61251562148202b"
3051+
integrity sha512-EwVHlp5l+2vp8CoqJm9KikPZgi3gbdZAtabKT9KPShGeOcJhsv4Zdo3oc8T8I0uKEmYoU4ItyxbptjF08enaxg==
3052+
dependencies:
3053+
"@typescript-eslint/types" "8.24.1"
3054+
eslint-visitor-keys "^4.2.0"
3055+
30563056
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
30573057
version "1.11.6"
30583058
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"
@@ -3485,11 +3485,6 @@ array-timsort@^1.0.3:
34853485
resolved "https://registry.yarnpkg.com/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
34863486
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
34873487

3488-
array-union@^2.1.0:
3489-
version "2.1.0"
3490-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3491-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3492-
34933488
array-union@^3.0.1:
34943489
version "3.0.1"
34953490
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5421,7 +5416,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
54215416
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
54225417
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
54235418

5424-
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2:
5419+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2:
54255420
version "3.3.2"
54265421
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
54275422
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -5934,18 +5929,6 @@ globals@^15.9.0:
59345929
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
59355930
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
59365931

5937-
globby@^11.1.0:
5938-
version "11.1.0"
5939-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5940-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5941-
dependencies:
5942-
array-union "^2.1.0"
5943-
dir-glob "^3.0.1"
5944-
fast-glob "^3.2.9"
5945-
ignore "^5.2.0"
5946-
merge2 "^1.4.1"
5947-
slash "^3.0.0"
5948-
59495932
globby@^12.0.2:
59505933
version "12.2.0"
59515934
resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -10522,6 +10505,11 @@ ts-api-utils@^1.3.0:
1052210505
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
1052310506
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
1052410507

10508+
ts-api-utils@^2.0.1:
10509+
version "2.0.1"
10510+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
10511+
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
10512+
1052510513
1052610514
version "29.2.5"
1052710515
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.2.5.tgz#591a3c108e1f5ebd013d3152142cb5472b399d63"

0 commit comments

Comments
 (0)