Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit d72f1d5

Browse files
chore(deps): update typescript-eslint monorepo to v5.1.0 (#460)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 66756a6 commit d72f1d5

File tree

2 files changed

+71
-25
lines changed

2 files changed

+71
-25
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@babel/core": "7.15.8",
6969
"@babel/eslint-parser": "7.15.8",
7070
"@next/eslint-plugin-next": "11.1.2",
71-
"@typescript-eslint/eslint-plugin": "5.0.0",
72-
"@typescript-eslint/parser": "5.0.0",
71+
"@typescript-eslint/eslint-plugin": "5.1.0",
72+
"@typescript-eslint/parser": "5.1.0",
7373
"confusing-browser-globals": "1.0.10",
7474
"eslint-config-prettier": "8.3.0",
7575
"eslint-plugin-import": "2.25.2",

yarn.lock

+69-23
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@
10831083
jest-diff "^27.0.0"
10841084
pretty-format "^27.0.0"
10851085

1086-
"@types/json-schema@^7.0.7":
1086+
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
10871087
version "7.0.9"
10881088
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
10891089
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1147,29 +1147,29 @@
11471147
dependencies:
11481148
"@types/yargs-parser" "*"
11491149

1150-
"@typescript-eslint/eslint-plugin@5.0.0":
1151-
version "5.0.0"
1152-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac"
1153-
integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg==
1150+
"@typescript-eslint/eslint-plugin@5.1.0":
1151+
version "5.1.0"
1152+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.1.0.tgz#381c188dfab12f7a2c7b6a8ba2402d6273eadeaa"
1153+
integrity sha512-bekODL3Tqf36Yz8u+ilha4zGxL9mdB6LIsIoMAvvC5FAuWo4NpZYXtCbv7B2CeR1LhI/lLtLk+q4tbtxuoVuCg==
11541154
dependencies:
1155-
"@typescript-eslint/experimental-utils" "5.0.0"
1156-
"@typescript-eslint/scope-manager" "5.0.0"
1157-
debug "^4.3.1"
1155+
"@typescript-eslint/experimental-utils" "5.1.0"
1156+
"@typescript-eslint/scope-manager" "5.1.0"
1157+
debug "^4.3.2"
11581158
functional-red-black-tree "^1.0.1"
11591159
ignore "^5.1.8"
1160-
regexpp "^3.1.0"
1160+
regexpp "^3.2.0"
11611161
semver "^7.3.5"
11621162
tsutils "^3.21.0"
11631163

1164-
"@typescript-eslint/experimental-utils@5.0.0", "@typescript-eslint/experimental-utils@^5.0.0":
1165-
version "5.0.0"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
1167-
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
1164+
"@typescript-eslint/experimental-utils@5.1.0":
1165+
version "5.1.0"
1166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.1.0.tgz#918a1a3d30404cc1f8edcfdf0df200804ef90d31"
1167+
integrity sha512-ovE9qUiZMOMgxQAESZsdBT+EXIfx/YUYAbwGUI6V03amFdOOxI9c6kitkgRvLkJaLusgMZ2xBhss+tQ0Y1HWxA==
11681168
dependencies:
1169-
"@types/json-schema" "^7.0.7"
1170-
"@typescript-eslint/scope-manager" "5.0.0"
1171-
"@typescript-eslint/types" "5.0.0"
1172-
"@typescript-eslint/typescript-estree" "5.0.0"
1169+
"@types/json-schema" "^7.0.9"
1170+
"@typescript-eslint/scope-manager" "5.1.0"
1171+
"@typescript-eslint/types" "5.1.0"
1172+
"@typescript-eslint/typescript-estree" "5.1.0"
11731173
eslint-scope "^5.1.1"
11741174
eslint-utils "^3.0.0"
11751175

@@ -1185,15 +1185,27 @@
11851185
eslint-scope "^5.1.1"
11861186
eslint-utils "^3.0.0"
11871187

1188-
"@typescript-eslint/parser@5.0.0":
1188+
"@typescript-eslint/experimental-utils@^5.0.0":
11891189
version "5.0.0"
1190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592"
1191-
integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw==
1190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc"
1191+
integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg==
11921192
dependencies:
1193+
"@types/json-schema" "^7.0.7"
11931194
"@typescript-eslint/scope-manager" "5.0.0"
11941195
"@typescript-eslint/types" "5.0.0"
11951196
"@typescript-eslint/typescript-estree" "5.0.0"
1196-
debug "^4.3.1"
1197+
eslint-scope "^5.1.1"
1198+
eslint-utils "^3.0.0"
1199+
1200+
"@typescript-eslint/[email protected]":
1201+
version "5.1.0"
1202+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.1.0.tgz#6c7f837d210d2bc0a811e7ea742af414f4e00908"
1203+
integrity sha512-vx1P+mhCtYw3+bRHmbalq/VKP2Y3gnzNgxGxfEWc6OFpuEL7iQdAeq11Ke3Rhy8NjgB+AHsIWEwni3e+Y7djKA==
1204+
dependencies:
1205+
"@typescript-eslint/scope-manager" "5.1.0"
1206+
"@typescript-eslint/types" "5.1.0"
1207+
"@typescript-eslint/typescript-estree" "5.1.0"
1208+
debug "^4.3.2"
11971209

11981210
"@typescript-eslint/[email protected]":
11991211
version "4.33.0"
@@ -1211,6 +1223,14 @@
12111223
"@typescript-eslint/types" "5.0.0"
12121224
"@typescript-eslint/visitor-keys" "5.0.0"
12131225

1226+
"@typescript-eslint/[email protected]":
1227+
version "5.1.0"
1228+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.1.0.tgz#6f1f26ad66a8f71bbb33b635e74fec43f76b44df"
1229+
integrity sha512-yYlyVjvn5lvwCL37i4hPsa1s0ORsjkauhTqbb8MnpvUs7xykmcjGqwlNZ2Q5QpoqkJ1odlM2bqHqJwa28qV6Tw==
1230+
dependencies:
1231+
"@typescript-eslint/types" "5.1.0"
1232+
"@typescript-eslint/visitor-keys" "5.1.0"
1233+
12141234
"@typescript-eslint/[email protected]":
12151235
version "4.33.0"
12161236
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
@@ -1221,6 +1241,11 @@
12211241
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f"
12221242
integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w==
12231243

1244+
"@typescript-eslint/[email protected]":
1245+
version "5.1.0"
1246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.1.0.tgz#a8a75ddfc611660de6be17d3ad950302385607a9"
1247+
integrity sha512-sEwNINVxcB4ZgC6Fe6rUyMlvsB2jvVdgxjZEjQUQVlaSPMNamDOwO6/TB98kFt4sYYfNhdhTPBEQqNQZjMMswA==
1248+
12241249
"@typescript-eslint/[email protected]":
12251250
version "4.33.0"
12261251
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -1247,6 +1272,19 @@
12471272
semver "^7.3.5"
12481273
tsutils "^3.21.0"
12491274

1275+
"@typescript-eslint/[email protected]":
1276+
version "5.1.0"
1277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.1.0.tgz#132aea34372df09decda961cb42457433aa6e83d"
1278+
integrity sha512-SSz+l9YrIIsW4s0ZqaEfnjl156XQ4VRmJsbA0ZE1XkXrD3cRpzuZSVCyqeCMR3EBjF27IisWakbBDGhGNIOvfQ==
1279+
dependencies:
1280+
"@typescript-eslint/types" "5.1.0"
1281+
"@typescript-eslint/visitor-keys" "5.1.0"
1282+
debug "^4.3.2"
1283+
globby "^11.0.4"
1284+
is-glob "^4.0.3"
1285+
semver "^7.3.5"
1286+
tsutils "^3.21.0"
1287+
12501288
"@typescript-eslint/[email protected]":
12511289
version "4.33.0"
12521290
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
@@ -1263,6 +1301,14 @@
12631301
"@typescript-eslint/types" "5.0.0"
12641302
eslint-visitor-keys "^3.0.0"
12651303

1304+
"@typescript-eslint/[email protected]":
1305+
version "5.1.0"
1306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.1.0.tgz#e01a01b27eb173092705ae983aa1451bd1842630"
1307+
integrity sha512-uqNXepKBg81JVwjuqAxYrXa1Ql/YDzM+8g/pS+TCPxba0wZttl8m5DkrasbfnmJGHs4lQ2jTbcZ5azGhI7kK+w==
1308+
dependencies:
1309+
"@typescript-eslint/types" "5.1.0"
1310+
eslint-visitor-keys "^3.0.0"
1311+
12661312
JSONStream@^1.0.4:
12671313
version "1.3.5"
12681314
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
@@ -3091,7 +3137,7 @@ globals@^13.6.0, globals@^13.9.0:
30913137
dependencies:
30923138
type-fest "^0.20.2"
30933139

3094-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
3140+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3, globby@^11.0.4:
30953141
version "11.0.4"
30963142
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
30973143
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5702,7 +5748,7 @@ regexp.prototype.flags@^1.3.1:
57025748
call-bind "^1.0.2"
57035749
define-properties "^1.1.3"
57045750

5705-
regexpp@^3.1.0, regexpp@^3.2.0:
5751+
regexpp@^3.2.0:
57065752
version "3.2.0"
57075753
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
57085754
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==

0 commit comments

Comments
 (0)