Skip to content

Commit 3572cc9

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @typescript-eslint/eslint-plugin to ^4.10.0
1 parent 68ab114 commit 3572cc9

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/jest": "^26.0.19",
4949
"@types/micromatch": "^4.0.1",
5050
"@types/node": "^14.14.13",
51-
"@typescript-eslint/eslint-plugin": "^4.9.1",
51+
"@typescript-eslint/eslint-plugin": "^4.10.0",
5252
"eslint": "^7.13.0",
5353
"eslint-config-airbnb": "^18.2.1",
5454
"eslint-config-airbnb-typescript": "^12.0.0",

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,28 +1024,28 @@
10241024
dependencies:
10251025
"@types/yargs-parser" "*"
10261026

1027-
"@typescript-eslint/eslint-plugin@^4.9.1":
1028-
version "4.9.1"
1029-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
1030-
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
1027+
"@typescript-eslint/eslint-plugin@^4.10.0":
1028+
version "4.10.0"
1029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
1030+
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
10311031
dependencies:
1032-
"@typescript-eslint/experimental-utils" "4.9.1"
1033-
"@typescript-eslint/scope-manager" "4.9.1"
1032+
"@typescript-eslint/experimental-utils" "4.10.0"
1033+
"@typescript-eslint/scope-manager" "4.10.0"
10341034
debug "^4.1.1"
10351035
functional-red-black-tree "^1.0.1"
10361036
regexpp "^3.0.0"
10371037
semver "^7.3.2"
10381038
tsutils "^3.17.1"
10391039

1040-
"@typescript-eslint/experimental-utils@4.9.1":
1041-
version "4.9.1"
1042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
1043-
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
1040+
"@typescript-eslint/experimental-utils@4.10.0":
1041+
version "4.10.0"
1042+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
1043+
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
10441044
dependencies:
10451045
"@types/json-schema" "^7.0.3"
1046-
"@typescript-eslint/scope-manager" "4.9.1"
1047-
"@typescript-eslint/types" "4.9.1"
1048-
"@typescript-eslint/typescript-estree" "4.9.1"
1046+
"@typescript-eslint/scope-manager" "4.10.0"
1047+
"@typescript-eslint/types" "4.10.0"
1048+
"@typescript-eslint/typescript-estree" "4.10.0"
10491049
eslint-scope "^5.0.0"
10501050
eslint-utils "^2.0.0"
10511051

@@ -1059,6 +1059,14 @@
10591059
"@typescript-eslint/typescript-estree" "4.4.1"
10601060
debug "^4.1.1"
10611061

1062+
"@typescript-eslint/scope-manager@4.10.0":
1063+
version "4.10.0"
1064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
1065+
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
1066+
dependencies:
1067+
"@typescript-eslint/types" "4.10.0"
1068+
"@typescript-eslint/visitor-keys" "4.10.0"
1069+
10621070
"@typescript-eslint/scope-manager@4.4.1":
10631071
version "4.4.1"
10641072
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
@@ -1067,23 +1075,29 @@
10671075
"@typescript-eslint/types" "4.4.1"
10681076
"@typescript-eslint/visitor-keys" "4.4.1"
10691077

1070-
"@typescript-eslint/scope-manager@4.9.1":
1071-
version "4.9.1"
1072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
1073-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
1074-
dependencies:
1075-
"@typescript-eslint/types" "4.9.1"
1076-
"@typescript-eslint/visitor-keys" "4.9.1"
1078+
"@typescript-eslint/types@4.10.0":
1079+
version "4.10.0"
1080+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
1081+
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
10771082

10781083
"@typescript-eslint/types@4.4.1":
10791084
version "4.4.1"
10801085
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
10811086
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
10821087

1083-
"@typescript-eslint/types@4.9.1":
1084-
version "4.9.1"
1085-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
1086-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
1088+
"@typescript-eslint/typescript-estree@4.10.0":
1089+
version "4.10.0"
1090+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
1091+
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
1092+
dependencies:
1093+
"@typescript-eslint/types" "4.10.0"
1094+
"@typescript-eslint/visitor-keys" "4.10.0"
1095+
debug "^4.1.1"
1096+
globby "^11.0.1"
1097+
is-glob "^4.0.1"
1098+
lodash "^4.17.15"
1099+
semver "^7.3.2"
1100+
tsutils "^3.17.1"
10871101

10881102
"@typescript-eslint/typescript-estree@4.4.1":
10891103
version "4.4.1"
@@ -1099,19 +1113,13 @@
10991113
semver "^7.3.2"
11001114
tsutils "^3.17.1"
11011115

1102-
"@typescript-eslint/typescript-estree@4.9.1":
1103-
version "4.9.1"
1104-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
1105-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
1116+
"@typescript-eslint/visitor-keys@4.10.0":
1117+
version "4.10.0"
1118+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
1119+
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
11061120
dependencies:
1107-
"@typescript-eslint/types" "4.9.1"
1108-
"@typescript-eslint/visitor-keys" "4.9.1"
1109-
debug "^4.1.1"
1110-
globby "^11.0.1"
1111-
is-glob "^4.0.1"
1112-
lodash "^4.17.15"
1113-
semver "^7.3.2"
1114-
tsutils "^3.17.1"
1121+
"@typescript-eslint/types" "4.10.0"
1122+
eslint-visitor-keys "^2.0.0"
11151123

11161124
"@typescript-eslint/visitor-keys@4.4.1":
11171125
version "4.4.1"
@@ -1121,14 +1129,6 @@
11211129
"@typescript-eslint/types" "4.4.1"
11221130
eslint-visitor-keys "^2.0.0"
11231131

1124-
"@typescript-eslint/visitor-keys@4.9.1":
1125-
version "4.9.1"
1126-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
1127-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
1128-
dependencies:
1129-
"@typescript-eslint/types" "4.9.1"
1130-
eslint-visitor-keys "^2.0.0"
1131-
11321132
abab@^2.0.3:
11331133
version "2.0.5"
11341134
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)