Skip to content

Commit cd0d03a

Browse files
chore(deps): update typescript-eslint monorepo to v5.60.1
1 parent d484cb3 commit cd0d03a

File tree

2 files changed

+90
-69
lines changed

2 files changed

+90
-69
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.5.2",
9-
"@typescript-eslint/eslint-plugin": "5.27.0",
10-
"@typescript-eslint/parser": "5.27.0",
9+
"@typescript-eslint/eslint-plugin": "5.60.1",
10+
"@typescript-eslint/parser": "5.60.1",
1111
"babel-eslint": "10.1.0",
1212
"eslint": "8.31.0",
1313
"eslint-config-algolia": "20.0.0",

yarn.lock

Lines changed: 88 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,18 @@
293293
esquery "^1.4.0"
294294
jsdoc-type-pratt-parser "~3.1.0"
295295

296+
"@eslint-community/eslint-utils@^4.2.0":
297+
version "4.4.0"
298+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
299+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
300+
dependencies:
301+
eslint-visitor-keys "^3.3.0"
302+
303+
"@eslint-community/regexpp@^4.4.0":
304+
version "4.5.1"
305+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
306+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
307+
296308
"@eslint/eslintrc@^1.4.1":
297309
version "1.4.1"
298310
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
@@ -679,6 +691,11 @@
679691
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.3.tgz#68ada76827b0010d0db071f739314fa429943d0a"
680692
integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==
681693

694+
"@types/semver@^7.3.12":
695+
version "7.5.0"
696+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
697+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
698+
682699
"@types/stack-utils@^2.0.0":
683700
version "2.0.1"
684701
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -696,39 +713,32 @@
696713
dependencies:
697714
"@types/yargs-parser" "*"
698715

699-
"@typescript-eslint/eslint-plugin@5.27.0":
700-
version "5.27.0"
701-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
702-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
716+
"@typescript-eslint/eslint-plugin@5.60.1":
717+
version "5.60.1"
718+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.1.tgz#81382d6ecb92b8dda70e91f9035611cb2fecd1c3"
719+
integrity sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==
703720
dependencies:
704-
"@typescript-eslint/scope-manager" "5.27.0"
705-
"@typescript-eslint/type-utils" "5.27.0"
706-
"@typescript-eslint/utils" "5.27.0"
721+
"@eslint-community/regexpp" "^4.4.0"
722+
"@typescript-eslint/scope-manager" "5.60.1"
723+
"@typescript-eslint/type-utils" "5.60.1"
724+
"@typescript-eslint/utils" "5.60.1"
707725
debug "^4.3.4"
708-
functional-red-black-tree "^1.0.1"
726+
grapheme-splitter "^1.0.4"
709727
ignore "^5.2.0"
710-
regexpp "^3.2.0"
728+
natural-compare-lite "^1.4.0"
711729
semver "^7.3.7"
712730
tsutils "^3.21.0"
713731

714-
"@typescript-eslint/parser@5.27.0":
715-
version "5.27.0"
716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
717-
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
732+
"@typescript-eslint/parser@5.60.1":
733+
version "5.60.1"
734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
735+
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
718736
dependencies:
719-
"@typescript-eslint/scope-manager" "5.27.0"
720-
"@typescript-eslint/types" "5.27.0"
721-
"@typescript-eslint/typescript-estree" "5.27.0"
737+
"@typescript-eslint/scope-manager" "5.60.1"
738+
"@typescript-eslint/types" "5.60.1"
739+
"@typescript-eslint/typescript-estree" "5.60.1"
722740
debug "^4.3.4"
723741

724-
"@typescript-eslint/[email protected]":
725-
version "5.27.0"
726-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
727-
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
728-
dependencies:
729-
"@typescript-eslint/types" "5.27.0"
730-
"@typescript-eslint/visitor-keys" "5.27.0"
731-
732742
"@typescript-eslint/[email protected]":
733743
version "5.27.1"
734744
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz#4d1504392d01fe5f76f4a5825991ec78b7b7894d"
@@ -737,37 +747,33 @@
737747
"@typescript-eslint/types" "5.27.1"
738748
"@typescript-eslint/visitor-keys" "5.27.1"
739749

740-
"@typescript-eslint/type-utils@5.27.0":
741-
version "5.27.0"
742-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
743-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
750+
"@typescript-eslint/scope-manager@5.60.1":
751+
version "5.60.1"
752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
753+
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
744754
dependencies:
745-
"@typescript-eslint/utils" "5.27.0"
755+
"@typescript-eslint/types" "5.60.1"
756+
"@typescript-eslint/visitor-keys" "5.60.1"
757+
758+
"@typescript-eslint/[email protected]":
759+
version "5.60.1"
760+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
761+
integrity sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==
762+
dependencies:
763+
"@typescript-eslint/typescript-estree" "5.60.1"
764+
"@typescript-eslint/utils" "5.60.1"
746765
debug "^4.3.4"
747766
tsutils "^3.21.0"
748767

749-
"@typescript-eslint/[email protected]":
750-
version "5.27.0"
751-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
752-
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
753-
754768
"@typescript-eslint/[email protected]":
755769
version "5.27.1"
756770
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.1.tgz#34e3e629501349d38be6ae97841298c03a6ffbf1"
757771
integrity sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==
758772

759-
"@typescript-eslint/[email protected]":
760-
version "5.27.0"
761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
762-
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
763-
dependencies:
764-
"@typescript-eslint/types" "5.27.0"
765-
"@typescript-eslint/visitor-keys" "5.27.0"
766-
debug "^4.3.4"
767-
globby "^11.1.0"
768-
is-glob "^4.0.3"
769-
semver "^7.3.7"
770-
tsutils "^3.21.0"
773+
"@typescript-eslint/[email protected]":
774+
version "5.60.1"
775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
776+
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
771777

772778
"@typescript-eslint/[email protected]":
773779
version "5.27.1"
@@ -782,17 +788,32 @@
782788
semver "^7.3.7"
783789
tsutils "^3.21.0"
784790

785-
"@typescript-eslint/utils@5.27.0":
786-
version "5.27.0"
787-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
788-
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
791+
"@typescript-eslint/typescript-estree@5.60.1":
792+
version "5.60.1"
793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
794+
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
789795
dependencies:
796+
"@typescript-eslint/types" "5.60.1"
797+
"@typescript-eslint/visitor-keys" "5.60.1"
798+
debug "^4.3.4"
799+
globby "^11.1.0"
800+
is-glob "^4.0.3"
801+
semver "^7.3.7"
802+
tsutils "^3.21.0"
803+
804+
"@typescript-eslint/[email protected]":
805+
version "5.60.1"
806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
807+
integrity sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==
808+
dependencies:
809+
"@eslint-community/eslint-utils" "^4.2.0"
790810
"@types/json-schema" "^7.0.9"
791-
"@typescript-eslint/scope-manager" "5.27.0"
792-
"@typescript-eslint/types" "5.27.0"
793-
"@typescript-eslint/typescript-estree" "5.27.0"
811+
"@types/semver" "^7.3.12"
812+
"@typescript-eslint/scope-manager" "5.60.1"
813+
"@typescript-eslint/types" "5.60.1"
814+
"@typescript-eslint/typescript-estree" "5.60.1"
794815
eslint-scope "^5.1.1"
795-
eslint-utils "^3.0.0"
816+
semver "^7.3.7"
796817

797818
"@typescript-eslint/utils@^5.10.0":
798819
version "5.27.1"
@@ -806,14 +827,6 @@
806827
eslint-scope "^5.1.1"
807828
eslint-utils "^3.0.0"
808829

809-
"@typescript-eslint/[email protected]":
810-
version "5.27.0"
811-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
812-
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
813-
dependencies:
814-
"@typescript-eslint/types" "5.27.0"
815-
eslint-visitor-keys "^3.3.0"
816-
817830
"@typescript-eslint/[email protected]":
818831
version "5.27.1"
819832
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz#05a62666f2a89769dac2e6baa48f74e8472983af"
@@ -822,6 +835,14 @@
822835
"@typescript-eslint/types" "5.27.1"
823836
eslint-visitor-keys "^3.3.0"
824837

838+
"@typescript-eslint/[email protected]":
839+
version "5.60.1"
840+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
841+
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
842+
dependencies:
843+
"@typescript-eslint/types" "5.60.1"
844+
eslint-visitor-keys "^3.3.0"
845+
825846
abab@^2.0.3, abab@^2.0.5:
826847
version "2.0.6"
827848
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -1805,11 +1826,6 @@ function.prototype.name@^1.1.5:
18051826
es-abstract "^1.19.0"
18061827
functions-have-names "^1.2.2"
18071828

1808-
functional-red-black-tree@^1.0.1:
1809-
version "1.0.1"
1810-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
1811-
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
1812-
18131829
functions-have-names@^1.2.2:
18141830
version "1.2.3"
18151831
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
@@ -2879,6 +2895,11 @@ ms@^2.1.1:
28792895
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
28802896
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
28812897

2898+
natural-compare-lite@^1.4.0:
2899+
version "1.4.0"
2900+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2901+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2902+
28822903
natural-compare@^1.4.0:
28832904
version "1.4.0"
28842905
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)