Skip to content

Commit 269fc74

Browse files
dependabot[bot]yiliang114
authored andcommitted
chore: bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.11.0 (coder#6533)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.2 to 6.11.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb5bb5e commit 269fc74

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

yarn.lock

+41-41
Original file line numberDiff line numberDiff line change
@@ -365,15 +365,15 @@
365365
"@types/node" "*"
366366

367367
"@typescript-eslint/eslint-plugin@^6.7.2":
368-
version "6.7.2"
369-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.2.tgz#f18cc75c9cceac8080a9dc2e7d166008c5207b9f"
370-
integrity sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q==
368+
version "6.11.0"
369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
370+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
371371
dependencies:
372372
"@eslint-community/regexpp" "^4.5.1"
373-
"@typescript-eslint/scope-manager" "6.7.2"
374-
"@typescript-eslint/type-utils" "6.7.2"
375-
"@typescript-eslint/utils" "6.7.2"
376-
"@typescript-eslint/visitor-keys" "6.7.2"
373+
"@typescript-eslint/scope-manager" "6.11.0"
374+
"@typescript-eslint/type-utils" "6.11.0"
375+
"@typescript-eslint/utils" "6.11.0"
376+
"@typescript-eslint/visitor-keys" "6.11.0"
377377
debug "^4.3.4"
378378
graphemer "^1.4.0"
379379
ignore "^5.2.4"
@@ -392,13 +392,13 @@
392392
"@typescript-eslint/visitor-keys" "6.9.1"
393393
debug "^4.3.4"
394394

395-
"@typescript-eslint/scope-manager@6.7.2":
396-
version "6.7.2"
397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.2.tgz#cf59a2095d2f894770c94be489648ad1c78dc689"
398-
integrity sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw==
395+
"@typescript-eslint/scope-manager@6.11.0":
396+
version "6.11.0"
397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
398+
integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
399399
dependencies:
400-
"@typescript-eslint/types" "6.7.2"
401-
"@typescript-eslint/visitor-keys" "6.7.2"
400+
"@typescript-eslint/types" "6.11.0"
401+
"@typescript-eslint/visitor-keys" "6.11.0"
402402

403403
"@typescript-eslint/[email protected]":
404404
version "6.9.1"
@@ -408,33 +408,33 @@
408408
"@typescript-eslint/types" "6.9.1"
409409
"@typescript-eslint/visitor-keys" "6.9.1"
410410

411-
"@typescript-eslint/type-utils@6.7.2":
412-
version "6.7.2"
413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.2.tgz#ed921c9db87d72fa2939fee242d700561454f367"
414-
integrity sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ==
411+
"@typescript-eslint/type-utils@6.11.0":
412+
version "6.11.0"
413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
414+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
415415
dependencies:
416-
"@typescript-eslint/typescript-estree" "6.7.2"
417-
"@typescript-eslint/utils" "6.7.2"
416+
"@typescript-eslint/typescript-estree" "6.11.0"
417+
"@typescript-eslint/utils" "6.11.0"
418418
debug "^4.3.4"
419419
ts-api-utils "^1.0.1"
420420

421-
"@typescript-eslint/types@6.7.2":
422-
version "6.7.2"
423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.2.tgz#75a615a6dbeca09cafd102fe7f465da1d8a3c066"
424-
integrity sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg==
421+
"@typescript-eslint/types@6.11.0":
422+
version "6.11.0"
423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
424+
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
425425

426426
"@typescript-eslint/[email protected]":
427427
version "6.9.1"
428428
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
429429
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
430430

431-
"@typescript-eslint/typescript-estree@6.7.2":
432-
version "6.7.2"
433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.2.tgz#ce5883c23b581a5caf878af641e49dd0349238c7"
434-
integrity sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ==
431+
"@typescript-eslint/typescript-estree@6.11.0":
432+
version "6.11.0"
433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
434+
integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
435435
dependencies:
436-
"@typescript-eslint/types" "6.7.2"
437-
"@typescript-eslint/visitor-keys" "6.7.2"
436+
"@typescript-eslint/types" "6.11.0"
437+
"@typescript-eslint/visitor-keys" "6.11.0"
438438
debug "^4.3.4"
439439
globby "^11.1.0"
440440
is-glob "^4.0.3"
@@ -454,25 +454,25 @@
454454
semver "^7.5.4"
455455
ts-api-utils "^1.0.1"
456456

457-
"@typescript-eslint/utils@6.7.2":
458-
version "6.7.2"
459-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.2.tgz#b9ef0da6f04932167a9222cb4ac59cb187165ebf"
460-
integrity sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ==
457+
"@typescript-eslint/utils@6.11.0":
458+
version "6.11.0"
459+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
460+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
461461
dependencies:
462462
"@eslint-community/eslint-utils" "^4.4.0"
463463
"@types/json-schema" "^7.0.12"
464464
"@types/semver" "^7.5.0"
465-
"@typescript-eslint/scope-manager" "6.7.2"
466-
"@typescript-eslint/types" "6.7.2"
467-
"@typescript-eslint/typescript-estree" "6.7.2"
465+
"@typescript-eslint/scope-manager" "6.11.0"
466+
"@typescript-eslint/types" "6.11.0"
467+
"@typescript-eslint/typescript-estree" "6.11.0"
468468
semver "^7.5.4"
469469

470-
"@typescript-eslint/visitor-keys@6.7.2":
471-
version "6.7.2"
472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.2.tgz#4cb2bd786f1f459731b0ad1584c9f73e1c7a4d5c"
473-
integrity sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ==
470+
"@typescript-eslint/visitor-keys@6.11.0":
471+
version "6.11.0"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
473+
integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
474474
dependencies:
475-
"@typescript-eslint/types" "6.7.2"
475+
"@typescript-eslint/types" "6.11.0"
476476
eslint-visitor-keys "^3.4.1"
477477

478478
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)