Skip to content

Commit 7ee7975

Browse files
committed
Update typescript-eslint monorepo to v5.59.0
1 parent d24451e commit 7ee7975

File tree

2 files changed

+70
-64
lines changed

2 files changed

+70
-64
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/dotenv": "8.2.0",
4343
"@types/node": "18.15.11",
4444
"@types/ramda": "0.29.0",
45-
"@typescript-eslint/eslint-plugin": "5.49.0",
46-
"@typescript-eslint/parser": "5.49.0",
45+
"@typescript-eslint/eslint-plugin": "5.59.0",
46+
"@typescript-eslint/parser": "5.59.0",
4747
"ava": "4.3.3",
4848
"dotenv": "16.0.3",
4949
"eslint": "7.32.0",

yarn.lock

Lines changed: 68 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@
6868
resolved "https://registry.yarnpkg.com/@ensdomains/resolver/-/resolver-0.2.4.tgz#c10fe28bf5efbf49bff4666d909aed0265efbc89"
6969
integrity sha512-bvaTH34PMCbv6anRa9I/0zjLJgY4EuznbEMgbV77JBCQ9KNC46rzi0avuxpOfu+xDjPEtSFGqVEOr5GlUSGudA==
7070

71+
"@eslint-community/eslint-utils@^4.2.0":
72+
version "4.4.0"
73+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
74+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
75+
dependencies:
76+
eslint-visitor-keys "^3.3.0"
77+
78+
"@eslint-community/regexpp@^4.4.0":
79+
version "4.5.0"
80+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
81+
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
82+
7183
"@eslint/eslintrc@^0.4.3":
7284
version "0.4.3"
7385
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -759,18 +771,19 @@
759771
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
760772
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
761773

762-
"@typescript-eslint/eslint-plugin@5.49.0":
763-
version "5.49.0"
764-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.49.0.tgz#d0b4556f0792194bf0c2fb297897efa321492389"
765-
integrity sha512-IhxabIpcf++TBaBa1h7jtOWyon80SXPRLDq0dVz5SLFC/eW6tofkw/O7Ar3lkx5z5U6wzbKDrl2larprp5kk5Q==
774+
"@typescript-eslint/eslint-plugin@5.59.0":
775+
version "5.59.0"
776+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
777+
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
766778
dependencies:
767-
"@typescript-eslint/scope-manager" "5.49.0"
768-
"@typescript-eslint/type-utils" "5.49.0"
769-
"@typescript-eslint/utils" "5.49.0"
779+
"@eslint-community/regexpp" "^4.4.0"
780+
"@typescript-eslint/scope-manager" "5.59.0"
781+
"@typescript-eslint/type-utils" "5.59.0"
782+
"@typescript-eslint/utils" "5.59.0"
770783
debug "^4.3.4"
784+
grapheme-splitter "^1.0.4"
771785
ignore "^5.2.0"
772786
natural-compare-lite "^1.4.0"
773-
regexpp "^3.2.0"
774787
semver "^7.3.7"
775788
tsutils "^3.21.0"
776789

@@ -786,14 +799,14 @@
786799
eslint-scope "^5.0.0"
787800
eslint-utils "^2.0.0"
788801

789-
"@typescript-eslint/parser@5.49.0":
790-
version "5.49.0"
791-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.49.0.tgz#d699734b2f20e16351e117417d34a2bc9d7c4b90"
792-
integrity sha512-veDlZN9mUhGqU31Qiv2qEp+XrJj5fgZpJ8PW30sHU+j/8/e5ruAhLaVDAeznS7A7i4ucb/s8IozpDtt9NqCkZg==
802+
"@typescript-eslint/parser@5.59.0":
803+
version "5.59.0"
804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
805+
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
793806
dependencies:
794-
"@typescript-eslint/scope-manager" "5.49.0"
795-
"@typescript-eslint/types" "5.49.0"
796-
"@typescript-eslint/typescript-estree" "5.49.0"
807+
"@typescript-eslint/scope-manager" "5.59.0"
808+
"@typescript-eslint/types" "5.59.0"
809+
"@typescript-eslint/typescript-estree" "5.59.0"
797810
debug "^4.3.4"
798811

799812
"@typescript-eslint/[email protected]":
@@ -804,21 +817,21 @@
804817
"@typescript-eslint/types" "4.17.0"
805818
"@typescript-eslint/visitor-keys" "4.17.0"
806819

807-
"@typescript-eslint/scope-manager@5.49.0":
808-
version "5.49.0"
809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.49.0.tgz#81b5d899cdae446c26ddf18bd47a2f5484a8af3e"
810-
integrity sha512-clpROBOiMIzpbWNxCe1xDK14uPZh35u4QaZO1GddilEzoCLAEz4szb51rBpdgurs5k2YzPtJeTEN3qVbG+LRUQ==
820+
"@typescript-eslint/scope-manager@5.59.0":
821+
version "5.59.0"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
823+
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
811824
dependencies:
812-
"@typescript-eslint/types" "5.49.0"
813-
"@typescript-eslint/visitor-keys" "5.49.0"
825+
"@typescript-eslint/types" "5.59.0"
826+
"@typescript-eslint/visitor-keys" "5.59.0"
814827

815-
"@typescript-eslint/type-utils@5.49.0":
816-
version "5.49.0"
817-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.49.0.tgz#8d5dcc8d422881e2ccf4ebdc6b1d4cc61aa64125"
818-
integrity sha512-eUgLTYq0tR0FGU5g1YHm4rt5H/+V2IPVkP0cBmbhRyEmyGe4XvJ2YJ6sYTmONfjmdMqyMLad7SB8GvblbeESZA==
828+
"@typescript-eslint/type-utils@5.59.0":
829+
version "5.59.0"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
831+
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
819832
dependencies:
820-
"@typescript-eslint/typescript-estree" "5.49.0"
821-
"@typescript-eslint/utils" "5.49.0"
833+
"@typescript-eslint/typescript-estree" "5.59.0"
834+
"@typescript-eslint/utils" "5.59.0"
822835
debug "^4.3.4"
823836
tsutils "^3.21.0"
824837

@@ -827,10 +840,10 @@
827840
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
828841
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
829842

830-
"@typescript-eslint/types@5.49.0":
831-
version "5.49.0"
832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.49.0.tgz#ad66766cb36ca1c89fcb6ac8b87ec2e6dac435c3"
833-
integrity sha512-7If46kusG+sSnEpu0yOz2xFv5nRz158nzEXnJFCGVEHWnuzolXKwrH5Bsf9zsNlOQkyZuk0BZKKoJQI+1JPBBg==
843+
"@typescript-eslint/types@5.59.0":
844+
version "5.59.0"
845+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
846+
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
834847

835848
"@typescript-eslint/[email protected]":
836849
version "4.17.0"
@@ -845,31 +858,31 @@
845858
semver "^7.3.2"
846859
tsutils "^3.17.1"
847860

848-
"@typescript-eslint/typescript-estree@5.49.0":
849-
version "5.49.0"
850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.49.0.tgz#ebd6294c0ea97891fce6af536048181e23d729c8"
851-
integrity sha512-PBdx+V7deZT/3GjNYPVQv1Nc0U46dAHbIuOG8AZ3on3vuEKiPDwFE/lG1snN2eUB9IhF7EyF7K1hmTcLztNIsA==
861+
"@typescript-eslint/typescript-estree@5.59.0":
862+
version "5.59.0"
863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
864+
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
852865
dependencies:
853-
"@typescript-eslint/types" "5.49.0"
854-
"@typescript-eslint/visitor-keys" "5.49.0"
866+
"@typescript-eslint/types" "5.59.0"
867+
"@typescript-eslint/visitor-keys" "5.59.0"
855868
debug "^4.3.4"
856869
globby "^11.1.0"
857870
is-glob "^4.0.3"
858871
semver "^7.3.7"
859872
tsutils "^3.21.0"
860873

861-
"@typescript-eslint/utils@5.49.0":
862-
version "5.49.0"
863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.49.0.tgz#1c07923bc55ff7834dfcde487fff8d8624a87b32"
864-
integrity sha512-cPJue/4Si25FViIb74sHCLtM4nTSBXtLx1d3/QT6mirQ/c65bV8arBEebBJJizfq8W2YyMoPI/WWPFWitmNqnQ==
874+
"@typescript-eslint/utils@5.59.0":
875+
version "5.59.0"
876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
877+
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
865878
dependencies:
879+
"@eslint-community/eslint-utils" "^4.2.0"
866880
"@types/json-schema" "^7.0.9"
867881
"@types/semver" "^7.3.12"
868-
"@typescript-eslint/scope-manager" "5.49.0"
869-
"@typescript-eslint/types" "5.49.0"
870-
"@typescript-eslint/typescript-estree" "5.49.0"
882+
"@typescript-eslint/scope-manager" "5.59.0"
883+
"@typescript-eslint/types" "5.59.0"
884+
"@typescript-eslint/typescript-estree" "5.59.0"
871885
eslint-scope "^5.1.1"
872-
eslint-utils "^3.0.0"
873886
semver "^7.3.7"
874887

875888
"@typescript-eslint/[email protected]":
@@ -880,12 +893,12 @@
880893
"@typescript-eslint/types" "4.17.0"
881894
eslint-visitor-keys "^2.0.0"
882895

883-
"@typescript-eslint/visitor-keys@5.49.0":
884-
version "5.49.0"
885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.49.0.tgz#2561c4da3f235f5c852759bf6c5faec7524f90fe"
886-
integrity sha512-v9jBMjpNWyn8B6k/Mjt6VbUS4J1GvUlR4x3Y+ibnP1z7y7V4n0WRz+50DY6+Myj0UaXVSuUlHohO+eZ8IJEnkg==
896+
"@typescript-eslint/visitor-keys@5.59.0":
897+
version "5.59.0"
898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
899+
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
887900
dependencies:
888-
"@typescript-eslint/types" "5.49.0"
901+
"@typescript-eslint/types" "5.59.0"
889902
eslint-visitor-keys "^3.3.0"
890903

891904
"@yarnpkg/lockfile@^1.1.0":
@@ -3143,13 +3156,6 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
31433156
dependencies:
31443157
eslint-visitor-keys "^1.1.0"
31453158

3146-
eslint-utils@^3.0.0:
3147-
version "3.0.0"
3148-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3149-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3150-
dependencies:
3151-
eslint-visitor-keys "^2.0.0"
3152-
31533159
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
31543160
version "1.3.0"
31553161
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -4377,6 +4383,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.2.4:
43774383
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
43784384
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
43794385

4386+
grapheme-splitter@^1.0.4:
4387+
version "1.0.4"
4388+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
4389+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
4390+
43804391
har-schema@^2.0.0:
43814392
version "2.0.0"
43824393
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -6904,11 +6915,6 @@ regexpp@^3.1.0:
69046915
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
69056916
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
69066917

6907-
regexpp@^3.2.0:
6908-
version "3.2.0"
6909-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6910-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6911-
69126918
regexpu-core@^2.0.0:
69136919
version "2.0.0"
69146920
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240"

0 commit comments

Comments
 (0)