Skip to content

Commit 4683a05

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 11a2df5 commit 4683a05

File tree

2 files changed

+67
-89
lines changed

2 files changed

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

yarn.lock

+65-87
Original file line numberDiff line numberDiff line change
@@ -2895,40 +2895,32 @@
28952895
dependencies:
28962896
"@types/yargs-parser" "*"
28972897

2898-
"@typescript-eslint/eslint-plugin@7.18.0":
2899-
version "7.18.0"
2900-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2901-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
2898+
"@typescript-eslint/eslint-plugin@8.29.1":
2899+
version "8.29.1"
2900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.29.1.tgz#593639d9bb5239b2d877d65757b7e2c9100a2e84"
2901+
integrity sha512-ba0rr4Wfvg23vERs3eB+P3lfj2E+2g3lhWcCVukUuhtcdUx5lSIFZlGFEBHKr+3zizDa/TvZTptdNHVZWAkSBg==
29022902
dependencies:
29032903
"@eslint-community/regexpp" "^4.10.0"
2904-
"@typescript-eslint/scope-manager" "7.18.0"
2905-
"@typescript-eslint/type-utils" "7.18.0"
2906-
"@typescript-eslint/utils" "7.18.0"
2907-
"@typescript-eslint/visitor-keys" "7.18.0"
2904+
"@typescript-eslint/scope-manager" "8.29.1"
2905+
"@typescript-eslint/type-utils" "8.29.1"
2906+
"@typescript-eslint/utils" "8.29.1"
2907+
"@typescript-eslint/visitor-keys" "8.29.1"
29082908
graphemer "^1.4.0"
29092909
ignore "^5.3.1"
29102910
natural-compare "^1.4.0"
2911-
ts-api-utils "^1.3.0"
2911+
ts-api-utils "^2.0.1"
29122912

2913-
"@typescript-eslint/parser@7.18.0":
2914-
version "7.18.0"
2915-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
2916-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
2913+
"@typescript-eslint/parser@8.29.1":
2914+
version "8.29.1"
2915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.29.1.tgz#10bf37411be0a199c27b6515726e22fe8d3df8d0"
2916+
integrity sha512-zczrHVEqEaTwh12gWBIJWj8nx+ayDcCJs06yoNMY0kwjMWDM6+kppljY+BxWI06d2Ja+h4+WdufDcwMnnMEWmg==
29172917
dependencies:
2918-
"@typescript-eslint/scope-manager" "7.18.0"
2919-
"@typescript-eslint/types" "7.18.0"
2920-
"@typescript-eslint/typescript-estree" "7.18.0"
2921-
"@typescript-eslint/visitor-keys" "7.18.0"
2918+
"@typescript-eslint/scope-manager" "8.29.1"
2919+
"@typescript-eslint/types" "8.29.1"
2920+
"@typescript-eslint/typescript-estree" "8.29.1"
2921+
"@typescript-eslint/visitor-keys" "8.29.1"
29222922
debug "^4.3.4"
29232923

2924-
"@typescript-eslint/[email protected]":
2925-
version "7.18.0"
2926-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2927-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
2928-
dependencies:
2929-
"@typescript-eslint/types" "7.18.0"
2930-
"@typescript-eslint/visitor-keys" "7.18.0"
2931-
29322924
"@typescript-eslint/[email protected]":
29332925
version "8.26.1"
29342926
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
@@ -2937,15 +2929,23 @@
29372929
"@typescript-eslint/types" "8.26.1"
29382930
"@typescript-eslint/visitor-keys" "8.26.1"
29392931

2940-
"@typescript-eslint/[email protected]":
2941-
version "7.18.0"
2942-
resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2943-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2932+
"@typescript-eslint/[email protected]":
2933+
version "8.29.1"
2934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.29.1.tgz#cfdfd4144f20c38b9d3e430efd6480e297ef52f6"
2935+
integrity sha512-2nggXGX5F3YrsGN08pw4XpMLO1Rgtnn4AzTegC2MDesv6q3QaTU5yU7IbS1tf1IwCR0Hv/1EFygLn9ms6LIpDA==
2936+
dependencies:
2937+
"@typescript-eslint/types" "8.29.1"
2938+
"@typescript-eslint/visitor-keys" "8.29.1"
2939+
2940+
"@typescript-eslint/[email protected]":
2941+
version "8.29.1"
2942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.29.1.tgz#653dfff5c1711bc920a6a46a5a2c274899f00179"
2943+
integrity sha512-DkDUSDwZVCYN71xA4wzySqqcZsHKic53A4BLqmrWFFpOpNSoxX233lwGu/2135ymTCR04PoKiEEEvN1gFYg4Tw==
29442944
dependencies:
2945-
"@typescript-eslint/typescript-estree" "7.18.0"
2946-
"@typescript-eslint/utils" "7.18.0"
2945+
"@typescript-eslint/typescript-estree" "8.29.1"
2946+
"@typescript-eslint/utils" "8.29.1"
29472947
debug "^4.3.4"
2948-
ts-api-utils "^1.3.0"
2948+
ts-api-utils "^2.0.1"
29492949

29502950
"@typescript-eslint/type-utils@^8.0.0":
29512951
version "8.26.1"
@@ -2957,29 +2957,15 @@
29572957
debug "^4.3.4"
29582958
ts-api-utils "^2.0.1"
29592959

2960-
"@typescript-eslint/[email protected]":
2961-
version "7.18.0"
2962-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2963-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
2964-
29652960
"@typescript-eslint/[email protected]":
29662961
version "8.26.1"
29672962
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
29682963
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
29692964

2970-
"@typescript-eslint/[email protected]":
2971-
version "7.18.0"
2972-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2973-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2974-
dependencies:
2975-
"@typescript-eslint/types" "7.18.0"
2976-
"@typescript-eslint/visitor-keys" "7.18.0"
2977-
debug "^4.3.4"
2978-
globby "^11.1.0"
2979-
is-glob "^4.0.3"
2980-
minimatch "^9.0.4"
2981-
semver "^7.6.0"
2982-
ts-api-utils "^1.3.0"
2965+
"@typescript-eslint/[email protected]":
2966+
version "8.29.1"
2967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.29.1.tgz#984ed1283fedbfb41d3993a9abdcb7b299971500"
2968+
integrity sha512-VT7T1PuJF1hpYC3AGm2rCgJBjHL3nc+A/bhOp9sGMKfi5v0WufsX/sHCFBfNTx2F+zA6qBc/PD0/kLRLjdt8mQ==
29832969

29842970
"@typescript-eslint/[email protected]":
29852971
version "8.26.1"
@@ -2995,15 +2981,19 @@
29952981
semver "^7.6.0"
29962982
ts-api-utils "^2.0.1"
29972983

2998-
"@typescript-eslint/[email protected]":
2999-
version "7.18.0"
3000-
resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3001-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
2984+
"@typescript-eslint/[email protected]":
2985+
version "8.29.1"
2986+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.29.1.tgz#4ac085665ed5390d11c0e3426427978570e3b747"
2987+
integrity sha512-l1enRoSaUkQxOQnbi0KPUtqeZkSiFlqrx9/3ns2rEDhGKfTa+88RmXqedC1zmVTOWrLc2e6DEJrTA51C9iLH5g==
30022988
dependencies:
3003-
"@eslint-community/eslint-utils" "^4.4.0"
3004-
"@typescript-eslint/scope-manager" "7.18.0"
3005-
"@typescript-eslint/types" "7.18.0"
3006-
"@typescript-eslint/typescript-estree" "7.18.0"
2989+
"@typescript-eslint/types" "8.29.1"
2990+
"@typescript-eslint/visitor-keys" "8.29.1"
2991+
debug "^4.3.4"
2992+
fast-glob "^3.3.2"
2993+
is-glob "^4.0.3"
2994+
minimatch "^9.0.4"
2995+
semver "^7.6.0"
2996+
ts-api-utils "^2.0.1"
30072997

30082998
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
30092999
version "8.26.1"
@@ -3015,13 +3005,15 @@
30153005
"@typescript-eslint/types" "8.26.1"
30163006
"@typescript-eslint/typescript-estree" "8.26.1"
30173007

3018-
"@typescript-eslint/[email protected]":
3019-
version "7.18.0"
3020-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3021-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3008+
"@typescript-eslint/[email protected]":
3009+
version "8.29.1"
3010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.29.1.tgz#3d206c8c8def3527a8eb0588e94e3e60f7e167c9"
3011+
integrity sha512-QAkFEbytSaB8wnmB+DflhUPz6CLbFWE2SnSCrRMEa+KnXIzDYbpsn++1HGvnfAsUY44doDXmvRkO5shlM/3UfA==
30223012
dependencies:
3023-
"@typescript-eslint/types" "7.18.0"
3024-
eslint-visitor-keys "^3.4.3"
3013+
"@eslint-community/eslint-utils" "^4.4.0"
3014+
"@typescript-eslint/scope-manager" "8.29.1"
3015+
"@typescript-eslint/types" "8.29.1"
3016+
"@typescript-eslint/typescript-estree" "8.29.1"
30253017

30263018
"@typescript-eslint/[email protected]":
30273019
version "8.26.1"
@@ -3031,6 +3023,14 @@
30313023
"@typescript-eslint/types" "8.26.1"
30323024
eslint-visitor-keys "^4.2.0"
30333025

3026+
"@typescript-eslint/[email protected]":
3027+
version "8.29.1"
3028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.29.1.tgz#9b74e5098c71138d42bbf2178fbe4dfad45d6b9a"
3029+
integrity sha512-RGLh5CRaUEf02viP5c1Vh1cMGffQscyHe7HPAzGpfmfflFg1wUz2rYxd+OZqwpeypYvZ8UxSxuIpF++fmOzEcg==
3030+
dependencies:
3031+
"@typescript-eslint/types" "8.29.1"
3032+
eslint-visitor-keys "^4.2.0"
3033+
30343034
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.14.1":
30353035
version "1.14.1"
30363036
resolved "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
@@ -3436,11 +3436,6 @@ array-timsort@^1.0.3:
34363436
resolved "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
34373437
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
34383438

3439-
array-union@^2.1.0:
3440-
version "2.1.0"
3441-
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3442-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3443-
34443439
array-union@^3.0.1:
34453440
version "3.0.1"
34463441
resolved "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5268,7 +5263,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
52685263
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
52695264
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
52705265

5271-
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:
5266+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
52725267
version "3.3.3"
52735268
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
52745269
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5755,18 +5750,6 @@ globals@^15.9.0:
57555750
resolved "https://registry.npmjs.org/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
57565751
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
57575752

5758-
globby@^11.1.0:
5759-
version "11.1.0"
5760-
resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5761-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5762-
dependencies:
5763-
array-union "^2.1.0"
5764-
dir-glob "^3.0.1"
5765-
fast-glob "^3.2.9"
5766-
ignore "^5.2.0"
5767-
merge2 "^1.4.1"
5768-
slash "^3.0.0"
5769-
57705753
globby@^12.0.2:
57715754
version "12.2.0"
57725755
resolved "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -10493,11 +10476,6 @@ treeverse@^3.0.0:
1049310476
resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1049410477
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1049510478

10496-
ts-api-utils@^1.3.0:
10497-
version "1.4.3"
10498-
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
10499-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
10500-
1050110479
ts-api-utils@^2.0.1:
1050210480
version "2.0.1"
1050310481
resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"

0 commit comments

Comments
 (0)