Skip to content

Commit 14ef340

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin (#2887)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.7.0 to 4.18.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.18.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca56440 commit 14ef340

File tree

1 file changed

+47
-12
lines changed

1 file changed

+47
-12
lines changed

Diff for: yarn.lock

+47-12
Original file line numberDiff line numberDiff line change
@@ -1352,27 +1352,28 @@
13521352
integrity sha512-kdBHgE9+M1Os7UqWZtiLhKye5reFl8cPBYyCsP2fatwZRz7F7GdIxIHZ20Kkc0hYBfbXE+lzPOTUU1I0qgjtHA==
13531353

13541354
"@typescript-eslint/eslint-plugin@^4.7.0":
1355-
version "4.7.0"
1356-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
1357-
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
1355+
version "4.18.0"
1356+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.18.0.tgz#50fbce93211b5b690895d20ebec6fe8db48af1f6"
1357+
integrity sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ==
13581358
dependencies:
1359-
"@typescript-eslint/experimental-utils" "4.7.0"
1360-
"@typescript-eslint/scope-manager" "4.7.0"
1359+
"@typescript-eslint/experimental-utils" "4.18.0"
1360+
"@typescript-eslint/scope-manager" "4.18.0"
13611361
debug "^4.1.1"
13621362
functional-red-black-tree "^1.0.1"
1363+
lodash "^4.17.15"
13631364
regexpp "^3.0.0"
13641365
semver "^7.3.2"
13651366
tsutils "^3.17.1"
13661367

1367-
"@typescript-eslint/experimental-utils@4.7.0":
1368-
version "4.7.0"
1369-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
1370-
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
1368+
"@typescript-eslint/experimental-utils@4.18.0":
1369+
version "4.18.0"
1370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
1371+
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
13711372
dependencies:
13721373
"@types/json-schema" "^7.0.3"
1373-
"@typescript-eslint/scope-manager" "4.7.0"
1374-
"@typescript-eslint/types" "4.7.0"
1375-
"@typescript-eslint/typescript-estree" "4.7.0"
1374+
"@typescript-eslint/scope-manager" "4.18.0"
1375+
"@typescript-eslint/types" "4.18.0"
1376+
"@typescript-eslint/typescript-estree" "4.18.0"
13761377
eslint-scope "^5.0.0"
13771378
eslint-utils "^2.0.0"
13781379

@@ -1386,6 +1387,14 @@
13861387
"@typescript-eslint/typescript-estree" "4.7.0"
13871388
debug "^4.1.1"
13881389

1390+
"@typescript-eslint/[email protected]":
1391+
version "4.18.0"
1392+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
1393+
integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==
1394+
dependencies:
1395+
"@typescript-eslint/types" "4.18.0"
1396+
"@typescript-eslint/visitor-keys" "4.18.0"
1397+
13891398
"@typescript-eslint/[email protected]":
13901399
version "4.7.0"
13911400
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
@@ -1394,11 +1403,29 @@
13941403
"@typescript-eslint/types" "4.7.0"
13951404
"@typescript-eslint/visitor-keys" "4.7.0"
13961405

1406+
"@typescript-eslint/[email protected]":
1407+
version "4.18.0"
1408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
1409+
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
1410+
13971411
"@typescript-eslint/[email protected]":
13981412
version "4.7.0"
13991413
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
14001414
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
14011415

1416+
"@typescript-eslint/[email protected]":
1417+
version "4.18.0"
1418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
1419+
integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==
1420+
dependencies:
1421+
"@typescript-eslint/types" "4.18.0"
1422+
"@typescript-eslint/visitor-keys" "4.18.0"
1423+
debug "^4.1.1"
1424+
globby "^11.0.1"
1425+
is-glob "^4.0.1"
1426+
semver "^7.3.2"
1427+
tsutils "^3.17.1"
1428+
14021429
"@typescript-eslint/[email protected]":
14031430
version "4.7.0"
14041431
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
@@ -1413,6 +1440,14 @@
14131440
semver "^7.3.2"
14141441
tsutils "^3.17.1"
14151442

1443+
"@typescript-eslint/[email protected]":
1444+
version "4.18.0"
1445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
1446+
integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==
1447+
dependencies:
1448+
"@typescript-eslint/types" "4.18.0"
1449+
eslint-visitor-keys "^2.0.0"
1450+
14161451
"@typescript-eslint/[email protected]":
14171452
version "4.7.0"
14181453
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"

0 commit comments

Comments
 (0)