Skip to content

Commit 8446f3c

Browse files
committed
fix(deps): update typescript-eslint monorepo to ^4.30.0
1 parent 7b91ea4 commit 8446f3c

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
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@sourcegraph/prettierrc": "^3.0.3",
38-
"@typescript-eslint/eslint-plugin": "^4.28.3",
39-
"@typescript-eslint/parser": "^4.28.3",
38+
"@typescript-eslint/eslint-plugin": "^4.30.0",
39+
"@typescript-eslint/parser": "^4.30.0",
4040
"eslint-config-prettier": "^6.15.0",
4141
"eslint-plugin-ban": "^1.4.0",
4242
"eslint-plugin-etc": "^1.1.7",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -538,73 +538,73 @@
538538
dependencies:
539539
"@types/yargs-parser" "*"
540540

541-
"@typescript-eslint/eslint-plugin@^4.28.3":
542-
version "4.28.3"
543-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b"
544-
integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==
541+
"@typescript-eslint/eslint-plugin@^4.30.0":
542+
version "4.30.0"
543+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
544+
integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
545545
dependencies:
546-
"@typescript-eslint/experimental-utils" "4.28.3"
547-
"@typescript-eslint/scope-manager" "4.28.3"
546+
"@typescript-eslint/experimental-utils" "4.30.0"
547+
"@typescript-eslint/scope-manager" "4.30.0"
548548
debug "^4.3.1"
549549
functional-red-black-tree "^1.0.1"
550550
regexpp "^3.1.0"
551551
semver "^7.3.5"
552552
tsutils "^3.21.0"
553553

554-
"@typescript-eslint/experimental-utils@4.28.3", "@typescript-eslint/experimental-utils@^4.0.0":
555-
version "4.28.3"
556-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca"
557-
integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==
554+
"@typescript-eslint/experimental-utils@4.30.0", "@typescript-eslint/experimental-utils@^4.0.0":
555+
version "4.30.0"
556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
557+
integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
558558
dependencies:
559559
"@types/json-schema" "^7.0.7"
560-
"@typescript-eslint/scope-manager" "4.28.3"
561-
"@typescript-eslint/types" "4.28.3"
562-
"@typescript-eslint/typescript-estree" "4.28.3"
560+
"@typescript-eslint/scope-manager" "4.30.0"
561+
"@typescript-eslint/types" "4.30.0"
562+
"@typescript-eslint/typescript-estree" "4.30.0"
563563
eslint-scope "^5.1.1"
564564
eslint-utils "^3.0.0"
565565

566-
"@typescript-eslint/parser@^4.28.3":
567-
version "4.28.3"
568-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.3.tgz#95f1d475c08268edffdcb2779993c488b6434b44"
569-
integrity sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==
566+
"@typescript-eslint/parser@^4.30.0":
567+
version "4.30.0"
568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
569+
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
570570
dependencies:
571-
"@typescript-eslint/scope-manager" "4.28.3"
572-
"@typescript-eslint/types" "4.28.3"
573-
"@typescript-eslint/typescript-estree" "4.28.3"
571+
"@typescript-eslint/scope-manager" "4.30.0"
572+
"@typescript-eslint/types" "4.30.0"
573+
"@typescript-eslint/typescript-estree" "4.30.0"
574574
debug "^4.3.1"
575575

576-
"@typescript-eslint/scope-manager@4.28.3":
577-
version "4.28.3"
578-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
579-
integrity sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==
576+
"@typescript-eslint/scope-manager@4.30.0":
577+
version "4.30.0"
578+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
579+
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
580580
dependencies:
581-
"@typescript-eslint/types" "4.28.3"
582-
"@typescript-eslint/visitor-keys" "4.28.3"
581+
"@typescript-eslint/types" "4.30.0"
582+
"@typescript-eslint/visitor-keys" "4.30.0"
583583

584-
"@typescript-eslint/types@4.28.3":
585-
version "4.28.3"
586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
587-
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
584+
"@typescript-eslint/types@4.30.0":
585+
version "4.30.0"
586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
587+
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
588588

589-
"@typescript-eslint/typescript-estree@4.28.3":
590-
version "4.28.3"
591-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
592-
integrity sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==
589+
"@typescript-eslint/typescript-estree@4.30.0":
590+
version "4.30.0"
591+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
592+
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
593593
dependencies:
594-
"@typescript-eslint/types" "4.28.3"
595-
"@typescript-eslint/visitor-keys" "4.28.3"
594+
"@typescript-eslint/types" "4.30.0"
595+
"@typescript-eslint/visitor-keys" "4.30.0"
596596
debug "^4.3.1"
597597
globby "^11.0.3"
598598
is-glob "^4.0.1"
599599
semver "^7.3.5"
600600
tsutils "^3.21.0"
601601

602-
"@typescript-eslint/visitor-keys@4.28.3":
603-
version "4.28.3"
604-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"
605-
integrity sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==
602+
"@typescript-eslint/visitor-keys@4.30.0":
603+
version "4.30.0"
604+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
605+
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
606606
dependencies:
607-
"@typescript-eslint/types" "4.28.3"
607+
"@typescript-eslint/types" "4.30.0"
608608
eslint-visitor-keys "^2.0.0"
609609

610610
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:

0 commit comments

Comments
 (0)