Skip to content

Commit 53c2c8e

Browse files
committed
Update typescript-eslint monorepo to v6.8.0
1 parent 5bf4c7d commit 53c2c8e

2 files changed

Lines changed: 52 additions & 52 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@types/jsonwebtoken": "9.0.3",
4646
"@types/node": "18.18.5",
4747
"@types/ramda": "0.29.6",
48-
"@typescript-eslint/eslint-plugin": "6.7.5",
49-
"@typescript-eslint/parser": "6.7.5",
48+
"@typescript-eslint/eslint-plugin": "6.8.0",
49+
"@typescript-eslint/parser": "6.8.0",
5050
"ava": "5.3.1",
5151
"dotenv": "16.3.1",
5252
"eslint": "8.51.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -417,32 +417,32 @@
417417
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
418418
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
419419

420-
"@typescript-eslint/eslint-plugin@6.7.5":
421-
version "6.7.5"
422-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
423-
integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
420+
"@typescript-eslint/eslint-plugin@6.8.0":
421+
version "6.8.0"
422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.8.0.tgz#06abe4265e7c82f20ade2dcc0e3403c32d4f148b"
423+
integrity sha512-GosF4238Tkes2SHPQ1i8f6rMtG6zlKwMEB0abqSJ3Npvos+doIlc/ATG+vX1G9coDF3Ex78zM3heXHLyWEwLUw==
424424
dependencies:
425425
"@eslint-community/regexpp" "^4.5.1"
426-
"@typescript-eslint/scope-manager" "6.7.5"
427-
"@typescript-eslint/type-utils" "6.7.5"
428-
"@typescript-eslint/utils" "6.7.5"
429-
"@typescript-eslint/visitor-keys" "6.7.5"
426+
"@typescript-eslint/scope-manager" "6.8.0"
427+
"@typescript-eslint/type-utils" "6.8.0"
428+
"@typescript-eslint/utils" "6.8.0"
429+
"@typescript-eslint/visitor-keys" "6.8.0"
430430
debug "^4.3.4"
431431
graphemer "^1.4.0"
432432
ignore "^5.2.4"
433433
natural-compare "^1.4.0"
434434
semver "^7.5.4"
435435
ts-api-utils "^1.0.1"
436436

437-
"@typescript-eslint/parser@6.7.5":
438-
version "6.7.5"
439-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
440-
integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
437+
"@typescript-eslint/parser@6.8.0":
438+
version "6.8.0"
439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.8.0.tgz#bb2a969d583db242f1ee64467542f8b05c2e28cb"
440+
integrity sha512-5tNs6Bw0j6BdWuP8Fx+VH4G9fEPDxnVI7yH1IAPkQH5RUtvKwRoqdecAPdQXv4rSOADAaz1LFBZvZG7VbXivSg==
441441
dependencies:
442-
"@typescript-eslint/scope-manager" "6.7.5"
443-
"@typescript-eslint/types" "6.7.5"
444-
"@typescript-eslint/typescript-estree" "6.7.5"
445-
"@typescript-eslint/visitor-keys" "6.7.5"
442+
"@typescript-eslint/scope-manager" "6.8.0"
443+
"@typescript-eslint/types" "6.8.0"
444+
"@typescript-eslint/typescript-estree" "6.8.0"
445+
"@typescript-eslint/visitor-keys" "6.8.0"
446446
debug "^4.3.4"
447447

448448
"@typescript-eslint/scope-manager@5.18.0":
@@ -453,21 +453,21 @@
453453
"@typescript-eslint/types" "5.18.0"
454454
"@typescript-eslint/visitor-keys" "5.18.0"
455455

456-
"@typescript-eslint/scope-manager@6.7.5":
457-
version "6.7.5"
458-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
459-
integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
456+
"@typescript-eslint/scope-manager@6.8.0":
457+
version "6.8.0"
458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.8.0.tgz#5cac7977385cde068ab30686889dd59879811efd"
459+
integrity sha512-xe0HNBVwCph7rak+ZHcFD6A+q50SMsFwcmfdjs9Kz4qDh5hWhaPhFjRs/SODEhroBI5Ruyvyz9LfwUJ624O40g==
460460
dependencies:
461-
"@typescript-eslint/types" "6.7.5"
462-
"@typescript-eslint/visitor-keys" "6.7.5"
461+
"@typescript-eslint/types" "6.8.0"
462+
"@typescript-eslint/visitor-keys" "6.8.0"
463463

464-
"@typescript-eslint/type-utils@6.7.5":
465-
version "6.7.5"
466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
467-
integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
464+
"@typescript-eslint/type-utils@6.8.0":
465+
version "6.8.0"
466+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.8.0.tgz#50365e44918ca0fd159844b5d6ea96789731e11f"
467+
integrity sha512-RYOJdlkTJIXW7GSldUIHqc/Hkto8E+fZN96dMIFhuTJcQwdRoGN2rEWA8U6oXbLo0qufH7NPElUb+MceHtz54g==
468468
dependencies:
469-
"@typescript-eslint/typescript-estree" "6.7.5"
470-
"@typescript-eslint/utils" "6.7.5"
469+
"@typescript-eslint/typescript-estree" "6.8.0"
470+
"@typescript-eslint/utils" "6.8.0"
471471
debug "^4.3.4"
472472
ts-api-utils "^1.0.1"
473473

@@ -476,10 +476,10 @@
476476
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
477477
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
478478

479-
"@typescript-eslint/types@6.7.5":
480-
version "6.7.5"
481-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
482-
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
479+
"@typescript-eslint/types@6.8.0":
480+
version "6.8.0"
481+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.8.0.tgz#1ab5d4fe1d613e3f65f6684026ade6b94f7e3ded"
482+
integrity sha512-p5qOxSum7W3k+llc7owEStXlGmSl8FcGvhYt8Vjy7FqEnmkCVlM3P57XQEGj58oqaBWDQXbJDZxwUWMS/EAPNQ==
483483

484484
"@typescript-eslint/typescript-estree@5.18.0":
485485
version "5.18.0"
@@ -494,30 +494,30 @@
494494
semver "^7.3.5"
495495
tsutils "^3.21.0"
496496

497-
"@typescript-eslint/typescript-estree@6.7.5":
498-
version "6.7.5"
499-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
500-
integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
497+
"@typescript-eslint/typescript-estree@6.8.0":
498+
version "6.8.0"
499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.8.0.tgz#9565f15e0cd12f55cf5aa0dfb130a6cb0d436ba1"
500+
integrity sha512-ISgV0lQ8XgW+mvv5My/+iTUdRmGspducmQcDw5JxznasXNnZn3SKNrTRuMsEXv+V/O+Lw9AGcQCfVaOPCAk/Zg==
501501
dependencies:
502-
"@typescript-eslint/types" "6.7.5"
503-
"@typescript-eslint/visitor-keys" "6.7.5"
502+
"@typescript-eslint/types" "6.8.0"
503+
"@typescript-eslint/visitor-keys" "6.8.0"
504504
debug "^4.3.4"
505505
globby "^11.1.0"
506506
is-glob "^4.0.3"
507507
semver "^7.5.4"
508508
ts-api-utils "^1.0.1"
509509

510-
"@typescript-eslint/utils@6.7.5":
511-
version "6.7.5"
512-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
513-
integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
510+
"@typescript-eslint/utils@6.8.0":
511+
version "6.8.0"
512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.8.0.tgz#d42939c2074c6b59844d0982ce26a51d136c4029"
513+
integrity sha512-dKs1itdE2qFG4jr0dlYLQVppqTE+Itt7GmIf/vX6CSvsW+3ov8PbWauVKyyfNngokhIO9sKZeRGCUo1+N7U98Q==
514514
dependencies:
515515
"@eslint-community/eslint-utils" "^4.4.0"
516516
"@types/json-schema" "^7.0.12"
517517
"@types/semver" "^7.5.0"
518-
"@typescript-eslint/scope-manager" "6.7.5"
519-
"@typescript-eslint/types" "6.7.5"
520-
"@typescript-eslint/typescript-estree" "6.7.5"
518+
"@typescript-eslint/scope-manager" "6.8.0"
519+
"@typescript-eslint/types" "6.8.0"
520+
"@typescript-eslint/typescript-estree" "6.8.0"
521521
semver "^7.5.4"
522522

523523
"@typescript-eslint/utils@^5.10.2":
@@ -540,12 +540,12 @@
540540
"@typescript-eslint/types" "5.18.0"
541541
eslint-visitor-keys "^3.0.0"
542542

543-
"@typescript-eslint/visitor-keys@6.7.5":
544-
version "6.7.5"
545-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
546-
integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
543+
"@typescript-eslint/visitor-keys@6.8.0":
544+
version "6.8.0"
545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.8.0.tgz#cffebed56ae99c45eba901c378a6447b06be58b8"
546+
integrity sha512-oqAnbA7c+pgOhW2OhGvxm0t1BULX5peQI/rLsNDpGM78EebV3C9IGbX5HNZabuZ6UQrYveCLjKo8Iy/lLlBkkg==
547547
dependencies:
548-
"@typescript-eslint/types" "6.7.5"
548+
"@typescript-eslint/types" "6.8.0"
549549
eslint-visitor-keys "^3.4.1"
550550

551551
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)