Skip to content

Commit 064907c

Browse files
chore(deps): update typescript-eslint monorepo to v5.10.1 (#205)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a493915 commit 064907c

File tree

2 files changed

+51
-58
lines changed

2 files changed

+51
-58
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.10.0",
10-
"@typescript-eslint/parser": "5.10.0",
9+
"@typescript-eslint/eslint-plugin": "5.10.1",
10+
"@typescript-eslint/parser": "5.10.1",
1111
"babel-eslint": "10.1.0",
1212
"eslint": "8.7.0",
1313
"eslint-config-algolia": "20.0.0",

yarn.lock

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

861-
"@typescript-eslint/[email protected].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"
861+
"@typescript-eslint/[email protected].1":
862+
version "5.10.1"
863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz#870195d0f2146b36d11fc71131b75aba52354c69"
864+
integrity sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==
865+
dependencies:
866+
"@typescript-eslint/scope-manager" "5.10.1"
867+
"@typescript-eslint/type-utils" "5.10.1"
868+
"@typescript-eslint/utils" "5.10.1"
869869
debug "^4.3.2"
870870
functional-red-black-tree "^1.0.1"
871871
ignore "^5.1.8"
@@ -885,23 +885,23 @@
885885
eslint-scope "^5.1.1"
886886
eslint-utils "^3.0.0"
887887

888-
"@typescript-eslint/[email protected].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==
888+
"@typescript-eslint/[email protected].1":
889+
version "5.10.1"
890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
891+
integrity sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==
892892
dependencies:
893-
"@typescript-eslint/scope-manager" "5.10.0"
894-
"@typescript-eslint/types" "5.10.0"
895-
"@typescript-eslint/typescript-estree" "5.10.0"
893+
"@typescript-eslint/scope-manager" "5.10.1"
894+
"@typescript-eslint/types" "5.10.1"
895+
"@typescript-eslint/typescript-estree" "5.10.1"
896896
debug "^4.3.2"
897897

898-
"@typescript-eslint/[email protected].0":
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==
898+
"@typescript-eslint/[email protected].1":
899+
version "5.10.1"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
901+
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
902902
dependencies:
903-
"@typescript-eslint/types" "5.10.0"
904-
"@typescript-eslint/visitor-keys" "5.10.0"
903+
"@typescript-eslint/types" "5.10.1"
904+
"@typescript-eslint/visitor-keys" "5.10.1"
905905

906906
"@typescript-eslint/[email protected]":
907907
version "5.4.0"
@@ -911,32 +911,32 @@
911911
"@typescript-eslint/types" "5.4.0"
912912
"@typescript-eslint/visitor-keys" "5.4.0"
913913

914-
"@typescript-eslint/[email protected].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==
914+
"@typescript-eslint/[email protected].1":
915+
version "5.10.1"
916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz#5e526c00142585e40ab1503e83f1ff608c367405"
917+
integrity sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==
918918
dependencies:
919-
"@typescript-eslint/utils" "5.10.0"
919+
"@typescript-eslint/utils" "5.10.1"
920920
debug "^4.3.2"
921921
tsutils "^3.21.0"
922922

923-
"@typescript-eslint/[email protected].0":
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==
923+
"@typescript-eslint/[email protected].1":
924+
version "5.10.1"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
926+
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
927927

928928
"@typescript-eslint/[email protected]":
929929
version "5.4.0"
930930
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.4.0.tgz#b1c130f4b381b77bec19696c6e3366f9781ce8f2"
931931
integrity sha512-GjXNpmn+n1LvnttarX+sPD6+S7giO+9LxDIGlRl4wK3a7qMWALOHYuVSZpPTfEIklYjaWuMtfKdeByx0AcaThA==
932932

933-
"@typescript-eslint/[email protected].0":
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==
933+
"@typescript-eslint/[email protected].1":
934+
version "5.10.1"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
936+
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
937937
dependencies:
938-
"@typescript-eslint/types" "5.10.0"
939-
"@typescript-eslint/visitor-keys" "5.10.0"
938+
"@typescript-eslint/types" "5.10.1"
939+
"@typescript-eslint/visitor-keys" "5.10.1"
940940
debug "^4.3.2"
941941
globby "^11.0.4"
942942
is-glob "^4.0.3"
@@ -956,24 +956,24 @@
956956
semver "^7.3.5"
957957
tsutils "^3.21.0"
958958

959-
"@typescript-eslint/[email protected].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==
959+
"@typescript-eslint/[email protected].1":
960+
version "5.10.1"
961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
962+
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
963963
dependencies:
964964
"@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"
965+
"@typescript-eslint/scope-manager" "5.10.1"
966+
"@typescript-eslint/types" "5.10.1"
967+
"@typescript-eslint/typescript-estree" "5.10.1"
968968
eslint-scope "^5.1.1"
969969
eslint-utils "^3.0.0"
970970

971-
"@typescript-eslint/[email protected].0":
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==
971+
"@typescript-eslint/[email protected].1":
972+
version "5.10.1"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
974+
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
975975
dependencies:
976-
"@typescript-eslint/types" "5.10.0"
976+
"@typescript-eslint/types" "5.10.1"
977977
eslint-visitor-keys "^3.0.0"
978978

979979
"@typescript-eslint/[email protected]":
@@ -1410,7 +1410,7 @@ data-urls@^2.0.0:
14101410
whatwg-mimetype "^2.3.0"
14111411
whatwg-url "^8.0.0"
14121412

1413-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2:
1413+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
14141414
version "4.3.3"
14151415
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
14161416
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
@@ -1431,13 +1431,6 @@ debug@^3.2.7:
14311431
dependencies:
14321432
ms "^2.1.1"
14331433

1434-
debug@^4.3.3:
1435-
version "4.3.3"
1436-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
1437-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
1438-
dependencies:
1439-
ms "2.1.2"
1440-
14411434
decimal.js@^10.2.1:
14421435
version "10.3.1"
14431436
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"

0 commit comments

Comments
 (0)