Skip to content

Commit 1e44083

Browse files
Bump @typescript-eslint/eslint-plugin from 8.31.1 to 8.32.0 (#104)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c5a7ae commit 1e44083

File tree

2 files changed

+71
-29
lines changed

2 files changed

+71
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/eslintrc": "^3.3.1",
2020
"@eslint/js": "^9.25.1",
2121
"@types/node": "^22.15.3",
22-
"@typescript-eslint/eslint-plugin": "^8.31.1",
22+
"@typescript-eslint/eslint-plugin": "^8.32.0",
2323
"@typescript-eslint/parser": "^8.31.1",
2424
"@vercel/ncc": "^0.38",
2525
"eslint": "^9.26.0",

yarn.lock

Lines changed: 70 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@
4848
dependencies:
4949
eslint-visitor-keys "^3.4.3"
5050

51+
"@eslint-community/eslint-utils@^4.7.0":
52+
version "4.7.0"
53+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
54+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
55+
dependencies:
56+
eslint-visitor-keys "^3.4.3"
57+
5158
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.12.1":
5259
version "4.12.1"
5360
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -209,20 +216,20 @@
209216
dependencies:
210217
undici-types "~6.21.0"
211218

212-
"@typescript-eslint/eslint-plugin@^8.31.1":
213-
version "8.31.1"
214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.31.1.tgz#62f1befe59647524994e89de4516d8dcba7a850a"
215-
integrity sha512-oUlH4h1ABavI4F0Xnl8/fOtML/eu8nI2A1nYd+f+55XI0BLu+RIqKoCiZKNo6DtqZBEQm5aNKA20G3Z5w3R6GQ==
219+
"@typescript-eslint/eslint-plugin@^8.32.0":
220+
version "8.32.0"
221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
222+
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
216223
dependencies:
217224
"@eslint-community/regexpp" "^4.10.0"
218-
"@typescript-eslint/scope-manager" "8.31.1"
219-
"@typescript-eslint/type-utils" "8.31.1"
220-
"@typescript-eslint/utils" "8.31.1"
221-
"@typescript-eslint/visitor-keys" "8.31.1"
225+
"@typescript-eslint/scope-manager" "8.32.0"
226+
"@typescript-eslint/type-utils" "8.32.0"
227+
"@typescript-eslint/utils" "8.32.0"
228+
"@typescript-eslint/visitor-keys" "8.32.0"
222229
graphemer "^1.4.0"
223230
ignore "^5.3.1"
224231
natural-compare "^1.4.0"
225-
ts-api-utils "^2.0.1"
232+
ts-api-utils "^2.1.0"
226233

227234
"@typescript-eslint/parser@^8.31.1":
228235
version "8.31.1"
@@ -243,21 +250,34 @@
243250
"@typescript-eslint/types" "8.31.1"
244251
"@typescript-eslint/visitor-keys" "8.31.1"
245252

246-
"@typescript-eslint/type-utils@8.31.1":
247-
version "8.31.1"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.31.1.tgz#be0f438fb24b03568e282a0aed85f776409f970c"
249-
integrity sha512-fNaT/m9n0+dpSp8G/iOQ05GoHYXbxw81x+yvr7TArTuZuCA6VVKbqWYVZrV5dVagpDTtj/O8k5HBEE/p/HM5LA==
253+
"@typescript-eslint/scope-manager@8.32.0":
254+
version "8.32.0"
255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
256+
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
250257
dependencies:
251-
"@typescript-eslint/typescript-estree" "8.31.1"
252-
"@typescript-eslint/utils" "8.31.1"
258+
"@typescript-eslint/types" "8.32.0"
259+
"@typescript-eslint/visitor-keys" "8.32.0"
260+
261+
"@typescript-eslint/[email protected]":
262+
version "8.32.0"
263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
264+
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
265+
dependencies:
266+
"@typescript-eslint/typescript-estree" "8.32.0"
267+
"@typescript-eslint/utils" "8.32.0"
253268
debug "^4.3.4"
254-
ts-api-utils "^2.0.1"
269+
ts-api-utils "^2.1.0"
255270

256271
"@typescript-eslint/[email protected]":
257272
version "8.31.1"
258273
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.31.1.tgz#478ed6f7e8aee1be7b63a60212b6bffe1423b5d4"
259274
integrity sha512-SfepaEFUDQYRoA70DD9GtytljBePSj17qPxFHA/h3eg6lPTqGJ5mWOtbXCk1YrVU1cTJRd14nhaXWFu0l2troQ==
260275

276+
"@typescript-eslint/[email protected]":
277+
version "8.32.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
279+
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
280+
261281
"@typescript-eslint/[email protected]":
262282
version "8.31.1"
263283
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.31.1.tgz#37792fe7ef4d3021c7580067c8f1ae66daabacdf"
@@ -272,15 +292,29 @@
272292
semver "^7.6.0"
273293
ts-api-utils "^2.0.1"
274294

275-
"@typescript-eslint/utils@8.31.1":
276-
version "8.31.1"
277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.31.1.tgz#5628ea0393598a0b2f143d0fc6d019f0dee9dd14"
278-
integrity sha512-2DSI4SNfF5T4oRveQ4nUrSjUqjMND0nLq9rEkz0gfGr3tg0S5KB6DhwR+WZPCjzkZl3cH+4x2ce3EsL50FubjQ==
295+
"@typescript-eslint/typescript-estree@8.32.0":
296+
version "8.32.0"
297+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
298+
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
279299
dependencies:
280-
"@eslint-community/eslint-utils" "^4.4.0"
281-
"@typescript-eslint/scope-manager" "8.31.1"
282-
"@typescript-eslint/types" "8.31.1"
283-
"@typescript-eslint/typescript-estree" "8.31.1"
300+
"@typescript-eslint/types" "8.32.0"
301+
"@typescript-eslint/visitor-keys" "8.32.0"
302+
debug "^4.3.4"
303+
fast-glob "^3.3.2"
304+
is-glob "^4.0.3"
305+
minimatch "^9.0.4"
306+
semver "^7.6.0"
307+
ts-api-utils "^2.1.0"
308+
309+
"@typescript-eslint/[email protected]":
310+
version "8.32.0"
311+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
312+
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
313+
dependencies:
314+
"@eslint-community/eslint-utils" "^4.7.0"
315+
"@typescript-eslint/scope-manager" "8.32.0"
316+
"@typescript-eslint/types" "8.32.0"
317+
"@typescript-eslint/typescript-estree" "8.32.0"
284318

285319
"@typescript-eslint/[email protected]":
286320
version "8.31.1"
@@ -290,6 +324,14 @@
290324
"@typescript-eslint/types" "8.31.1"
291325
eslint-visitor-keys "^4.2.0"
292326

327+
"@typescript-eslint/[email protected]":
328+
version "8.32.0"
329+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
330+
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
331+
dependencies:
332+
"@typescript-eslint/types" "8.32.0"
333+
eslint-visitor-keys "^4.2.0"
334+
293335
"@vercel/ncc@^0.38":
294336
version "0.38.3"
295337
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.38.3.tgz#5475eeee3ac0f1a439f237596911525a490a88b5"
@@ -2386,10 +2428,10 @@ [email protected]:
23862428
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
23872429
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
23882430

2389-
ts-api-utils@^2.0.1:
2390-
version "2.0.1"
2391-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
2392-
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
2431+
ts-api-utils@^2.0.1, ts-api-utils@^2.1.0:
2432+
version "2.1.0"
2433+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
2434+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
23932435

23942436
tsconfig-paths@^3.15.0:
23952437
version "3.15.0"

0 commit comments

Comments
 (0)