Skip to content

Commit 88fe9ea

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 36aec42 commit 88fe9ea

File tree

2 files changed

+87
-27
lines changed

2 files changed

+87
-27
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.9",
123123
"@types/node": "18.16.9",
124-
"@typescript-eslint/eslint-plugin": "^6.9.1",
125-
"@typescript-eslint/parser": "^6.9.1",
124+
"@typescript-eslint/eslint-plugin": "^8.0.0",
125+
"@typescript-eslint/parser": "^8.0.0",
126126
"dotenv": "16.4.5",
127127
"eslint": "~9.11.0",
128128
"eslint-config-prettier": "^9.0.0",

yarn.lock

+85-25
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@
13261326
dependencies:
13271327
eslint-visitor-keys "^3.3.0"
13281328

1329-
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1329+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.6.1":
13301330
version "4.11.1"
13311331
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.1.tgz#a547badfc719eb3e5f4b556325e542fbe9d7a18f"
13321332
integrity sha512-m4DVN9ZqskZoLU5GlWZadwDnYo3vAEydiUayB9widCl9ffWx2IvPnp6n3on5rJmziJSw9Bv+Z3ChDVdMwXCY8Q==
@@ -2930,32 +2930,30 @@
29302930
dependencies:
29312931
"@types/yargs-parser" "*"
29322932

2933-
"@typescript-eslint/eslint-plugin@^6.9.1":
2934-
version "6.21.0"
2935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
2936-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
2933+
"@typescript-eslint/eslint-plugin@^8.0.0":
2934+
version "8.8.1"
2935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.1.tgz#9364b756d4d78bcbdf6fd3e9345e6924c68ad371"
2936+
integrity sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==
29372937
dependencies:
2938-
"@eslint-community/regexpp" "^4.5.1"
2939-
"@typescript-eslint/scope-manager" "6.21.0"
2940-
"@typescript-eslint/type-utils" "6.21.0"
2941-
"@typescript-eslint/utils" "6.21.0"
2942-
"@typescript-eslint/visitor-keys" "6.21.0"
2943-
debug "^4.3.4"
2938+
"@eslint-community/regexpp" "^4.10.0"
2939+
"@typescript-eslint/scope-manager" "8.8.1"
2940+
"@typescript-eslint/type-utils" "8.8.1"
2941+
"@typescript-eslint/utils" "8.8.1"
2942+
"@typescript-eslint/visitor-keys" "8.8.1"
29442943
graphemer "^1.4.0"
2945-
ignore "^5.2.4"
2944+
ignore "^5.3.1"
29462945
natural-compare "^1.4.0"
2947-
semver "^7.5.4"
2948-
ts-api-utils "^1.0.1"
2946+
ts-api-utils "^1.3.0"
29492947

2950-
"@typescript-eslint/parser@^6.9.1":
2951-
version "6.21.0"
2952-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
2953-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
2948+
"@typescript-eslint/parser@^8.0.0":
2949+
version "8.8.1"
2950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.1.tgz#5952ba2a83bd52024b872f3fdc8ed2d3636073b8"
2951+
integrity sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==
29542952
dependencies:
2955-
"@typescript-eslint/scope-manager" "6.21.0"
2956-
"@typescript-eslint/types" "6.21.0"
2957-
"@typescript-eslint/typescript-estree" "6.21.0"
2958-
"@typescript-eslint/visitor-keys" "6.21.0"
2953+
"@typescript-eslint/scope-manager" "8.8.1"
2954+
"@typescript-eslint/types" "8.8.1"
2955+
"@typescript-eslint/typescript-estree" "8.8.1"
2956+
"@typescript-eslint/visitor-keys" "8.8.1"
29592957
debug "^4.3.4"
29602958

29612959
"@typescript-eslint/[email protected]":
@@ -2966,7 +2964,25 @@
29662964
"@typescript-eslint/types" "6.21.0"
29672965
"@typescript-eslint/visitor-keys" "6.21.0"
29682966

2969-
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^6.13.2":
2967+
"@typescript-eslint/[email protected]":
2968+
version "8.8.1"
2969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz#b4bea1c0785aaebfe3c4ab059edaea1c4977e7ff"
2970+
integrity sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==
2971+
dependencies:
2972+
"@typescript-eslint/types" "8.8.1"
2973+
"@typescript-eslint/visitor-keys" "8.8.1"
2974+
2975+
"@typescript-eslint/[email protected]":
2976+
version "8.8.1"
2977+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.1.tgz#31f59ec46e93a02b409fb4d406a368a59fad306e"
2978+
integrity sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==
2979+
dependencies:
2980+
"@typescript-eslint/typescript-estree" "8.8.1"
2981+
"@typescript-eslint/utils" "8.8.1"
2982+
debug "^4.3.4"
2983+
ts-api-utils "^1.3.0"
2984+
2985+
"@typescript-eslint/type-utils@^6.13.2":
29702986
version "6.21.0"
29712987
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
29722988
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
@@ -2981,6 +2997,11 @@
29812997
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
29822998
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
29832999

3000+
"@typescript-eslint/[email protected]":
3001+
version "8.8.1"
3002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.1.tgz#ebe85e0fa4a8e32a24a56adadf060103bef13bd1"
3003+
integrity sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==
3004+
29843005
"@typescript-eslint/[email protected]":
29853006
version "6.21.0"
29863007
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -2995,6 +3016,20 @@
29953016
semver "^7.5.4"
29963017
ts-api-utils "^1.0.1"
29973018

3019+
"@typescript-eslint/[email protected]":
3020+
version "8.8.1"
3021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz#34649f4e28d32ee49152193bc7dedc0e78e5d1ec"
3022+
integrity sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==
3023+
dependencies:
3024+
"@typescript-eslint/types" "8.8.1"
3025+
"@typescript-eslint/visitor-keys" "8.8.1"
3026+
debug "^4.3.4"
3027+
fast-glob "^3.3.2"
3028+
is-glob "^4.0.3"
3029+
minimatch "^9.0.4"
3030+
semver "^7.6.0"
3031+
ts-api-utils "^1.3.0"
3032+
29983033
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^6.13.2":
29993034
version "6.21.0"
30003035
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
@@ -3008,6 +3043,16 @@
30083043
"@typescript-eslint/typescript-estree" "6.21.0"
30093044
semver "^7.5.4"
30103045

3046+
"@typescript-eslint/[email protected]":
3047+
version "8.8.1"
3048+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.1.tgz#9e29480fbfa264c26946253daa72181f9f053c9d"
3049+
integrity sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==
3050+
dependencies:
3051+
"@eslint-community/eslint-utils" "^4.4.0"
3052+
"@typescript-eslint/scope-manager" "8.8.1"
3053+
"@typescript-eslint/types" "8.8.1"
3054+
"@typescript-eslint/typescript-estree" "8.8.1"
3055+
30113056
"@typescript-eslint/[email protected]":
30123057
version "6.21.0"
30133058
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
@@ -3016,6 +3061,14 @@
30163061
"@typescript-eslint/types" "6.21.0"
30173062
eslint-visitor-keys "^3.4.1"
30183063

3064+
"@typescript-eslint/[email protected]":
3065+
version "8.8.1"
3066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz#0fb1280f381149fc345dfde29f7542ff4e587fc5"
3067+
integrity sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==
3068+
dependencies:
3069+
"@typescript-eslint/types" "8.8.1"
3070+
eslint-visitor-keys "^3.4.3"
3071+
30193072
"@ungap/structured-clone@^1.2.0":
30203073
version "1.2.0"
30213074
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -6258,7 +6311,7 @@ ignore@^5.0.4, ignore@^5.1.9:
62586311
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
62596312
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
62606313

6261-
ignore@^5.2.0, ignore@^5.2.4:
6314+
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1:
62626315
version "5.3.2"
62636316
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
62646317
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
@@ -7783,6 +7836,13 @@ minimatch@^8.0.2:
77837836
dependencies:
77847837
brace-expansion "^2.0.1"
77857838

7839+
minimatch@^9.0.4:
7840+
version "9.0.5"
7841+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7842+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7843+
dependencies:
7844+
brace-expansion "^2.0.1"
7845+
77867846
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6, minimist@^1.2.8:
77877847
version "1.2.8"
77887848
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -10400,7 +10460,7 @@ treeverse@^3.0.0:
1040010460
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1040110461
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1040210462

10403-
ts-api-utils@^1.0.1:
10463+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
1040410464
version "1.3.0"
1040510465
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
1040610466
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==

0 commit comments

Comments
 (0)