Skip to content

Commit 7e61da5

Browse files
Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.7.0 to 4.8.1. - [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.8.1/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 4a69c91 commit 7e61da5

File tree

2 files changed

+14
-49
lines changed

2 files changed

+14
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@types/js-yaml": "3.12.5",
8282
"@types/node": "14.14.7",
8383
"@types/node-fetch": "2.5.7",
84-
"@typescript-eslint/eslint-plugin": "4.7.0",
84+
"@typescript-eslint/eslint-plugin": "4.8.1",
8585
"@typescript-eslint/parser": "4.8.1",
8686
"codecov": "3.8.1",
8787
"eslint": "7.13.0",

yarn.lock

Lines changed: 13 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,28 +1379,28 @@
13791379
dependencies:
13801380
"@types/node" "*"
13811381

1382-
"@typescript-eslint/eslint-plugin@4.7.0":
1383-
version "4.7.0"
1384-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
1385-
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
1382+
"@typescript-eslint/eslint-plugin@4.8.1":
1383+
version "4.8.1"
1384+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
1385+
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
13861386
dependencies:
1387-
"@typescript-eslint/experimental-utils" "4.7.0"
1388-
"@typescript-eslint/scope-manager" "4.7.0"
1387+
"@typescript-eslint/experimental-utils" "4.8.1"
1388+
"@typescript-eslint/scope-manager" "4.8.1"
13891389
debug "^4.1.1"
13901390
functional-red-black-tree "^1.0.1"
13911391
regexpp "^3.0.0"
13921392
semver "^7.3.2"
13931393
tsutils "^3.17.1"
13941394

1395-
"@typescript-eslint/experimental-utils@4.7.0":
1396-
version "4.7.0"
1397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
1398-
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
1395+
"@typescript-eslint/experimental-utils@4.8.1":
1396+
version "4.8.1"
1397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
1398+
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
13991399
dependencies:
14001400
"@types/json-schema" "^7.0.3"
1401-
"@typescript-eslint/scope-manager" "4.7.0"
1402-
"@typescript-eslint/types" "4.7.0"
1403-
"@typescript-eslint/typescript-estree" "4.7.0"
1401+
"@typescript-eslint/scope-manager" "4.8.1"
1402+
"@typescript-eslint/types" "4.8.1"
1403+
"@typescript-eslint/typescript-estree" "4.8.1"
14041404
eslint-scope "^5.0.0"
14051405
eslint-utils "^2.0.0"
14061406

@@ -1414,14 +1414,6 @@
14141414
"@typescript-eslint/typescript-estree" "4.8.1"
14151415
debug "^4.1.1"
14161416

1417-
"@typescript-eslint/scope-manager@4.7.0":
1418-
version "4.7.0"
1419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
1420-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
1421-
dependencies:
1422-
"@typescript-eslint/types" "4.7.0"
1423-
"@typescript-eslint/visitor-keys" "4.7.0"
1424-
14251417
"@typescript-eslint/scope-manager@4.8.1":
14261418
version "4.8.1"
14271419
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
@@ -1430,30 +1422,11 @@
14301422
"@typescript-eslint/types" "4.8.1"
14311423
"@typescript-eslint/visitor-keys" "4.8.1"
14321424

1433-
"@typescript-eslint/types@4.7.0":
1434-
version "4.7.0"
1435-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
1436-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
1437-
14381425
"@typescript-eslint/types@4.8.1":
14391426
version "4.8.1"
14401427
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
14411428
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
14421429

1443-
"@typescript-eslint/typescript-estree@4.7.0":
1444-
version "4.7.0"
1445-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
1446-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
1447-
dependencies:
1448-
"@typescript-eslint/types" "4.7.0"
1449-
"@typescript-eslint/visitor-keys" "4.7.0"
1450-
debug "^4.1.1"
1451-
globby "^11.0.1"
1452-
is-glob "^4.0.1"
1453-
lodash "^4.17.15"
1454-
semver "^7.3.2"
1455-
tsutils "^3.17.1"
1456-
14571430
"@typescript-eslint/typescript-estree@4.8.1":
14581431
version "4.8.1"
14591432
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
@@ -1468,14 +1441,6 @@
14681441
semver "^7.3.2"
14691442
tsutils "^3.17.1"
14701443

1471-
"@typescript-eslint/visitor-keys@4.7.0":
1472-
version "4.7.0"
1473-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
1474-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
1475-
dependencies:
1476-
"@typescript-eslint/types" "4.7.0"
1477-
eslint-visitor-keys "^2.0.0"
1478-
14791444
"@typescript-eslint/visitor-keys@4.8.1":
14801445
version "4.8.1"
14811446
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"

0 commit comments

Comments
 (0)