Skip to content

Commit 9d96670

Browse files
Bump @typescript-eslint/eslint-plugin from 3.0.2 to 4.0.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.0.2 to 4.0.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.0.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent bff7a86 commit 9d96670

File tree

2 files changed

+72
-6
lines changed

2 files changed

+72
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@types/jest": "^25.2.3",
3333
"@types/react": "^16.9.35",
34-
"@typescript-eslint/eslint-plugin": "^3.0.2",
34+
"@typescript-eslint/eslint-plugin": "^4.0.0",
3535
"@typescript-eslint/parser": "^3.0.2",
3636
"concurrently": "^5.2.0",
3737
"docz": "^2.3.1",

yarn.lock

+71-5
Original file line numberDiff line numberDiff line change
@@ -2486,12 +2486,14 @@
24862486
regexpp "^3.0.0"
24872487
tsutils "^3.17.1"
24882488

2489-
"@typescript-eslint/eslint-plugin@^3.0.2":
2490-
version "3.0.2"
2491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.0.2.tgz#4a114a066e2f9659b25682ee59d4866e15a17ec3"
2492-
integrity sha512-ER3bSS/A/pKQT/hjMGCK8UQzlL0yLjuCZ/G8CDFJFVTfl3X65fvq2lNYqOG8JPTfrPa2RULCdwfOyFjZEMNExQ==
2489+
"@typescript-eslint/eslint-plugin@^4.0.0":
2490+
version "4.0.0"
2491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0.tgz#99349a501447fed91de18346705c0c65cf603bee"
2492+
integrity sha512-5e6q1TR7gS2P+8W2xndCu7gBh3BzmYEo70OyIdsmCmknHha/yNbz2vdevl+tP1uoaMOcrzg4gyrAijuV3DDBHA==
24932493
dependencies:
2494-
"@typescript-eslint/experimental-utils" "3.0.2"
2494+
"@typescript-eslint/experimental-utils" "4.0.0"
2495+
"@typescript-eslint/scope-manager" "4.0.0"
2496+
debug "^4.1.1"
24952497
functional-red-black-tree "^1.0.1"
24962498
regexpp "^3.0.0"
24972499
semver "^7.3.2"
@@ -2517,6 +2519,18 @@
25172519
eslint-scope "^5.0.0"
25182520
eslint-utils "^2.0.0"
25192521

2522+
"@typescript-eslint/experimental-utils@4.0.0":
2523+
version "4.0.0"
2524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0.tgz#fbec21a3b5ab59127edb6ce2e139ed378cc50eb5"
2525+
integrity sha512-hbX6zR+a/vcpFVNJYN/Nbd7gmaMosDTxHEKcvmhWeWcq/0UDifrqmCfkkodbAKL46Fn4ekSBMTyq2zlNDzcQxw==
2526+
dependencies:
2527+
"@types/json-schema" "^7.0.3"
2528+
"@typescript-eslint/scope-manager" "4.0.0"
2529+
"@typescript-eslint/types" "4.0.0"
2530+
"@typescript-eslint/typescript-estree" "4.0.0"
2531+
eslint-scope "^5.0.0"
2532+
eslint-utils "^2.0.0"
2533+
25202534
"@typescript-eslint/parser@^2.24.0", "@typescript-eslint/parser@^2.28.0":
25212535
version "2.34.0"
25222536
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
@@ -2537,6 +2551,19 @@
25372551
"@typescript-eslint/typescript-estree" "3.0.2"
25382552
eslint-visitor-keys "^1.1.0"
25392553

2554+
"@typescript-eslint/scope-manager@4.0.0":
2555+
version "4.0.0"
2556+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0.tgz#8c9e3b3b8cdf5a1fbe671d9fad73ff67bc027ea8"
2557+
integrity sha512-9gcWUPoWo7gk/+ZQPg7L1ySRmR5HLIy3Vu6/LfhQbuzIkGm6v2CGIjpVRISoDLFRovNRDImd4aP/sa8O4yIEBg==
2558+
dependencies:
2559+
"@typescript-eslint/types" "4.0.0"
2560+
"@typescript-eslint/visitor-keys" "4.0.0"
2561+
2562+
"@typescript-eslint/types@4.0.0":
2563+
version "4.0.0"
2564+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0.tgz#ec1f9fc06b8558a1d5afa6e337182d08beece7f5"
2565+
integrity sha512-bK+c2VLzznX2fUWLK6pFDv3cXGTp7nHIuBMq1B9klA+QCsqLHOOqe5TQReAQDl7DN2RfH+neweo0oC5hYlG7Rg==
2566+
25402567
"@typescript-eslint/typescript-estree@2.34.0":
25412568
version "2.34.0"
25422569
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
@@ -2563,6 +2590,28 @@
25632590
semver "^7.3.2"
25642591
tsutils "^3.17.1"
25652592

2593+
"@typescript-eslint/typescript-estree@4.0.0":
2594+
version "4.0.0"
2595+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0.tgz#2244c63de2f2190bc5718eb0fb3fd2c437d42097"
2596+
integrity sha512-ewFMPi2pMLDNIXGMPdf8r7El2oPSZw9PEYB0j+WcpKd7AX2ARmajGa7RUHTukllWX2bj4vWX6JLE1Oih2BMokA==
2597+
dependencies:
2598+
"@typescript-eslint/types" "4.0.0"
2599+
"@typescript-eslint/visitor-keys" "4.0.0"
2600+
debug "^4.1.1"
2601+
globby "^11.0.1"
2602+
is-glob "^4.0.1"
2603+
lodash "^4.17.15"
2604+
semver "^7.3.2"
2605+
tsutils "^3.17.1"
2606+
2607+
"@typescript-eslint/visitor-keys@4.0.0":
2608+
version "4.0.0"
2609+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0.tgz#e2bbb69d98076d6a3f06abcb2048225a74362c33"
2610+
integrity sha512-sTouJbv6rjVJeTE4lpSBVYXq/u5K3gbB6LKt7ccFEZPTZB/VeQ0ssUz9q5Hx++sCqBbdF8PzrrgvEnicXAR6NQ==
2611+
dependencies:
2612+
"@typescript-eslint/types" "4.0.0"
2613+
eslint-visitor-keys "^2.0.0"
2614+
25662615
"@urql/core@^1.12.0":
25672616
version "1.12.0"
25682617
resolved "https://registry.yarnpkg.com/@urql/core/-/core-1.12.0.tgz#8a41de01a1a1145e8bea736dfb0ba8574daad8ff"
@@ -6358,6 +6407,11 @@ eslint-visitor-keys@^1.1.0:
63586407
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
63596408
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
63606409

6410+
eslint-visitor-keys@^2.0.0:
6411+
version "2.1.0"
6412+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
6413+
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
6414+
63616415
eslint@^6.8.0:
63626416
version "6.8.0"
63636417
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -8060,6 +8114,18 @@ globby@^10.0.1:
80608114
merge2 "^1.2.3"
80618115
slash "^3.0.0"
80628116

8117+
globby@^11.0.1:
8118+
version "11.0.4"
8119+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
8120+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
8121+
dependencies:
8122+
array-union "^2.1.0"
8123+
dir-glob "^3.0.1"
8124+
fast-glob "^3.1.1"
8125+
ignore "^5.1.4"
8126+
merge2 "^1.3.0"
8127+
slash "^3.0.0"
8128+
80638129
globby@^6.1.0:
80648130
version "6.1.0"
80658131
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"

0 commit comments

Comments
 (0)