Skip to content

Commit 438d37b

Browse files
chore(deps): update typescript-eslint monorepo to v5.10.0 (#203)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 98e8644 commit 438d37b

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"author": "Jonathan Montane <[email protected]>",
77
"devDependencies": {
88
"@types/jest": "27.4.0",
9-
"@typescript-eslint/eslint-plugin": "5.9.1",
10-
"@typescript-eslint/parser": "5.9.1",
9+
"@typescript-eslint/eslint-plugin": "5.10.0",
10+
"@typescript-eslint/parser": "5.10.0",
1111
"babel-eslint": "10.1.0",
1212
"eslint": "8.7.0",
1313
"eslint-config-algolia": "20.0.0",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -858,33 +858,21 @@
858858
dependencies:
859859
"@types/yargs-parser" "*"
860860

861-
"@typescript-eslint/eslint-plugin@5.9.1":
862-
version "5.9.1"
863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz#e5a86d7e1f9dc0b3df1e6d94feaf20dd838d066c"
864-
integrity sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==
865-
dependencies:
866-
"@typescript-eslint/experimental-utils" "5.9.1"
867-
"@typescript-eslint/scope-manager" "5.9.1"
868-
"@typescript-eslint/type-utils" "5.9.1"
861+
"@typescript-eslint/eslint-plugin@5.10.0":
862+
version "5.10.0"
863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.0.tgz#e90afea96dff8620892ad216b0e4ccdf8ee32d3a"
864+
integrity sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==
865+
dependencies:
866+
"@typescript-eslint/scope-manager" "5.10.0"
867+
"@typescript-eslint/type-utils" "5.10.0"
868+
"@typescript-eslint/utils" "5.10.0"
869869
debug "^4.3.2"
870870
functional-red-black-tree "^1.0.1"
871871
ignore "^5.1.8"
872872
regexpp "^3.2.0"
873873
semver "^7.3.5"
874874
tsutils "^3.21.0"
875875

876-
"@typescript-eslint/[email protected]":
877-
version "5.9.1"
878-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz#8c407c4dd5ffe522329df6e4c9c2b52206d5f7f1"
879-
integrity sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==
880-
dependencies:
881-
"@types/json-schema" "^7.0.9"
882-
"@typescript-eslint/scope-manager" "5.9.1"
883-
"@typescript-eslint/types" "5.9.1"
884-
"@typescript-eslint/typescript-estree" "5.9.1"
885-
eslint-scope "^5.1.1"
886-
eslint-utils "^3.0.0"
887-
888876
"@typescript-eslint/experimental-utils@^5.0.0":
889877
version "5.4.0"
890878
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.4.0.tgz#238a7418d2da3b24874ba35385eb21cc61d2a65e"
@@ -897,16 +885,24 @@
897885
eslint-scope "^5.1.1"
898886
eslint-utils "^3.0.0"
899887

900-
"@typescript-eslint/parser@5.9.1":
901-
version "5.9.1"
902-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.9.1.tgz#b114011010a87e17b3265ca715e16c76a9834cef"
903-
integrity sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==
888+
"@typescript-eslint/parser@5.10.0":
889+
version "5.10.0"
890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.0.tgz#8f59e036f5f1cffc178cacbd5ccdd02aeb96c91c"
891+
integrity sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==
904892
dependencies:
905-
"@typescript-eslint/scope-manager" "5.9.1"
906-
"@typescript-eslint/types" "5.9.1"
907-
"@typescript-eslint/typescript-estree" "5.9.1"
893+
"@typescript-eslint/scope-manager" "5.10.0"
894+
"@typescript-eslint/types" "5.10.0"
895+
"@typescript-eslint/typescript-estree" "5.10.0"
908896
debug "^4.3.2"
909897

898+
"@typescript-eslint/[email protected]":
899+
version "5.10.0"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
901+
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==
902+
dependencies:
903+
"@typescript-eslint/types" "5.10.0"
904+
"@typescript-eslint/visitor-keys" "5.10.0"
905+
910906
"@typescript-eslint/[email protected]":
911907
version "5.4.0"
912908
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.4.0.tgz#aaab08415f4a9cf32b870c7750ae8ba4607126a1"
@@ -915,32 +911,37 @@
915911
"@typescript-eslint/types" "5.4.0"
916912
"@typescript-eslint/visitor-keys" "5.4.0"
917913

918-
"@typescript-eslint/scope-manager@5.9.1":
919-
version "5.9.1"
920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz#6c27be89f1a9409f284d95dfa08ee3400166fe69"
921-
integrity sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==
914+
"@typescript-eslint/type-utils@5.10.0":
915+
version "5.10.0"
916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.0.tgz#8524b9479c19c478347a7df216827e749e4a51e5"
917+
integrity sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==
922918
dependencies:
923-
"@typescript-eslint/types" "5.9.1"
924-
"@typescript-eslint/visitor-keys" "5.9.1"
925-
926-
"@typescript-eslint/[email protected]":
927-
version "5.9.1"
928-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz#c6832ffe655b9b1fec642d36db1a262d721193de"
929-
integrity sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==
930-
dependencies:
931-
"@typescript-eslint/experimental-utils" "5.9.1"
919+
"@typescript-eslint/utils" "5.10.0"
932920
debug "^4.3.2"
933921
tsutils "^3.21.0"
934922

923+
"@typescript-eslint/[email protected]":
924+
version "5.10.0"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
926+
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
927+
935928
"@typescript-eslint/[email protected]":
936929
version "5.4.0"
937930
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
938931
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
939932

940-
"@typescript-eslint/[email protected]":
941-
version "5.9.1"
942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.9.1.tgz#1bef8f238a2fb32ebc6ff6d75020d9f47a1593c6"
943-
integrity sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==
933+
"@typescript-eslint/[email protected]":
934+
version "5.10.0"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
936+
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==
937+
dependencies:
938+
"@typescript-eslint/types" "5.10.0"
939+
"@typescript-eslint/visitor-keys" "5.10.0"
940+
debug "^4.3.2"
941+
globby "^11.0.4"
942+
is-glob "^4.0.3"
943+
semver "^7.3.5"
944+
tsutils "^3.21.0"
944945

945946
"@typescript-eslint/[email protected]":
946947
version "5.4.0"
@@ -955,18 +956,25 @@
955956
semver "^7.3.5"
956957
tsutils "^3.21.0"
957958

958-
"@typescript-eslint/typescript-estree@5.9.1":
959-
version "5.9.1"
960-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz#d5b996f49476495070d2b8dd354861cf33c005d6"
961-
integrity sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==
959+
"@typescript-eslint/utils@5.10.0":
960+
version "5.10.0"
961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
962+
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
962963
dependencies:
963-
"@typescript-eslint/types" "5.9.1"
964-
"@typescript-eslint/visitor-keys" "5.9.1"
965-
debug "^4.3.2"
966-
globby "^11.0.4"
967-
is-glob "^4.0.3"
968-
semver "^7.3.5"
969-
tsutils "^3.21.0"
964+
"@types/json-schema" "^7.0.9"
965+
"@typescript-eslint/scope-manager" "5.10.0"
966+
"@typescript-eslint/types" "5.10.0"
967+
"@typescript-eslint/typescript-estree" "5.10.0"
968+
eslint-scope "^5.1.1"
969+
eslint-utils "^3.0.0"
970+
971+
"@typescript-eslint/[email protected]":
972+
version "5.10.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
974+
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==
975+
dependencies:
976+
"@typescript-eslint/types" "5.10.0"
977+
eslint-visitor-keys "^3.0.0"
970978

971979
"@typescript-eslint/[email protected]":
972980
version "5.4.0"
@@ -976,14 +984,6 @@
976984
"@typescript-eslint/types" "5.4.0"
977985
eslint-visitor-keys "^3.0.0"
978986

979-
"@typescript-eslint/[email protected]":
980-
version "5.9.1"
981-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz#f52206f38128dd4f675cf28070a41596eee985b7"
982-
integrity sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==
983-
dependencies:
984-
"@typescript-eslint/types" "5.9.1"
985-
eslint-visitor-keys "^3.0.0"
986-
987987
abab@^2.0.3, abab@^2.0.5:
988988
version "2.0.5"
989989
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)