Skip to content

Commit 7722856

Browse files
Update typescript-eslint monorepo to v4.10.0 (#218)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 615157e commit 7722856

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"devDependencies": {
2323
"patch-package": "6.2.2",
2424
"@changesets/cli": "2.12.0",
25-
"@typescript-eslint/eslint-plugin": "4.9.1",
26-
"@typescript-eslint/parser": "4.9.1",
25+
"@typescript-eslint/eslint-plugin": "4.10.0",
26+
"@typescript-eslint/parser": "4.10.0",
2727
"eslint": "7.15.0",
2828
"husky": "4.3.6",
2929
"lint-staged": "10.5.3",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,74 +1196,74 @@
11961196
dependencies:
11971197
"@types/yargs-parser" "*"
11981198

1199-
"@typescript-eslint/eslint-plugin@4.9.1":
1200-
version "4.9.1"
1201-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
1202-
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
1199+
"@typescript-eslint/eslint-plugin@4.10.0":
1200+
version "4.10.0"
1201+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
1202+
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
12031203
dependencies:
1204-
"@typescript-eslint/experimental-utils" "4.9.1"
1205-
"@typescript-eslint/scope-manager" "4.9.1"
1204+
"@typescript-eslint/experimental-utils" "4.10.0"
1205+
"@typescript-eslint/scope-manager" "4.10.0"
12061206
debug "^4.1.1"
12071207
functional-red-black-tree "^1.0.1"
12081208
regexpp "^3.0.0"
12091209
semver "^7.3.2"
12101210
tsutils "^3.17.1"
12111211

1212-
"@typescript-eslint/experimental-utils@4.9.1":
1213-
version "4.9.1"
1214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
1215-
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
1212+
"@typescript-eslint/experimental-utils@4.10.0":
1213+
version "4.10.0"
1214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
1215+
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
12161216
dependencies:
12171217
"@types/json-schema" "^7.0.3"
1218-
"@typescript-eslint/scope-manager" "4.9.1"
1219-
"@typescript-eslint/types" "4.9.1"
1220-
"@typescript-eslint/typescript-estree" "4.9.1"
1218+
"@typescript-eslint/scope-manager" "4.10.0"
1219+
"@typescript-eslint/types" "4.10.0"
1220+
"@typescript-eslint/typescript-estree" "4.10.0"
12211221
eslint-scope "^5.0.0"
12221222
eslint-utils "^2.0.0"
12231223

1224-
"@typescript-eslint/parser@4.9.1":
1225-
version "4.9.1"
1226-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
1227-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
1224+
"@typescript-eslint/parser@4.10.0":
1225+
version "4.10.0"
1226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031"
1227+
integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg==
12281228
dependencies:
1229-
"@typescript-eslint/scope-manager" "4.9.1"
1230-
"@typescript-eslint/types" "4.9.1"
1231-
"@typescript-eslint/typescript-estree" "4.9.1"
1229+
"@typescript-eslint/scope-manager" "4.10.0"
1230+
"@typescript-eslint/types" "4.10.0"
1231+
"@typescript-eslint/typescript-estree" "4.10.0"
12321232
debug "^4.1.1"
12331233

1234-
"@typescript-eslint/scope-manager@4.9.1":
1235-
version "4.9.1"
1236-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
1237-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
1234+
"@typescript-eslint/scope-manager@4.10.0":
1235+
version "4.10.0"
1236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
1237+
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
12381238
dependencies:
1239-
"@typescript-eslint/types" "4.9.1"
1240-
"@typescript-eslint/visitor-keys" "4.9.1"
1239+
"@typescript-eslint/types" "4.10.0"
1240+
"@typescript-eslint/visitor-keys" "4.10.0"
12411241

1242-
"@typescript-eslint/types@4.9.1":
1243-
version "4.9.1"
1244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
1245-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
1242+
"@typescript-eslint/types@4.10.0":
1243+
version "4.10.0"
1244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
1245+
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
12461246

1247-
"@typescript-eslint/typescript-estree@4.9.1":
1248-
version "4.9.1"
1249-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
1250-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
1247+
"@typescript-eslint/typescript-estree@4.10.0":
1248+
version "4.10.0"
1249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
1250+
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
12511251
dependencies:
1252-
"@typescript-eslint/types" "4.9.1"
1253-
"@typescript-eslint/visitor-keys" "4.9.1"
1252+
"@typescript-eslint/types" "4.10.0"
1253+
"@typescript-eslint/visitor-keys" "4.10.0"
12541254
debug "^4.1.1"
12551255
globby "^11.0.1"
12561256
is-glob "^4.0.1"
12571257
lodash "^4.17.15"
12581258
semver "^7.3.2"
12591259
tsutils "^3.17.1"
12601260

1261-
"@typescript-eslint/visitor-keys@4.9.1":
1262-
version "4.9.1"
1263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
1264-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
1261+
"@typescript-eslint/visitor-keys@4.10.0":
1262+
version "4.10.0"
1263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
1264+
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
12651265
dependencies:
1266-
"@typescript-eslint/types" "4.9.1"
1266+
"@typescript-eslint/types" "4.10.0"
12671267
eslint-visitor-keys "^2.0.0"
12681268

12691269
"@yarnpkg/lockfile@^1.1.0":

0 commit comments

Comments
 (0)