Skip to content

Commit 6659b2a

Browse files
committed
Update typescript-eslint monorepo to v5.40.0
1 parent d0a46eb commit 6659b2a

File tree

2 files changed

+52
-51
lines changed

2 files changed

+52
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"@types/jest": "28.1.8",
2020
"@types/node": "12.20.55",
21-
"@typescript-eslint/eslint-plugin": "5.39.0",
22-
"@typescript-eslint/parser": "5.39.0",
21+
"@typescript-eslint/eslint-plugin": "5.40.0",
22+
"@typescript-eslint/parser": "5.40.0",
2323
"eslint": "8.25.0",
2424
"eslint-config-prettier": "8.5.0",
2525
"eslint-plugin-jest": "26.9.0",

yarn.lock

Lines changed: 50 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -783,28 +783,28 @@
783783
dependencies:
784784
"@types/yargs-parser" "*"
785785

786-
"@typescript-eslint/eslint-plugin@5.39.0":
787-
version "5.39.0"
788-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
789-
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
790-
dependencies:
791-
"@typescript-eslint/scope-manager" "5.39.0"
792-
"@typescript-eslint/type-utils" "5.39.0"
793-
"@typescript-eslint/utils" "5.39.0"
786+
"@typescript-eslint/eslint-plugin@5.40.0":
787+
version "5.40.0"
788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
789+
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
790+
dependencies:
791+
"@typescript-eslint/scope-manager" "5.40.0"
792+
"@typescript-eslint/type-utils" "5.40.0"
793+
"@typescript-eslint/utils" "5.40.0"
794794
debug "^4.3.4"
795795
ignore "^5.2.0"
796796
regexpp "^3.2.0"
797797
semver "^7.3.7"
798798
tsutils "^3.21.0"
799799

800-
"@typescript-eslint/parser@5.39.0":
801-
version "5.39.0"
802-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
803-
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
800+
"@typescript-eslint/parser@5.40.0":
801+
version "5.40.0"
802+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
803+
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
804804
dependencies:
805-
"@typescript-eslint/scope-manager" "5.39.0"
806-
"@typescript-eslint/types" "5.39.0"
807-
"@typescript-eslint/typescript-estree" "5.39.0"
805+
"@typescript-eslint/scope-manager" "5.40.0"
806+
"@typescript-eslint/types" "5.40.0"
807+
"@typescript-eslint/typescript-estree" "5.40.0"
808808
debug "^4.3.4"
809809

810810
"@typescript-eslint/scope-manager@5.23.0":
@@ -815,21 +815,21 @@
815815
"@typescript-eslint/types" "5.23.0"
816816
"@typescript-eslint/visitor-keys" "5.23.0"
817817

818-
"@typescript-eslint/scope-manager@5.39.0":
819-
version "5.39.0"
820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
821-
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
818+
"@typescript-eslint/scope-manager@5.40.0":
819+
version "5.40.0"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
821+
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
822822
dependencies:
823-
"@typescript-eslint/types" "5.39.0"
824-
"@typescript-eslint/visitor-keys" "5.39.0"
823+
"@typescript-eslint/types" "5.40.0"
824+
"@typescript-eslint/visitor-keys" "5.40.0"
825825

826-
"@typescript-eslint/type-utils@5.39.0":
827-
version "5.39.0"
828-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
829-
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
826+
"@typescript-eslint/type-utils@5.40.0":
827+
version "5.40.0"
828+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
829+
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
830830
dependencies:
831-
"@typescript-eslint/typescript-estree" "5.39.0"
832-
"@typescript-eslint/utils" "5.39.0"
831+
"@typescript-eslint/typescript-estree" "5.40.0"
832+
"@typescript-eslint/utils" "5.40.0"
833833
debug "^4.3.4"
834834
tsutils "^3.21.0"
835835

@@ -838,10 +838,10 @@
838838
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
839839
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
840840

841-
"@typescript-eslint/types@5.39.0":
842-
version "5.39.0"
843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
844-
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
841+
"@typescript-eslint/types@5.40.0":
842+
version "5.40.0"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
844+
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
845845

846846
"@typescript-eslint/typescript-estree@5.23.0":
847847
version "5.23.0"
@@ -856,30 +856,31 @@
856856
semver "^7.3.5"
857857
tsutils "^3.21.0"
858858

859-
"@typescript-eslint/typescript-estree@5.39.0":
860-
version "5.39.0"
861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
862-
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
859+
"@typescript-eslint/typescript-estree@5.40.0":
860+
version "5.40.0"
861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
862+
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
863863
dependencies:
864-
"@typescript-eslint/types" "5.39.0"
865-
"@typescript-eslint/visitor-keys" "5.39.0"
864+
"@typescript-eslint/types" "5.40.0"
865+
"@typescript-eslint/visitor-keys" "5.40.0"
866866
debug "^4.3.4"
867867
globby "^11.1.0"
868868
is-glob "^4.0.3"
869869
semver "^7.3.7"
870870
tsutils "^3.21.0"
871871

872-
"@typescript-eslint/utils@5.39.0":
873-
version "5.39.0"
874-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
875-
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
872+
"@typescript-eslint/utils@5.40.0":
873+
version "5.40.0"
874+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
875+
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
876876
dependencies:
877877
"@types/json-schema" "^7.0.9"
878-
"@typescript-eslint/scope-manager" "5.39.0"
879-
"@typescript-eslint/types" "5.39.0"
880-
"@typescript-eslint/typescript-estree" "5.39.0"
878+
"@typescript-eslint/scope-manager" "5.40.0"
879+
"@typescript-eslint/types" "5.40.0"
880+
"@typescript-eslint/typescript-estree" "5.40.0"
881881
eslint-scope "^5.1.1"
882882
eslint-utils "^3.0.0"
883+
semver "^7.3.7"
883884

884885
"@typescript-eslint/utils@^5.10.0":
885886
version "5.23.0"
@@ -901,12 +902,12 @@
901902
"@typescript-eslint/types" "5.23.0"
902903
eslint-visitor-keys "^3.0.0"
903904

904-
"@typescript-eslint/visitor-keys@5.39.0":
905-
version "5.39.0"
906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
907-
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
905+
"@typescript-eslint/visitor-keys@5.40.0":
906+
version "5.40.0"
907+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
908+
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
908909
dependencies:
909-
"@typescript-eslint/types" "5.39.0"
910+
"@typescript-eslint/types" "5.40.0"
910911
eslint-visitor-keys "^3.3.0"
911912

912913
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)