Skip to content

Commit 121384c

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 64bade4 commit 121384c

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.19.64",
124-
"@typescript-eslint/eslint-plugin": "7.18.0",
125-
"@typescript-eslint/parser": "7.18.0",
124+
"@typescript-eslint/eslint-plugin": "8.15.0",
125+
"@typescript-eslint/parser": "8.15.0",
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
@@ -3054,40 +3054,32 @@
30543054
dependencies:
30553055
"@types/yargs-parser" "*"
30563056

3057-
"@typescript-eslint/eslint-plugin@7.18.0":
3058-
version "7.18.0"
3059-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
3060-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
3057+
"@typescript-eslint/eslint-plugin@8.15.0":
3058+
version "8.15.0"
3059+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
3060+
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
30613061
dependencies:
30623062
"@eslint-community/regexpp" "^4.10.0"
3063-
"@typescript-eslint/scope-manager" "7.18.0"
3064-
"@typescript-eslint/type-utils" "7.18.0"
3065-
"@typescript-eslint/utils" "7.18.0"
3066-
"@typescript-eslint/visitor-keys" "7.18.0"
3063+
"@typescript-eslint/scope-manager" "8.15.0"
3064+
"@typescript-eslint/type-utils" "8.15.0"
3065+
"@typescript-eslint/utils" "8.15.0"
3066+
"@typescript-eslint/visitor-keys" "8.15.0"
30673067
graphemer "^1.4.0"
30683068
ignore "^5.3.1"
30693069
natural-compare "^1.4.0"
30703070
ts-api-utils "^1.3.0"
30713071

3072-
"@typescript-eslint/parser@7.18.0":
3073-
version "7.18.0"
3074-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
3075-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
3072+
"@typescript-eslint/parser@8.15.0":
3073+
version "8.15.0"
3074+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
3075+
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
30763076
dependencies:
3077-
"@typescript-eslint/scope-manager" "7.18.0"
3078-
"@typescript-eslint/types" "7.18.0"
3079-
"@typescript-eslint/typescript-estree" "7.18.0"
3080-
"@typescript-eslint/visitor-keys" "7.18.0"
3077+
"@typescript-eslint/scope-manager" "8.15.0"
3078+
"@typescript-eslint/types" "8.15.0"
3079+
"@typescript-eslint/typescript-estree" "8.15.0"
3080+
"@typescript-eslint/visitor-keys" "8.15.0"
30813081
debug "^4.3.4"
30823082

3083-
"@typescript-eslint/[email protected]":
3084-
version "7.18.0"
3085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
3086-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
3087-
dependencies:
3088-
"@typescript-eslint/types" "7.18.0"
3089-
"@typescript-eslint/visitor-keys" "7.18.0"
3090-
30913083
"@typescript-eslint/[email protected]":
30923084
version "8.11.0"
30933085
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.11.0.tgz#9d399ce624118966732824878bc9a83593a30405"
@@ -3096,13 +3088,21 @@
30963088
"@typescript-eslint/types" "8.11.0"
30973089
"@typescript-eslint/visitor-keys" "8.11.0"
30983090

3099-
"@typescript-eslint/[email protected]":
3100-
version "7.18.0"
3101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
3102-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
3091+
"@typescript-eslint/[email protected]":
3092+
version "8.15.0"
3093+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
3094+
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
3095+
dependencies:
3096+
"@typescript-eslint/types" "8.15.0"
3097+
"@typescript-eslint/visitor-keys" "8.15.0"
3098+
3099+
"@typescript-eslint/[email protected]":
3100+
version "8.15.0"
3101+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
3102+
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
31033103
dependencies:
3104-
"@typescript-eslint/typescript-estree" "7.18.0"
3105-
"@typescript-eslint/utils" "7.18.0"
3104+
"@typescript-eslint/typescript-estree" "8.15.0"
3105+
"@typescript-eslint/utils" "8.15.0"
31063106
debug "^4.3.4"
31073107
ts-api-utils "^1.3.0"
31083108

@@ -3116,29 +3116,15 @@
31163116
debug "^4.3.4"
31173117
ts-api-utils "^1.3.0"
31183118

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

3129-
"@typescript-eslint/[email protected]":
3130-
version "7.18.0"
3131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
3132-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
3133-
dependencies:
3134-
"@typescript-eslint/types" "7.18.0"
3135-
"@typescript-eslint/visitor-keys" "7.18.0"
3136-
debug "^4.3.4"
3137-
globby "^11.1.0"
3138-
is-glob "^4.0.3"
3139-
minimatch "^9.0.4"
3140-
semver "^7.6.0"
3141-
ts-api-utils "^1.3.0"
3124+
"@typescript-eslint/[email protected]":
3125+
version "8.15.0"
3126+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
3127+
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
31423128

31433129
"@typescript-eslint/[email protected]":
31443130
version "8.11.0"
@@ -3154,15 +3140,19 @@
31543140
semver "^7.6.0"
31553141
ts-api-utils "^1.3.0"
31563142

3157-
"@typescript-eslint/[email protected].0":
3158-
version "7.18.0"
3159-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
3160-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
3143+
"@typescript-eslint/[email protected].0":
3144+
version "8.15.0"
3145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
3146+
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
31613147
dependencies:
3162-
"@eslint-community/eslint-utils" "^4.4.0"
3163-
"@typescript-eslint/scope-manager" "7.18.0"
3164-
"@typescript-eslint/types" "7.18.0"
3165-
"@typescript-eslint/typescript-estree" "7.18.0"
3148+
"@typescript-eslint/types" "8.15.0"
3149+
"@typescript-eslint/visitor-keys" "8.15.0"
3150+
debug "^4.3.4"
3151+
fast-glob "^3.3.2"
3152+
is-glob "^4.0.3"
3153+
minimatch "^9.0.4"
3154+
semver "^7.6.0"
3155+
ts-api-utils "^1.3.0"
31663156

31673157
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^8.0.0":
31683158
version "8.11.0"
@@ -3174,13 +3164,15 @@
31743164
"@typescript-eslint/types" "8.11.0"
31753165
"@typescript-eslint/typescript-estree" "8.11.0"
31763166

3177-
"@typescript-eslint/[email protected].0":
3178-
version "7.18.0"
3179-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
3180-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
3167+
"@typescript-eslint/[email protected].0":
3168+
version "8.15.0"
3169+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
3170+
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
31813171
dependencies:
3182-
"@typescript-eslint/types" "7.18.0"
3183-
eslint-visitor-keys "^3.4.3"
3172+
"@eslint-community/eslint-utils" "^4.4.0"
3173+
"@typescript-eslint/scope-manager" "8.15.0"
3174+
"@typescript-eslint/types" "8.15.0"
3175+
"@typescript-eslint/typescript-estree" "8.15.0"
31843176

31853177
"@typescript-eslint/[email protected]":
31863178
version "8.11.0"
@@ -3190,6 +3182,14 @@
31903182
"@typescript-eslint/types" "8.11.0"
31913183
eslint-visitor-keys "^3.4.3"
31923184

3185+
"@typescript-eslint/[email protected]":
3186+
version "8.15.0"
3187+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
3188+
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
3189+
dependencies:
3190+
"@typescript-eslint/types" "8.15.0"
3191+
eslint-visitor-keys "^4.2.0"
3192+
31933193
"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
31943194
version "1.11.6"
31953195
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.6.tgz#db046555d3c413f8966ca50a95176a0e2c642e24"
@@ -3629,11 +3629,6 @@ array-timsort@^1.0.3:
36293629
resolved "https://registry.yarnpkg.com/array-timsort/-/array-timsort-1.0.3.tgz#3c9e4199e54fb2b9c3fe5976396a21614ef0d926"
36303630
integrity sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==
36313631

3632-
array-union@^2.1.0:
3633-
version "2.1.0"
3634-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
3635-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
3636-
36373632
array-union@^3.0.1:
36383633
version "3.0.1"
36393634
resolved "https://registry.yarnpkg.com/array-union/-/array-union-3.0.1.tgz#da52630d327f8b88cfbfb57728e2af5cd9b6b975"
@@ -5582,7 +5577,7 @@ [email protected]:
55825577
merge2 "^1.3.0"
55835578
micromatch "^4.0.4"
55845579

5585-
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.2.9, fast-glob@^3.3.2:
5580+
fast-glob@^3.2.12, fast-glob@^3.2.7, fast-glob@^3.3.2:
55865581
version "3.3.2"
55875582
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
55885583
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -6132,18 +6127,6 @@ globals@^15.9.0:
61326127
resolved "https://registry.yarnpkg.com/globals/-/globals-15.11.0.tgz#b96ed4c6998540c6fb824b24b5499216d2438d6e"
61336128
integrity sha512-yeyNSjdbyVaWurlwCpcA6XNBrHTMIeDdj0/hnvX/OLJ9ekOXYbLsLinH/MucQyGvNnXhidTdNhTtJaffL2sMfw==
61346129

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

0 commit comments

Comments
 (0)