Skip to content

Commit ea22945

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 9be75d7 commit ea22945

File tree

2 files changed

+25
-102
lines changed

2 files changed

+25
-102
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
"@types/jest": "30.0.0",
119119
"@types/jsonpath": "0.2.4",
120120
"@types/node": "20.14.8",
121-
"@typescript-eslint/eslint-plugin": "7.18.0",
122-
"@typescript-eslint/parser": "7.18.0",
121+
"@typescript-eslint/eslint-plugin": "8.39.1",
122+
"@typescript-eslint/parser": "8.39.1",
123123
"dotenv": "17.2.1",
124124
"eslint": "9.33.0",
125125
"eslint-config-prettier": "^10.0.0",

yarn.lock

Lines changed: 23 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@
12201220
dependencies:
12211221
tslib "^2.4.0"
12221222

1223-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.7.0":
1223+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
12241224
version "4.7.0"
12251225
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
12261226
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -3060,30 +3060,30 @@
30603060
dependencies:
30613061
"@types/yargs-parser" "*"
30623062

3063-
"@typescript-eslint/eslint-plugin@7.18.0":
3064-
version "7.18.0"
3065-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
3066-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
3063+
"@typescript-eslint/eslint-plugin@8.39.1":
3064+
version "8.39.1"
3065+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.1.tgz#28dffcb5272d20afe250bfeec3173263db5528a0"
3066+
integrity sha512-yYegZ5n3Yr6eOcqgj2nJH8cH/ZZgF+l0YIdKILSDjYFRjgYQMgv/lRjV5Z7Up04b9VYUondt8EPMqg7kTWgJ2g==
30673067
dependencies:
30683068
"@eslint-community/regexpp" "^4.10.0"
3069-
"@typescript-eslint/scope-manager" "7.18.0"
3070-
"@typescript-eslint/type-utils" "7.18.0"
3071-
"@typescript-eslint/utils" "7.18.0"
3072-
"@typescript-eslint/visitor-keys" "7.18.0"
3069+
"@typescript-eslint/scope-manager" "8.39.1"
3070+
"@typescript-eslint/type-utils" "8.39.1"
3071+
"@typescript-eslint/utils" "8.39.1"
3072+
"@typescript-eslint/visitor-keys" "8.39.1"
30733073
graphemer "^1.4.0"
3074-
ignore "^5.3.1"
3074+
ignore "^7.0.0"
30753075
natural-compare "^1.4.0"
3076-
ts-api-utils "^1.3.0"
3076+
ts-api-utils "^2.1.0"
30773077

3078-
"@typescript-eslint/parser@7.18.0":
3079-
version "7.18.0"
3080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
3081-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
3078+
"@typescript-eslint/parser@8.39.1":
3079+
version "8.39.1"
3080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.1.tgz#7f8f9ecfc7e172d67e42c366fa198e42324e5d50"
3081+
integrity sha512-pUXGCuHnnKw6PyYq93lLRiZm3vjuslIy7tus1lIQTYVK9bL8XBgJnCWm8a0KcTtHC84Yya1Q6rtll+duSMj0dg==
30823082
dependencies:
3083-
"@typescript-eslint/scope-manager" "7.18.0"
3084-
"@typescript-eslint/types" "7.18.0"
3085-
"@typescript-eslint/typescript-estree" "7.18.0"
3086-
"@typescript-eslint/visitor-keys" "7.18.0"
3083+
"@typescript-eslint/scope-manager" "8.39.1"
3084+
"@typescript-eslint/types" "8.39.1"
3085+
"@typescript-eslint/typescript-estree" "8.39.1"
3086+
"@typescript-eslint/visitor-keys" "8.39.1"
30873087
debug "^4.3.4"
30883088

30893089
"@typescript-eslint/[email protected]":
@@ -3095,14 +3095,6 @@
30953095
"@typescript-eslint/types" "^8.39.1"
30963096
debug "^4.3.4"
30973097

3098-
"@typescript-eslint/[email protected]":
3099-
version "7.18.0"
3100-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
3101-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
3102-
dependencies:
3103-
"@typescript-eslint/types" "7.18.0"
3104-
"@typescript-eslint/visitor-keys" "7.18.0"
3105-
31063098
"@typescript-eslint/[email protected]":
31073099
version "8.39.1"
31083100
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.1.tgz#1253fe3e1f2f33f08a3e438a05b5dd7faf9fbca6"
@@ -3116,17 +3108,7 @@
31163108
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.1.tgz#17f13b4ad481e7bec7c249ee1854078645b34b12"
31173109
integrity sha512-ePUPGVtTMR8XMU2Hee8kD0Pu4NDE1CN9Q1sxGSGd/mbOtGZDM7pnhXNJnzW63zk/q+Z54zVzj44HtwXln5CvHA==
31183110

3119-
"@typescript-eslint/[email protected]":
3120-
version "7.18.0"
3121-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
3122-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
3123-
dependencies:
3124-
"@typescript-eslint/typescript-estree" "7.18.0"
3125-
"@typescript-eslint/utils" "7.18.0"
3126-
debug "^4.3.4"
3127-
ts-api-utils "^1.3.0"
3128-
3129-
"@typescript-eslint/type-utils@^8.0.0":
3111+
"@typescript-eslint/[email protected]", "@typescript-eslint/type-utils@^8.0.0":
31303112
version "8.39.1"
31313113
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.1.tgz#642f9fb96173649e2928fea0375b1d74d31906c2"
31323114
integrity sha512-gu9/ahyatyAdQbKeHnhT4R+y3YLtqqHyvkfDxaBYk97EcbfChSJXyaJnIL3ygUv7OuZatePHmQvuH5ru0lnVeA==
@@ -3137,30 +3119,11 @@
31373119
debug "^4.3.4"
31383120
ts-api-utils "^2.1.0"
31393121

3140-
"@typescript-eslint/[email protected]":
3141-
version "7.18.0"
3142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
3143-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
3144-
31453122
"@typescript-eslint/[email protected]", "@typescript-eslint/types@^8.39.1":
31463123
version "8.39.1"
31473124
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.1.tgz#f0ab996c8ab2c3b046bbf86bb1990b03529869a1"
31483125
integrity sha512-7sPDKQQp+S11laqTrhHqeAbsCfMkwJMrV7oTDvtDds4mEofJYir414bYKUEb8YPUm9QL3U+8f6L6YExSoAGdQw==
31493126

3150-
"@typescript-eslint/[email protected]":
3151-
version "7.18.0"
3152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
3153-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
3154-
dependencies:
3155-
"@typescript-eslint/types" "7.18.0"
3156-
"@typescript-eslint/visitor-keys" "7.18.0"
3157-
debug "^4.3.4"
3158-
globby "^11.1.0"
3159-
is-glob "^4.0.3"
3160-
minimatch "^9.0.4"
3161-
semver "^7.6.0"
3162-
ts-api-utils "^1.3.0"
3163-
31643127
"@typescript-eslint/[email protected]":
31653128
version "8.39.1"
31663129
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.1.tgz#8825d3ea7ea2144c577859ae489eec24ef7318a5"
@@ -3177,16 +3140,6 @@
31773140
semver "^7.6.0"
31783141
ts-api-utils "^2.1.0"
31793142

3180-
"@typescript-eslint/[email protected]":
3181-
version "7.18.0"
3182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3183-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3184-
dependencies:
3185-
"@eslint-community/eslint-utils" "^4.4.0"
3186-
"@typescript-eslint/scope-manager" "7.18.0"
3187-
"@typescript-eslint/types" "7.18.0"
3188-
"@typescript-eslint/typescript-estree" "7.18.0"
3189-
31903143
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
31913144
version "8.39.1"
31923145
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.1.tgz#58a834f89f93b786ada2cd14d77fa63c3c8f408b"
@@ -3197,14 +3150,6 @@
31973150
"@typescript-eslint/types" "8.39.1"
31983151
"@typescript-eslint/typescript-estree" "8.39.1"
31993152

3200-
"@typescript-eslint/[email protected]":
3201-
version "7.18.0"
3202-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3203-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3204-
dependencies:
3205-
"@typescript-eslint/types" "7.18.0"
3206-
eslint-visitor-keys "^3.4.3"
3207-
32083153
"@typescript-eslint/[email protected]":
32093154
version "8.39.1"
32103155
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.1.tgz#a467742a98f2fa3c03d7bed4979dc0db3850a77a"
@@ -3705,11 +3650,6 @@ array-timsort@^1.0.3:
37053650
resolved "https://registry.yarnpkg.com/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
37063651
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
37073652

3708-
array-union@^2.1.0:
3709-
version "2.1.0"
3710-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3711-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3712-
37133653
array-union@^3.0.1:
37143654
version "3.0.1"
37153655
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5559,7 +5499,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
55595499
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
55605500
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
55615501

5562-
fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
5502+
fast-glob@^3.2.7, fast-glob@^3.3.2, fast-glob@^3.3.3:
55635503
version "3.3.3"
55645504
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
55655505
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -6081,18 +6021,6 @@ globals@^15.9.0:
60816021
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
60826022
integrity sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==
60836023

6084-
globby@^11.1.0:
6085-
version "11.1.0"
6086-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
6087-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
6088-
dependencies:
6089-
array-union "^2.1.0"
6090-
dir-glob "^3.0.1"
6091-
fast-glob "^3.2.9"
6092-
ignore "^5.2.0"
6093-
merge2 "^1.4.1"
6094-
slash "^3.0.0"
6095-
60966024
globby@^12.0.2:
60976025
version "12.2.0"
60986026
resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"
@@ -6369,12 +6297,12 @@ ignore-walk@^7.0.0:
63696297
dependencies:
63706298
minimatch "^9.0.0"
63716299

6372-
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0, ignore@^5.3.1:
6300+
ignore@^5.0.4, ignore@^5.1.9, ignore@^5.2.0:
63736301
version "5.3.2"
63746302
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
63756303
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
63766304

6377-
ignore@^7.0.3:
6305+
ignore@^7.0.0, ignore@^7.0.3:
63786306
version "7.0.5"
63796307
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
63806308
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -10905,11 +10833,6 @@ treeverse@^3.0.0:
1090510833
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
1090610834
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
1090710835

10908-
ts-api-utils@^1.3.0:
10909-
version "1.4.3"
10910-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
10911-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
10912-
1091310836
ts-api-utils@^2.1.0:
1091410837
version "2.1.0"
1091510838
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"

0 commit comments

Comments
 (0)