Skip to content

Commit 8d717b5

Browse files
chore(deps): update typescript-eslint monorepo to v5.43.0
1 parent 6da46df commit 8d717b5

File tree

2 files changed

+82
-23
lines changed

2 files changed

+82
-23
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.43.0",
10+
"@typescript-eslint/parser": "5.43.0",
1111
"babel-eslint": "10.1.0",
1212
"eslint": "8.18.0",
1313
"eslint-config-algolia": "20.0.0",

yarn.lock

Lines changed: 80 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,11 @@
674674
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.6.3.tgz#68ada76827b0010d0db071f739314fa429943d0a"
675675
integrity sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==
676676

677+
"@types/semver@^7.3.12":
678+
version "7.3.13"
679+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
680+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
681+
677682
"@types/stack-utils@^2.0.0":
678683
version "2.0.1"
679684
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -691,29 +696,29 @@
691696
dependencies:
692697
"@types/yargs-parser" "*"
693698

694-
"@typescript-eslint/eslint-plugin@5.27.0":
695-
version "5.27.0"
696-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.0.tgz#23d82a4f21aaafd8f69dbab7e716323bb6695cc8"
697-
integrity sha512-DDrIA7GXtmHXr1VCcx9HivA39eprYBIFxbQEHI6NyraRDxCGpxAFiYQAT/1Y0vh1C+o2vfBiy4IuPoXxtTZCAQ==
699+
"@typescript-eslint/eslint-plugin@5.43.0":
700+
version "5.43.0"
701+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.43.0.tgz#4a5248eb31b454715ddfbf8cfbf497529a0a78bc"
702+
integrity sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==
698703
dependencies:
699-
"@typescript-eslint/scope-manager" "5.27.0"
700-
"@typescript-eslint/type-utils" "5.27.0"
701-
"@typescript-eslint/utils" "5.27.0"
704+
"@typescript-eslint/scope-manager" "5.43.0"
705+
"@typescript-eslint/type-utils" "5.43.0"
706+
"@typescript-eslint/utils" "5.43.0"
702707
debug "^4.3.4"
703-
functional-red-black-tree "^1.0.1"
704708
ignore "^5.2.0"
709+
natural-compare-lite "^1.4.0"
705710
regexpp "^3.2.0"
706711
semver "^7.3.7"
707712
tsutils "^3.21.0"
708713

709-
"@typescript-eslint/parser@5.27.0":
710-
version "5.27.0"
711-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
712-
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
714+
"@typescript-eslint/parser@5.43.0":
715+
version "5.43.0"
716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.43.0.tgz#9c86581234b88f2ba406f0b99a274a91c11630fd"
717+
integrity sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==
713718
dependencies:
714-
"@typescript-eslint/scope-manager" "5.27.0"
715-
"@typescript-eslint/types" "5.27.0"
716-
"@typescript-eslint/typescript-estree" "5.27.0"
719+
"@typescript-eslint/scope-manager" "5.43.0"
720+
"@typescript-eslint/types" "5.43.0"
721+
"@typescript-eslint/typescript-estree" "5.43.0"
717722
debug "^4.3.4"
718723

719724
"@typescript-eslint/[email protected]":
@@ -724,12 +729,21 @@
724729
"@typescript-eslint/types" "5.27.0"
725730
"@typescript-eslint/visitor-keys" "5.27.0"
726731

727-
"@typescript-eslint/[email protected]":
728-
version "5.27.0"
729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.27.0.tgz#36fd95f6747412251d79c795b586ba766cf0974b"
730-
integrity sha512-vpTvRRchaf628Hb/Xzfek+85o//zEUotr1SmexKvTfs7czXfYjXVT/a5yDbpzLBX1rhbqxjDdr1Gyo0x1Fc64g==
732+
"@typescript-eslint/[email protected]":
733+
version "5.43.0"
734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.43.0.tgz#566e46303392014d5d163704724872e1f2dd3c15"
735+
integrity sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==
736+
dependencies:
737+
"@typescript-eslint/types" "5.43.0"
738+
"@typescript-eslint/visitor-keys" "5.43.0"
739+
740+
"@typescript-eslint/[email protected]":
741+
version "5.43.0"
742+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.43.0.tgz#91110fb827df5161209ecca06f70d19a96030be6"
743+
integrity sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==
731744
dependencies:
732-
"@typescript-eslint/utils" "5.27.0"
745+
"@typescript-eslint/typescript-estree" "5.43.0"
746+
"@typescript-eslint/utils" "5.43.0"
733747
debug "^4.3.4"
734748
tsutils "^3.21.0"
735749

@@ -738,6 +752,11 @@
738752
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
739753
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
740754

755+
"@typescript-eslint/[email protected]":
756+
version "5.43.0"
757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
758+
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
759+
741760
"@typescript-eslint/[email protected]":
742761
version "5.27.0"
743762
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
@@ -751,7 +770,34 @@
751770
semver "^7.3.7"
752771
tsutils "^3.21.0"
753772

754-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
773+
"@typescript-eslint/[email protected]":
774+
version "5.43.0"
775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.43.0.tgz#b6883e58ba236a602c334be116bfc00b58b3b9f2"
776+
integrity sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==
777+
dependencies:
778+
"@typescript-eslint/types" "5.43.0"
779+
"@typescript-eslint/visitor-keys" "5.43.0"
780+
debug "^4.3.4"
781+
globby "^11.1.0"
782+
is-glob "^4.0.3"
783+
semver "^7.3.7"
784+
tsutils "^3.21.0"
785+
786+
"@typescript-eslint/[email protected]":
787+
version "5.43.0"
788+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.43.0.tgz#00fdeea07811dbdf68774a6f6eacfee17fcc669f"
789+
integrity sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==
790+
dependencies:
791+
"@types/json-schema" "^7.0.9"
792+
"@types/semver" "^7.3.12"
793+
"@typescript-eslint/scope-manager" "5.43.0"
794+
"@typescript-eslint/types" "5.43.0"
795+
"@typescript-eslint/typescript-estree" "5.43.0"
796+
eslint-scope "^5.1.1"
797+
eslint-utils "^3.0.0"
798+
semver "^7.3.7"
799+
800+
"@typescript-eslint/utils@^5.10.0":
755801
version "5.27.0"
756802
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.0.tgz#d0021cbf686467a6a9499bd0589e19665f9f7e71"
757803
integrity sha512-nZvCrkIJppym7cIbP3pOwIkAefXOmfGPnCM0LQfzNaKxJHI6VjI8NC662uoiPlaf5f6ymkTy9C3NQXev2mdXmA==
@@ -771,6 +817,14 @@
771817
"@typescript-eslint/types" "5.27.0"
772818
eslint-visitor-keys "^3.3.0"
773819

820+
"@typescript-eslint/[email protected]":
821+
version "5.43.0"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.43.0.tgz#cbbdadfdfea385310a20a962afda728ea106befa"
823+
integrity sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==
824+
dependencies:
825+
"@typescript-eslint/types" "5.43.0"
826+
eslint-visitor-keys "^3.3.0"
827+
774828
abab@^2.0.3, abab@^2.0.5:
775829
version "2.0.6"
776830
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -2789,6 +2843,11 @@ ms@^2.1.1:
27892843
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
27902844
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
27912845

2846+
natural-compare-lite@^1.4.0:
2847+
version "1.4.0"
2848+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
2849+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
2850+
27922851
natural-compare@^1.4.0:
27932852
version "1.4.0"
27942853
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)