Skip to content

Commit 9f65d1e

Browse files
chore(deps): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.21.0 (#833)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.1 to 6.21.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.21.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 f49db67 commit 9f65d1e

File tree

2 files changed

+58
-28
lines changed

2 files changed

+58
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/node": "^20.14.10",
5454
"@types/react-syntax-highlighter": "^15.5.13",
5555
"@types/react-text-truncate": "^0.14.1",
56-
"@typescript-eslint/eslint-plugin": "^6.10.0",
56+
"@typescript-eslint/eslint-plugin": "^6.21.0",
5757
"@typescript-eslint/parser": "^6.10.0",
5858
"autoprefixer": "^10.4.16",
5959
"eslint": "8.53.0",

yarn.lock

Lines changed: 57 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,11 @@
177177
dependencies:
178178
eslint-visitor-keys "^3.3.0"
179179

180-
"@eslint-community/regexpp@^4.11.0":
180+
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
181181
version "4.11.0"
182182
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
183183
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
184184

185-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
186-
version "4.10.0"
187-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
188-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
189-
190185
"@eslint/eslintrc@^2.1.3":
191186
version "2.1.3"
192187
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
@@ -462,16 +457,16 @@
462457
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
463458
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
464459

465-
"@typescript-eslint/eslint-plugin@^6.10.0":
466-
version "6.13.1"
467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.1.tgz#f98bd887bf95551203c917e734d113bf8d527a0c"
468-
integrity sha512-5bQDGkXaxD46bPvQt08BUz9YSaO4S0fB1LB5JHQuXTfkGPI3+UUeS387C/e9jRie5GqT8u5kFTrMvAjtX4O5kA==
460+
"@typescript-eslint/eslint-plugin@^6.21.0":
461+
version "6.21.0"
462+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
463+
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
469464
dependencies:
470465
"@eslint-community/regexpp" "^4.5.1"
471-
"@typescript-eslint/scope-manager" "6.13.1"
472-
"@typescript-eslint/type-utils" "6.13.1"
473-
"@typescript-eslint/utils" "6.13.1"
474-
"@typescript-eslint/visitor-keys" "6.13.1"
466+
"@typescript-eslint/scope-manager" "6.21.0"
467+
"@typescript-eslint/type-utils" "6.21.0"
468+
"@typescript-eslint/utils" "6.21.0"
469+
"@typescript-eslint/visitor-keys" "6.21.0"
475470
debug "^4.3.4"
476471
graphemer "^1.4.0"
477472
ignore "^5.2.4"
@@ -509,6 +504,14 @@
509504
"@typescript-eslint/types" "6.13.1"
510505
"@typescript-eslint/visitor-keys" "6.13.1"
511506

507+
"@typescript-eslint/[email protected]":
508+
version "6.21.0"
509+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
510+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
511+
dependencies:
512+
"@typescript-eslint/types" "6.21.0"
513+
"@typescript-eslint/visitor-keys" "6.21.0"
514+
512515
"@typescript-eslint/[email protected]":
513516
version "7.2.0"
514517
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
@@ -517,13 +520,13 @@
517520
"@typescript-eslint/types" "7.2.0"
518521
"@typescript-eslint/visitor-keys" "7.2.0"
519522

520-
"@typescript-eslint/type-utils@6.13.1":
521-
version "6.13.1"
522-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.1.tgz#e6e5885e387841cae9c38fc0638fd8b7561973d6"
523-
integrity sha512-A2qPlgpxx2v//3meMqQyB1qqTg1h1dJvzca7TugM3Yc2USDY+fsRBiojAEo92HO7f5hW5mjAUF6qobOPzlBCBQ==
523+
"@typescript-eslint/type-utils@6.21.0":
524+
version "6.21.0"
525+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
526+
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
524527
dependencies:
525-
"@typescript-eslint/typescript-estree" "6.13.1"
526-
"@typescript-eslint/utils" "6.13.1"
528+
"@typescript-eslint/typescript-estree" "6.21.0"
529+
"@typescript-eslint/utils" "6.21.0"
527530
debug "^4.3.4"
528531
ts-api-utils "^1.0.1"
529532

@@ -532,6 +535,11 @@
532535
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.1.tgz#b56f26130e7eb8fa1e429c75fb969cae6ad7bb5c"
533536
integrity sha512-gjeEskSmiEKKFIbnhDXUyiqVma1gRCQNbVZ1C8q7Zjcxh3WZMbzWVfGE9rHfWd1msQtPS0BVD9Jz9jded44eKg==
534537

538+
"@typescript-eslint/[email protected]":
539+
version "6.21.0"
540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
541+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
542+
535543
"@typescript-eslint/[email protected]":
536544
version "7.2.0"
537545
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
@@ -550,6 +558,20 @@
550558
semver "^7.5.4"
551559
ts-api-utils "^1.0.1"
552560

561+
"@typescript-eslint/[email protected]":
562+
version "6.21.0"
563+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
564+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
565+
dependencies:
566+
"@typescript-eslint/types" "6.21.0"
567+
"@typescript-eslint/visitor-keys" "6.21.0"
568+
debug "^4.3.4"
569+
globby "^11.1.0"
570+
is-glob "^4.0.3"
571+
minimatch "9.0.3"
572+
semver "^7.5.4"
573+
ts-api-utils "^1.0.1"
574+
553575
"@typescript-eslint/[email protected]":
554576
version "7.2.0"
555577
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
@@ -564,17 +586,17 @@
564586
semver "^7.5.4"
565587
ts-api-utils "^1.0.1"
566588

567-
"@typescript-eslint/utils@6.13.1":
568-
version "6.13.1"
569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.1.tgz#925b3a2453a71ada914ae329b7bb7e7d96634b2f"
570-
integrity sha512-ouPn/zVoan92JgAegesTXDB/oUp6BP1v8WpfYcqh649ejNc9Qv+B4FF2Ff626kO1xg0wWwwG48lAJ4JuesgdOw==
589+
"@typescript-eslint/utils@6.21.0":
590+
version "6.21.0"
591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
592+
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
571593
dependencies:
572594
"@eslint-community/eslint-utils" "^4.4.0"
573595
"@types/json-schema" "^7.0.12"
574596
"@types/semver" "^7.5.0"
575-
"@typescript-eslint/scope-manager" "6.13.1"
576-
"@typescript-eslint/types" "6.13.1"
577-
"@typescript-eslint/typescript-estree" "6.13.1"
597+
"@typescript-eslint/scope-manager" "6.21.0"
598+
"@typescript-eslint/types" "6.21.0"
599+
"@typescript-eslint/typescript-estree" "6.21.0"
578600
semver "^7.5.4"
579601

580602
"@typescript-eslint/[email protected]":
@@ -585,6 +607,14 @@
585607
"@typescript-eslint/types" "6.13.1"
586608
eslint-visitor-keys "^3.4.1"
587609

610+
"@typescript-eslint/[email protected]":
611+
version "6.21.0"
612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
613+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
614+
dependencies:
615+
"@typescript-eslint/types" "6.21.0"
616+
eslint-visitor-keys "^3.4.1"
617+
588618
"@typescript-eslint/[email protected]":
589619
version "7.2.0"
590620
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"

0 commit comments

Comments
 (0)