Skip to content

Commit a698fbe

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent aa85ec8 commit a698fbe

File tree

2 files changed

+65
-82
lines changed

2 files changed

+65
-82
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.13",
123123
"@types/node": "18.16.9",
124-
"@typescript-eslint/eslint-plugin": "7.18.0",
125-
"@typescript-eslint/parser": "7.18.0",
124+
"@typescript-eslint/eslint-plugin": "8.12.2",
125+
"@typescript-eslint/parser": "8.12.2",
126126
"dotenv": "16.4.5",
127127
"eslint": "9.14.0",
128128
"eslint-config-prettier": "^9.0.0",

yarn.lock

+63-80
Original file line numberDiff line numberDiff line change
@@ -3052,40 +3052,32 @@
30523052
dependencies:
30533053
"@types/yargs-parser" "*"
30543054

3055-
"@typescript-eslint/eslint-plugin@7.18.0":
3056-
version "7.18.0"
3057-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
3058-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
3055+
"@typescript-eslint/eslint-plugin@8.12.2":
3056+
version "8.12.2"
3057+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1"
3058+
integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==
30593059
dependencies:
30603060
"@eslint-community/regexpp" "^4.10.0"
3061-
"@typescript-eslint/scope-manager" "7.18.0"
3062-
"@typescript-eslint/type-utils" "7.18.0"
3063-
"@typescript-eslint/utils" "7.18.0"
3064-
"@typescript-eslint/visitor-keys" "7.18.0"
3061+
"@typescript-eslint/scope-manager" "8.12.2"
3062+
"@typescript-eslint/type-utils" "8.12.2"
3063+
"@typescript-eslint/utils" "8.12.2"
3064+
"@typescript-eslint/visitor-keys" "8.12.2"
30653065
graphemer "^1.4.0"
30663066
ignore "^5.3.1"
30673067
natural-compare "^1.4.0"
30683068
ts-api-utils "^1.3.0"
30693069

3070-
"@typescript-eslint/parser@7.18.0":
3071-
version "7.18.0"
3072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
3073-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
3070+
"@typescript-eslint/parser@8.12.2":
3071+
version "8.12.2"
3072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2"
3073+
integrity sha512-MrvlXNfGPLH3Z+r7Tk+Z5moZAc0dzdVjTgUgwsdGweH7lydysQsnSww3nAmsq8blFuRD5VRlAr9YdEFw3e6PBw==
30743074
dependencies:
3075-
"@typescript-eslint/scope-manager" "7.18.0"
3076-
"@typescript-eslint/types" "7.18.0"
3077-
"@typescript-eslint/typescript-estree" "7.18.0"
3078-
"@typescript-eslint/visitor-keys" "7.18.0"
3075+
"@typescript-eslint/scope-manager" "8.12.2"
3076+
"@typescript-eslint/types" "8.12.2"
3077+
"@typescript-eslint/typescript-estree" "8.12.2"
3078+
"@typescript-eslint/visitor-keys" "8.12.2"
30793079
debug "^4.3.4"
30803080

3081-
"@typescript-eslint/[email protected]":
3082-
version "7.18.0"
3083-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
3084-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
3085-
dependencies:
3086-
"@typescript-eslint/types" "7.18.0"
3087-
"@typescript-eslint/visitor-keys" "7.18.0"
3088-
30893081
"@typescript-eslint/[email protected]":
30903082
version "8.11.0"
30913083
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
@@ -3094,13 +3086,21 @@
30943086
"@typescript-eslint/types" "8.11.0"
30953087
"@typescript-eslint/visitor-keys" "8.11.0"
30963088

3097-
"@typescript-eslint/[email protected]":
3098-
version "7.18.0"
3099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
3100-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
3089+
"@typescript-eslint/[email protected]":
3090+
version "8.12.2"
3091+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.12.2.tgz#6db0213745e6392c8e90fe9af5915e6da32eb94a"
3092+
integrity sha512-gPLpLtrj9aMHOvxJkSbDBmbRuYdtiEbnvO25bCMza3DhMjTQw0u7Y1M+YR5JPbMsXXnSPuCf5hfq0nEkQDL/JQ==
3093+
dependencies:
3094+
"@typescript-eslint/types" "8.12.2"
3095+
"@typescript-eslint/visitor-keys" "8.12.2"
3096+
3097+
"@typescript-eslint/[email protected]":
3098+
version "8.12.2"
3099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016"
3100+
integrity sha512-bwuU4TAogPI+1q/IJSKuD4shBLc/d2vGcRT588q+jzayQyjVK2X6v/fbR4InY2U2sgf8MEvVCqEWUzYzgBNcGQ==
31013101
dependencies:
3102-
"@typescript-eslint/typescript-estree" "7.18.0"
3103-
"@typescript-eslint/utils" "7.18.0"
3102+
"@typescript-eslint/typescript-estree" "8.12.2"
3103+
"@typescript-eslint/utils" "8.12.2"
31043104
debug "^4.3.4"
31053105
ts-api-utils "^1.3.0"
31063106

@@ -3114,29 +3114,15 @@
31143114
debug "^4.3.4"
31153115
ts-api-utils "^1.3.0"
31163116

3117-
"@typescript-eslint/[email protected]":
3118-
version "7.18.0"
3119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
3120-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
3121-
31223117
"@typescript-eslint/[email protected]":
31233118
version "8.11.0"
31243119
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.11.0.tgz#7c766250502097f49bbc2e651132e6bf489e20b8"
31253120
integrity sha512-tn6sNMHf6EBAYMvmPUaKaVeYvhUsrE6x+bXQTxjQRp360h1giATU0WvgeEys1spbvb5R+VpNOZ+XJmjD8wOUHw==
31263121

3127-
"@typescript-eslint/[email protected]":
3128-
version "7.18.0"
3129-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
3130-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
3131-
dependencies:
3132-
"@typescript-eslint/types" "7.18.0"
3133-
"@typescript-eslint/visitor-keys" "7.18.0"
3134-
debug "^4.3.4"
3135-
globby "^11.1.0"
3136-
is-glob "^4.0.3"
3137-
minimatch "^9.0.4"
3138-
semver "^7.6.0"
3139-
ts-api-utils "^1.3.0"
3122+
"@typescript-eslint/[email protected]":
3123+
version "8.12.2"
3124+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
3125+
integrity sha512-VwDwMF1SZ7wPBUZwmMdnDJ6sIFk4K4s+ALKLP6aIQsISkPv8jhiw65sAK6SuWODN/ix+m+HgbYDkH+zLjrzvOA==
31403126

31413127
"@typescript-eslint/[email protected]":
31423128
version "8.11.0"
@@ -3152,15 +3138,19 @@
31523138
semver "^7.6.0"
31533139
ts-api-utils "^1.3.0"
31543140

3155-
"@typescript-eslint/[email protected]":
3156-
version "7.18.0"
3157-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3158-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3141+
"@typescript-eslint/[email protected]":
3142+
version "8.12.2"
3143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5"
3144+
integrity sha512-mME5MDwGe30Pq9zKPvyduyU86PH7aixwqYR2grTglAdB+AN8xXQ1vFGpYaUSJ5o5P/5znsSBeNcs5g5/2aQwow==
31593145
dependencies:
3160-
"@eslint-community/eslint-utils" "^4.4.0"
3161-
"@typescript-eslint/scope-manager" "7.18.0"
3162-
"@typescript-eslint/types" "7.18.0"
3163-
"@typescript-eslint/typescript-estree" "7.18.0"
3146+
"@typescript-eslint/types" "8.12.2"
3147+
"@typescript-eslint/visitor-keys" "8.12.2"
3148+
debug "^4.3.4"
3149+
fast-glob "^3.3.2"
3150+
is-glob "^4.0.3"
3151+
minimatch "^9.0.4"
3152+
semver "^7.6.0"
3153+
ts-api-utils "^1.3.0"
31643154

31653155
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
31663156
version "8.11.0"
@@ -3172,13 +3162,15 @@
31723162
"@typescript-eslint/types" "8.11.0"
31733163
"@typescript-eslint/typescript-estree" "8.11.0"
31743164

3175-
"@typescript-eslint/[email protected]":
3176-
version "7.18.0"
3177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3178-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3165+
"@typescript-eslint/[email protected]":
3166+
version "8.12.2"
3167+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e"
3168+
integrity sha512-UTTuDIX3fkfAz6iSVa5rTuSfWIYZ6ATtEocQ/umkRSyC9O919lbZ8dcH7mysshrCdrAM03skJOEYaBugxN+M6A==
31793169
dependencies:
3180-
"@typescript-eslint/types" "7.18.0"
3181-
eslint-visitor-keys "^3.4.3"
3170+
"@eslint-community/eslint-utils" "^4.4.0"
3171+
"@typescript-eslint/scope-manager" "8.12.2"
3172+
"@typescript-eslint/types" "8.12.2"
3173+
"@typescript-eslint/typescript-estree" "8.12.2"
31823174

31833175
"@typescript-eslint/[email protected]":
31843176
version "8.11.0"
@@ -3188,6 +3180,14 @@
31883180
"@typescript-eslint/types" "8.11.0"
31893181
eslint-visitor-keys "^3.4.3"
31903182

3183+
"@typescript-eslint/[email protected]":
3184+
version "8.12.2"
3185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38"
3186+
integrity sha512-PChz8UaKQAVNHghsHcPyx1OMHoFRUEA7rJSK/mDhdq85bk+PLsUHUBqTQTFt18VJZbmxBovM65fezlheQRsSDA==
3187+
dependencies:
3188+
"@typescript-eslint/types" "8.12.2"
3189+
eslint-visitor-keys "^3.4.3"
3190+
31913191
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
31923192
version "1.11.6"
31933193
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"
@@ -3627,11 +3627,6 @@ array-timsort@^1.0.3:
36273627
resolved "https://registry.yarnpkg.com/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
36283628
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
36293629

3630-
array-union@^2.1.0:
3631-
version "2.1.0"
3632-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3633-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3634-
36353630
array-union@^3.0.1:
36363631
version "3.0.1"
36373632
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5580,7 +5575,7 @@ [email protected]:
55805575
merge2 "^1.3.0"
55815576
micromatch "^4.0.4"
55825577

5583-
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2:
5578+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2:
55845579
version "3.3.2"
55855580
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
55865581
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -6130,18 +6125,6 @@ globals@^15.9.0:
61306125
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
61316126
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
61326127

6133-
globby@^11.1.0:
6134-
version "11.1.0"
6135-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
6136-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
6137-
dependencies:
6138-
array-union "^2.1.0"
6139-
dir-glob "^3.0.1"
6140-
fast-glob "^3.2.9"
6141-
ignore "^5.2.0"
6142-
merge2 "^1.4.1"
6143-
slash "^3.0.0"
6144-
61456128
globby@^12.0.2:
61466129
version "12.2.0"
61476130
resolved "https://registry.yarnpkg.com/globby/-/globby-12.2.0.tgz#2ab8046b4fba4ff6eede835b29f678f90e3d3c22"

0 commit comments

Comments
 (0)