Skip to content

Commit 82404e6

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0
1 parent 60f6ec2 commit 82404e6

File tree

2 files changed

+59
-6
lines changed

2 files changed

+59
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@octokit/rest": "^18.0.4",
2424
"@swc-node/register": "^0.4.3",
25-
"@typescript-eslint/eslint-plugin": "^3.10.1",
25+
"@typescript-eslint/eslint-plugin": "^4.0.0",
2626
"@typescript-eslint/parser": "^3.10.1",
2727
"ava": "^3.12.1",
2828
"benchmark": "^2.1.4",

yarn.lock

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,12 +1352,13 @@
13521352
"@types/webpack-sources" "*"
13531353
source-map "^0.6.0"
13541354

1355-
"@typescript-eslint/eslint-plugin@^3.10.1":
1356-
version "3.10.1"
1357-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#7e061338a1383f59edc204c605899f93dc2e2c8f"
1358-
integrity sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==
1355+
"@typescript-eslint/eslint-plugin@^4.0.0":
1356+
version "4.0.0"
1357+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.0.0.tgz#99349a501447fed91de18346705c0c65cf603bee"
1358+
integrity sha512-5e6q1TR7gS2P+8W2xndCu7gBh3BzmYEo70OyIdsmCmknHha/yNbz2vdevl+tP1uoaMOcrzg4gyrAijuV3DDBHA==
13591359
dependencies:
1360-
"@typescript-eslint/experimental-utils" "3.10.1"
1360+
"@typescript-eslint/experimental-utils" "4.0.0"
1361+
"@typescript-eslint/scope-manager" "4.0.0"
13611362
debug "^4.1.1"
13621363
functional-red-black-tree "^1.0.1"
13631364
regexpp "^3.0.0"
@@ -1375,6 +1376,18 @@
13751376
eslint-scope "^5.0.0"
13761377
eslint-utils "^2.0.0"
13771378

1379+
"@typescript-eslint/[email protected]":
1380+
version "4.0.0"
1381+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.0.0.tgz#fbec21a3b5ab59127edb6ce2e139ed378cc50eb5"
1382+
integrity sha512-hbX6zR+a/vcpFVNJYN/Nbd7gmaMosDTxHEKcvmhWeWcq/0UDifrqmCfkkodbAKL46Fn4ekSBMTyq2zlNDzcQxw==
1383+
dependencies:
1384+
"@types/json-schema" "^7.0.3"
1385+
"@typescript-eslint/scope-manager" "4.0.0"
1386+
"@typescript-eslint/types" "4.0.0"
1387+
"@typescript-eslint/typescript-estree" "4.0.0"
1388+
eslint-scope "^5.0.0"
1389+
eslint-utils "^2.0.0"
1390+
13781391
"@typescript-eslint/parser@^3.10.1":
13791392
version "3.10.1"
13801393
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz#1883858e83e8b442627e1ac6f408925211155467"
@@ -1386,11 +1399,24 @@
13861399
"@typescript-eslint/typescript-estree" "3.10.1"
13871400
eslint-visitor-keys "^1.1.0"
13881401

1402+
"@typescript-eslint/[email protected]":
1403+
version "4.0.0"
1404+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.0.0.tgz#8c9e3b3b8cdf5a1fbe671d9fad73ff67bc027ea8"
1405+
integrity sha512-9gcWUPoWo7gk/+ZQPg7L1ySRmR5HLIy3Vu6/LfhQbuzIkGm6v2CGIjpVRISoDLFRovNRDImd4aP/sa8O4yIEBg==
1406+
dependencies:
1407+
"@typescript-eslint/types" "4.0.0"
1408+
"@typescript-eslint/visitor-keys" "4.0.0"
1409+
13891410
"@typescript-eslint/[email protected]":
13901411
version "3.10.1"
13911412
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
13921413
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
13931414

1415+
"@typescript-eslint/[email protected]":
1416+
version "4.0.0"
1417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.0.0.tgz#ec1f9fc06b8558a1d5afa6e337182d08beece7f5"
1418+
integrity sha512-bK+c2VLzznX2fUWLK6pFDv3cXGTp7nHIuBMq1B9klA+QCsqLHOOqe5TQReAQDl7DN2RfH+neweo0oC5hYlG7Rg==
1419+
13941420
"@typescript-eslint/[email protected]":
13951421
version "3.10.1"
13961422
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-3.10.1.tgz#fd0061cc38add4fad45136d654408569f365b853"
@@ -1405,13 +1431,35 @@
14051431
semver "^7.3.2"
14061432
tsutils "^3.17.1"
14071433

1434+
"@typescript-eslint/[email protected]":
1435+
version "4.0.0"
1436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.0.0.tgz#2244c63de2f2190bc5718eb0fb3fd2c437d42097"
1437+
integrity sha512-ewFMPi2pMLDNIXGMPdf8r7El2oPSZw9PEYB0j+WcpKd7AX2ARmajGa7RUHTukllWX2bj4vWX6JLE1Oih2BMokA==
1438+
dependencies:
1439+
"@typescript-eslint/types" "4.0.0"
1440+
"@typescript-eslint/visitor-keys" "4.0.0"
1441+
debug "^4.1.1"
1442+
globby "^11.0.1"
1443+
is-glob "^4.0.1"
1444+
lodash "^4.17.15"
1445+
semver "^7.3.2"
1446+
tsutils "^3.17.1"
1447+
14081448
"@typescript-eslint/[email protected]":
14091449
version "3.10.1"
14101450
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-3.10.1.tgz#cd4274773e3eb63b2e870ac602274487ecd1e931"
14111451
integrity sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==
14121452
dependencies:
14131453
eslint-visitor-keys "^1.1.0"
14141454

1455+
"@typescript-eslint/[email protected]":
1456+
version "4.0.0"
1457+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.0.0.tgz#e2bbb69d98076d6a3f06abcb2048225a74362c33"
1458+
integrity sha512-sTouJbv6rjVJeTE4lpSBVYXq/u5K3gbB6LKt7ccFEZPTZB/VeQ0ssUz9q5Hx++sCqBbdF8PzrrgvEnicXAR6NQ==
1459+
dependencies:
1460+
"@typescript-eslint/types" "4.0.0"
1461+
eslint-visitor-keys "^2.0.0"
1462+
14151463
"@zkochan/cmd-shim@^3.1.0":
14161464
version "3.1.0"
14171465
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"
@@ -3129,6 +3177,11 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
31293177
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
31303178
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
31313179

3180+
eslint-visitor-keys@^2.0.0:
3181+
version "2.0.0"
3182+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3183+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3184+
31323185
eslint@^7.7.0:
31333186
version "7.7.0"
31343187
resolved "https://registry.npmjs.org/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"

0 commit comments

Comments
 (0)