Skip to content

Commit c0e59b9

Browse files
chore(deps): bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 (#365)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.30.0 to 4.31.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.31.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16ebbe4 commit c0e59b9

File tree

1 file changed

+46
-12
lines changed

1 file changed

+46
-12
lines changed

yarn.lock

Lines changed: 46 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2733,27 +2733,27 @@
27332733
"@types/yargs-parser" "*"
27342734

27352735
"@typescript-eslint/eslint-plugin@^4.29.3":
2736-
version "4.30.0"
2737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
2738-
integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
2736+
version "4.31.0"
2737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.0.tgz#9c3fa6f44bad789a962426ad951b54695bd3af6b"
2738+
integrity sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==
27392739
dependencies:
2740-
"@typescript-eslint/experimental-utils" "4.30.0"
2741-
"@typescript-eslint/scope-manager" "4.30.0"
2740+
"@typescript-eslint/experimental-utils" "4.31.0"
2741+
"@typescript-eslint/scope-manager" "4.31.0"
27422742
debug "^4.3.1"
27432743
functional-red-black-tree "^1.0.1"
27442744
regexpp "^3.1.0"
27452745
semver "^7.3.5"
27462746
tsutils "^3.21.0"
27472747

2748-
"@typescript-eslint/experimental-utils@4.30.0":
2749-
version "4.30.0"
2750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
2751-
integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
2748+
"@typescript-eslint/experimental-utils@4.31.0":
2749+
version "4.31.0"
2750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.0.tgz#0ef1d5d86c334f983a00f310e43c1ce4c14e054d"
2751+
integrity sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==
27522752
dependencies:
27532753
"@types/json-schema" "^7.0.7"
2754-
"@typescript-eslint/scope-manager" "4.30.0"
2755-
"@typescript-eslint/types" "4.30.0"
2756-
"@typescript-eslint/typescript-estree" "4.30.0"
2754+
"@typescript-eslint/scope-manager" "4.31.0"
2755+
"@typescript-eslint/types" "4.31.0"
2756+
"@typescript-eslint/typescript-estree" "4.31.0"
27572757
eslint-scope "^5.1.1"
27582758
eslint-utils "^3.0.0"
27592759

@@ -2775,11 +2775,24 @@
27752775
"@typescript-eslint/types" "4.30.0"
27762776
"@typescript-eslint/visitor-keys" "4.30.0"
27772777

2778+
"@typescript-eslint/[email protected]":
2779+
version "4.31.0"
2780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz#9be33aed4e9901db753803ba233b70d79a87fc3e"
2781+
integrity sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==
2782+
dependencies:
2783+
"@typescript-eslint/types" "4.31.0"
2784+
"@typescript-eslint/visitor-keys" "4.31.0"
2785+
27782786
"@typescript-eslint/[email protected]":
27792787
version "4.30.0"
27802788
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
27812789
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
27822790

2791+
"@typescript-eslint/[email protected]":
2792+
version "4.31.0"
2793+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
2794+
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
2795+
27832796
"@typescript-eslint/[email protected]":
27842797
version "4.30.0"
27852798
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
@@ -2793,6 +2806,19 @@
27932806
semver "^7.3.5"
27942807
tsutils "^3.21.0"
27952808

2809+
"@typescript-eslint/[email protected]":
2810+
version "4.31.0"
2811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz#4da4cb6274a7ef3b21d53f9e7147cc76f278a078"
2812+
integrity sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==
2813+
dependencies:
2814+
"@typescript-eslint/types" "4.31.0"
2815+
"@typescript-eslint/visitor-keys" "4.31.0"
2816+
debug "^4.3.1"
2817+
globby "^11.0.3"
2818+
is-glob "^4.0.1"
2819+
semver "^7.3.5"
2820+
tsutils "^3.21.0"
2821+
27962822
"@typescript-eslint/[email protected]":
27972823
version "4.30.0"
27982824
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
@@ -2801,6 +2827,14 @@
28012827
"@typescript-eslint/types" "4.30.0"
28022828
eslint-visitor-keys "^2.0.0"
28032829

2830+
"@typescript-eslint/[email protected]":
2831+
version "4.31.0"
2832+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz#4e87b7761cb4e0e627dc2047021aa693fc76ea2b"
2833+
integrity sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==
2834+
dependencies:
2835+
"@typescript-eslint/types" "4.31.0"
2836+
eslint-visitor-keys "^2.0.0"
2837+
28042838
JSONStream@^1.0.4:
28052839
version "1.3.5"
28062840
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)