Skip to content

Commit b391e13

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 3a47c60 commit b391e13

File tree

2 files changed

+21
-98
lines changed

2 files changed

+21
-98
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": "18.19.80",
124-
"@typescript-eslint/eslint-plugin": "7.18.0",
125-
"@typescript-eslint/parser": "7.18.0",
124+
"@typescript-eslint/eslint-plugin": "8.26.1",
125+
"@typescript-eslint/parser": "8.26.1",
126126
"dotenv": "16.4.7",
127127
"eslint": "9.19.0",
128128
"eslint-config-prettier": "^10.0.0",

yarn.lock

+19-96
Original file line numberDiff line numberDiff line change
@@ -2880,40 +2880,32 @@
28802880
dependencies:
28812881
"@types/yargs-parser" "*"
28822882

2883-
"@typescript-eslint/eslint-plugin@7.18.0":
2884-
version "7.18.0"
2885-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2886-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2883+
"@typescript-eslint/eslint-plugin@8.26.1":
2884+
version "8.26.1"
2885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
2886+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
28872887
dependencies:
28882888
"@eslint-community/regexpp" "^4.10.0"
2889-
"@typescript-eslint/scope-manager" "7.18.0"
2890-
"@typescript-eslint/type-utils" "7.18.0"
2891-
"@typescript-eslint/utils" "7.18.0"
2892-
"@typescript-eslint/visitor-keys" "7.18.0"
2889+
"@typescript-eslint/scope-manager" "8.26.1"
2890+
"@typescript-eslint/type-utils" "8.26.1"
2891+
"@typescript-eslint/utils" "8.26.1"
2892+
"@typescript-eslint/visitor-keys" "8.26.1"
28932893
graphemer "^1.4.0"
28942894
ignore "^5.3.1"
28952895
natural-compare "^1.4.0"
2896-
ts-api-utils "^1.3.0"
2896+
ts-api-utils "^2.0.1"
28972897

2898-
"@typescript-eslint/parser@7.18.0":
2899-
version "7.18.0"
2900-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
2901-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
2898+
"@typescript-eslint/parser@8.26.1":
2899+
version "8.26.1"
2900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
2901+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
29022902
dependencies:
2903-
"@typescript-eslint/scope-manager" "7.18.0"
2904-
"@typescript-eslint/types" "7.18.0"
2905-
"@typescript-eslint/typescript-estree" "7.18.0"
2906-
"@typescript-eslint/visitor-keys" "7.18.0"
2903+
"@typescript-eslint/scope-manager" "8.26.1"
2904+
"@typescript-eslint/types" "8.26.1"
2905+
"@typescript-eslint/typescript-estree" "8.26.1"
2906+
"@typescript-eslint/visitor-keys" "8.26.1"
29072907
debug "^4.3.4"
29082908

2909-
"@typescript-eslint/[email protected]":
2910-
version "7.18.0"
2911-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2912-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2913-
dependencies:
2914-
"@typescript-eslint/types" "7.18.0"
2915-
"@typescript-eslint/visitor-keys" "7.18.0"
2916-
29172909
"@typescript-eslint/[email protected]":
29182910
version "8.26.1"
29192911
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
@@ -2922,17 +2914,7 @@
29222914
"@typescript-eslint/types" "8.26.1"
29232915
"@typescript-eslint/visitor-keys" "8.26.1"
29242916

2925-
"@typescript-eslint/[email protected]":
2926-
version "7.18.0"
2927-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2928-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2929-
dependencies:
2930-
"@typescript-eslint/typescript-estree" "7.18.0"
2931-
"@typescript-eslint/utils" "7.18.0"
2932-
debug "^4.3.4"
2933-
ts-api-utils "^1.3.0"
2934-
2935-
"@typescript-eslint/type-utils@^8.0.0":
2917+
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^8.0.0":
29362918
version "8.26.1"
29372919
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
29382920
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
@@ -2942,30 +2924,11 @@
29422924
debug "^4.3.4"
29432925
ts-api-utils "^2.0.1"
29442926

2945-
"@typescript-eslint/[email protected]":
2946-
version "7.18.0"
2947-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2948-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2949-
29502927
"@typescript-eslint/[email protected]":
29512928
version "8.26.1"
29522929
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
29532930
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
29542931

2955-
"@typescript-eslint/[email protected]":
2956-
version "7.18.0"
2957-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2958-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2959-
dependencies:
2960-
"@typescript-eslint/types" "7.18.0"
2961-
"@typescript-eslint/visitor-keys" "7.18.0"
2962-
debug "^4.3.4"
2963-
globby "^11.1.0"
2964-
is-glob "^4.0.3"
2965-
minimatch "^9.0.4"
2966-
semver "^7.6.0"
2967-
ts-api-utils "^1.3.0"
2968-
29692932
"@typescript-eslint/[email protected]":
29702933
version "8.26.1"
29712934
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
@@ -2980,16 +2943,6 @@
29802943
semver "^7.6.0"
29812944
ts-api-utils "^2.0.1"
29822945

2983-
"@typescript-eslint/[email protected]":
2984-
version "7.18.0"
2985-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
2986-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
2987-
dependencies:
2988-
"@eslint-community/eslint-utils" "^4.4.0"
2989-
"@typescript-eslint/scope-manager" "7.18.0"
2990-
"@typescript-eslint/types" "7.18.0"
2991-
"@typescript-eslint/typescript-estree" "7.18.0"
2992-
29932946
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
29942947
version "8.26.1"
29952948
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
@@ -3000,14 +2953,6 @@
30002953
"@typescript-eslint/types" "8.26.1"
30012954
"@typescript-eslint/typescript-estree" "8.26.1"
30022955

3003-
"@typescript-eslint/[email protected]":
3004-
version "7.18.0"
3005-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3006-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3007-
dependencies:
3008-
"@typescript-eslint/types" "7.18.0"
3009-
eslint-visitor-keys "^3.4.3"
3010-
30112956
"@typescript-eslint/[email protected]":
30122957
version "8.26.1"
30132958
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
@@ -3421,11 +3366,6 @@ array-timsort@^1.0.3:
34213366
resolved "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
34223367
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
34233368

3424-
array-union@^2.1.0:
3425-
version "2.1.0"
3426-
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3427-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3428-
34293369
array-union@^3.0.1:
34303370
version "3.0.1"
34313371
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5262,7 +5202,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
52625202
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
52635203
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
52645204

5265-
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:
5205+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
52665206
version "3.3.3"
52675207
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
52685208
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5749,18 +5689,6 @@ globals@^15.9.0:
57495689
resolved "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
57505690
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
57515691

5752-
globby@^11.1.0:
5753-
version "11.1.0"
5754-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5755-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5756-
dependencies:
5757-
array-union "^2.1.0"
5758-
dir-glob "^3.0.1"
5759-
fast-glob "^3.2.9"
5760-
ignore "^5.2.0"
5761-
merge2 "^1.4.1"
5762-
slash "^3.0.0"
5763-
57645692
globby@^12.0.2:
57655693
version "12.2.0"
57665694
resolved "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -10341,11 +10269,6 @@ treeverse@^3.0.0:
1034110269
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1034210270
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1034310271

10344-
ts-api-utils@^1.3.0:
10345-
version "1.4.3"
10346-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
10347-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
10348-
1034910272
ts-api-utils@^2.0.1:
1035010273
version "2.0.1"
1035110274
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"

0 commit comments

Comments
 (0)