Skip to content

Commit 3e1609a

Browse files
chore(deps): update typescript-eslint monorepo to v5.26.0 (#225)
Co-authored-by: Renovate Bot <[email protected]>
1 parent af06ecd commit 3e1609a

File tree

2 files changed

+91
-61
lines changed

2 files changed

+91
-61
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.1",
9-
"@typescript-eslint/eslint-plugin": "5.12.1",
10-
"@typescript-eslint/parser": "5.12.1",
9+
"@typescript-eslint/eslint-plugin": "5.26.0",
10+
"@typescript-eslint/parser": "5.26.0",
1111
"babel-eslint": "10.1.0",
1212
"eslint": "8.9.0",
1313
"eslint-config-algolia": "20.0.0",

yarn.lock

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

861-
"@typescript-eslint/eslint-plugin@5.12.1":
862-
version "5.12.1"
863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
864-
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
865-
dependencies:
866-
"@typescript-eslint/scope-manager" "5.12.1"
867-
"@typescript-eslint/type-utils" "5.12.1"
868-
"@typescript-eslint/utils" "5.12.1"
869-
debug "^4.3.2"
861+
"@typescript-eslint/eslint-plugin@5.26.0":
862+
version "5.26.0"
863+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
864+
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
865+
dependencies:
866+
"@typescript-eslint/scope-manager" "5.26.0"
867+
"@typescript-eslint/type-utils" "5.26.0"
868+
"@typescript-eslint/utils" "5.26.0"
869+
debug "^4.3.4"
870870
functional-red-black-tree "^1.0.1"
871-
ignore "^5.1.8"
871+
ignore "^5.2.0"
872872
regexpp "^3.2.0"
873-
semver "^7.3.5"
873+
semver "^7.3.7"
874874
tsutils "^3.21.0"
875875

876876
"@typescript-eslint/experimental-utils@^5.0.0":
@@ -885,23 +885,23 @@
885885
eslint-scope "^5.1.1"
886886
eslint-utils "^3.0.0"
887887

888-
"@typescript-eslint/parser@5.12.1":
889-
version "5.12.1"
890-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
891-
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
888+
"@typescript-eslint/parser@5.26.0":
889+
version "5.26.0"
890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
891+
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
892892
dependencies:
893-
"@typescript-eslint/scope-manager" "5.12.1"
894-
"@typescript-eslint/types" "5.12.1"
895-
"@typescript-eslint/typescript-estree" "5.12.1"
896-
debug "^4.3.2"
893+
"@typescript-eslint/scope-manager" "5.26.0"
894+
"@typescript-eslint/types" "5.26.0"
895+
"@typescript-eslint/typescript-estree" "5.26.0"
896+
debug "^4.3.4"
897897

898-
"@typescript-eslint/scope-manager@5.12.1":
899-
version "5.12.1"
900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
901-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
898+
"@typescript-eslint/scope-manager@5.26.0":
899+
version "5.26.0"
900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
901+
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
902902
dependencies:
903-
"@typescript-eslint/types" "5.12.1"
904-
"@typescript-eslint/visitor-keys" "5.12.1"
903+
"@typescript-eslint/types" "5.26.0"
904+
"@typescript-eslint/visitor-keys" "5.26.0"
905905

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

914-
"@typescript-eslint/type-utils@5.12.1":
915-
version "5.12.1"
916-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
917-
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
914+
"@typescript-eslint/type-utils@5.26.0":
915+
version "5.26.0"
916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
917+
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
918918
dependencies:
919-
"@typescript-eslint/utils" "5.12.1"
920-
debug "^4.3.2"
919+
"@typescript-eslint/utils" "5.26.0"
920+
debug "^4.3.4"
921921
tsutils "^3.21.0"
922922

923-
"@typescript-eslint/types@5.12.1":
924-
version "5.12.1"
925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
926-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
923+
"@typescript-eslint/types@5.26.0":
924+
version "5.26.0"
925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
926+
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
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/typescript-estree@5.12.1":
934-
version "5.12.1"
935-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
936-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
933+
"@typescript-eslint/typescript-estree@5.26.0":
934+
version "5.26.0"
935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
936+
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
937937
dependencies:
938-
"@typescript-eslint/types" "5.12.1"
939-
"@typescript-eslint/visitor-keys" "5.12.1"
940-
debug "^4.3.2"
941-
globby "^11.0.4"
938+
"@typescript-eslint/types" "5.26.0"
939+
"@typescript-eslint/visitor-keys" "5.26.0"
940+
debug "^4.3.4"
941+
globby "^11.1.0"
942942
is-glob "^4.0.3"
943-
semver "^7.3.5"
943+
semver "^7.3.7"
944944
tsutils "^3.21.0"
945945

946946
"@typescript-eslint/[email protected]":
@@ -956,25 +956,25 @@
956956
semver "^7.3.5"
957957
tsutils "^3.21.0"
958958

959-
"@typescript-eslint/utils@5.12.1":
960-
version "5.12.1"
961-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
962-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
959+
"@typescript-eslint/utils@5.26.0":
960+
version "5.26.0"
961+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
962+
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
963963
dependencies:
964964
"@types/json-schema" "^7.0.9"
965-
"@typescript-eslint/scope-manager" "5.12.1"
966-
"@typescript-eslint/types" "5.12.1"
967-
"@typescript-eslint/typescript-estree" "5.12.1"
965+
"@typescript-eslint/scope-manager" "5.26.0"
966+
"@typescript-eslint/types" "5.26.0"
967+
"@typescript-eslint/typescript-estree" "5.26.0"
968968
eslint-scope "^5.1.1"
969969
eslint-utils "^3.0.0"
970970

971-
"@typescript-eslint/visitor-keys@5.12.1":
972-
version "5.12.1"
973-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
974-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
971+
"@typescript-eslint/visitor-keys@5.26.0":
972+
version "5.26.0"
973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
974+
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
975975
dependencies:
976-
"@typescript-eslint/types" "5.12.1"
977-
eslint-visitor-keys "^3.0.0"
976+
"@typescript-eslint/types" "5.26.0"
977+
eslint-visitor-keys "^3.3.0"
978978

979979
"@typescript-eslint/[email protected]":
980980
version "5.4.0"
@@ -1856,6 +1856,17 @@ fast-glob@^3.1.1:
18561856
merge2 "^1.3.0"
18571857
micromatch "^4.0.4"
18581858

1859+
fast-glob@^3.2.9:
1860+
version "3.2.11"
1861+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
1862+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
1863+
dependencies:
1864+
"@nodelib/fs.stat" "^2.0.2"
1865+
"@nodelib/fs.walk" "^1.2.3"
1866+
glob-parent "^5.1.2"
1867+
merge2 "^1.3.0"
1868+
micromatch "^4.0.4"
1869+
18591870
[email protected], fast-json-stable-stringify@^2.0.0:
18601871
version "2.1.0"
18611872
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2038,6 +2049,18 @@ globby@^11.0.4:
20382049
merge2 "^1.3.0"
20392050
slash "^3.0.0"
20402051

2052+
globby@^11.1.0:
2053+
version "11.1.0"
2054+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2055+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2056+
dependencies:
2057+
array-union "^2.1.0"
2058+
dir-glob "^3.0.1"
2059+
fast-glob "^3.2.9"
2060+
ignore "^5.2.0"
2061+
merge2 "^1.4.1"
2062+
slash "^3.0.0"
2063+
20412064
graceful-fs@^4.2.4:
20422065
version "4.2.8"
20432066
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
@@ -2128,7 +2151,7 @@ ignore@^4.0.6:
21282151
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
21292152
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
21302153

2131-
ignore@^5.0.5, ignore@^5.1.4, ignore@^5.1.8:
2154+
ignore@^5.0.5, ignore@^5.1.4:
21322155
version "5.1.9"
21332156
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
21342157
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
@@ -2956,7 +2979,7 @@ merge-stream@^2.0.0:
29562979
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
29572980
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
29582981

2959-
merge2@^1.3.0:
2982+
merge2@^1.3.0, merge2@^1.4.1:
29602983
version "1.4.1"
29612984
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
29622985
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3391,6 +3414,13 @@ semver@^6.0.0, semver@^6.3.0:
33913414
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
33923415
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
33933416

3417+
semver@^7.3.7:
3418+
version "7.3.7"
3419+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
3420+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
3421+
dependencies:
3422+
lru-cache "^6.0.0"
3423+
33943424
shebang-command@^2.0.0:
33953425
version "2.0.0"
33963426
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)