Skip to content

Commit 23ebf82

Browse files
Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.7.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 52ff535 commit 23ebf82

File tree

2 files changed

+49
-14
lines changed

2 files changed

+49
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/common-tags": "^1.8.0",
4949
"@types/jest": "^26.0.15",
5050
"@types/workerpool": "^6.0.0",
51-
"@typescript-eslint/eslint-plugin": "^4.6.1",
51+
"@typescript-eslint/eslint-plugin": "^4.7.0",
5252
"@typescript-eslint/parser": "^4.6.1",
5353
"broccoli-test-helper": "^2.0.0",
5454
"common-tags": "^1.8.0",

yarn.lock

+48-13
Original file line numberDiff line numberDiff line change
@@ -892,28 +892,28 @@
892892
dependencies:
893893
"@types/yargs-parser" "*"
894894

895-
"@typescript-eslint/eslint-plugin@^4.6.1":
896-
version "4.6.1"
897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.1.tgz#99d77eb7a016fd5a5e749d2c44a7e4c317eb7da3"
898-
integrity sha512-SNZyflefTMK2JyrPfFFzzoy2asLmZvZJ6+/L5cIqg4HfKGiW2Gr1Go1OyEVqne/U4QwmoasuMwppoBHWBWF2nA==
895+
"@typescript-eslint/eslint-plugin@^4.7.0":
896+
version "4.7.0"
897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
898+
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
899899
dependencies:
900-
"@typescript-eslint/experimental-utils" "4.6.1"
901-
"@typescript-eslint/scope-manager" "4.6.1"
900+
"@typescript-eslint/experimental-utils" "4.7.0"
901+
"@typescript-eslint/scope-manager" "4.7.0"
902902
debug "^4.1.1"
903903
functional-red-black-tree "^1.0.1"
904904
regexpp "^3.0.0"
905905
semver "^7.3.2"
906906
tsutils "^3.17.1"
907907

908-
"@typescript-eslint/experimental-utils@4.6.1":
909-
version "4.6.1"
910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
911-
integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg==
908+
"@typescript-eslint/experimental-utils@4.7.0":
909+
version "4.7.0"
910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
911+
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
912912
dependencies:
913913
"@types/json-schema" "^7.0.3"
914-
"@typescript-eslint/scope-manager" "4.6.1"
915-
"@typescript-eslint/types" "4.6.1"
916-
"@typescript-eslint/typescript-estree" "4.6.1"
914+
"@typescript-eslint/scope-manager" "4.7.0"
915+
"@typescript-eslint/types" "4.7.0"
916+
"@typescript-eslint/typescript-estree" "4.7.0"
917917
eslint-scope "^5.0.0"
918918
eslint-utils "^2.0.0"
919919

@@ -935,11 +935,24 @@
935935
"@typescript-eslint/types" "4.6.1"
936936
"@typescript-eslint/visitor-keys" "4.6.1"
937937

938+
"@typescript-eslint/scope-manager@4.7.0":
939+
version "4.7.0"
940+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
941+
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
942+
dependencies:
943+
"@typescript-eslint/types" "4.7.0"
944+
"@typescript-eslint/visitor-keys" "4.7.0"
945+
938946
"@typescript-eslint/types@4.6.1":
939947
version "4.6.1"
940948
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
941949
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
942950

951+
"@typescript-eslint/types@4.7.0":
952+
version "4.7.0"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
954+
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
955+
943956
"@typescript-eslint/typescript-estree@4.6.1":
944957
version "4.6.1"
945958
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
@@ -954,6 +967,20 @@
954967
semver "^7.3.2"
955968
tsutils "^3.17.1"
956969

970+
"@typescript-eslint/typescript-estree@4.7.0":
971+
version "4.7.0"
972+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
973+
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
974+
dependencies:
975+
"@typescript-eslint/types" "4.7.0"
976+
"@typescript-eslint/visitor-keys" "4.7.0"
977+
debug "^4.1.1"
978+
globby "^11.0.1"
979+
is-glob "^4.0.1"
980+
lodash "^4.17.15"
981+
semver "^7.3.2"
982+
tsutils "^3.17.1"
983+
957984
"@typescript-eslint/visitor-keys@4.6.1":
958985
version "4.6.1"
959986
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
@@ -962,6 +989,14 @@
962989
"@typescript-eslint/types" "4.6.1"
963990
eslint-visitor-keys "^2.0.0"
964991

992+
"@typescript-eslint/visitor-keys@4.7.0":
993+
version "4.7.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
995+
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
996+
dependencies:
997+
"@typescript-eslint/types" "4.7.0"
998+
eslint-visitor-keys "^2.0.0"
999+
9651000
abab@^2.0.3:
9661001
version "2.0.5"
9671002
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"

0 commit comments

Comments
 (0)