Skip to content

Commit e471252

Browse files
Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.1 (#136)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.5.0 to 4.6.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.6.1/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 211523e commit e471252

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
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@changesets/cli": "2.11.1",
2323
"@typescript-eslint/parser": "4.6.1",
24-
"@typescript-eslint/eslint-plugin": "4.5.0",
24+
"@typescript-eslint/eslint-plugin": "4.6.1",
2525
"eslint": "7.12.1",
2626
"husky": "4.3.0",
2727
"lint-staged": "10.5.1",

yarn.lock

Lines changed: 13 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,28 +1078,28 @@
10781078
dependencies:
10791079
"@types/yargs-parser" "*"
10801080

1081-
"@typescript-eslint/eslint-plugin@4.5.0":
1082-
version "4.5.0"
1083-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.5.0.tgz#4ff9c1d8535ae832e239f0ef6d7210592d9b0b07"
1084-
integrity sha512-mjb/gwNcmDKNt+6mb7Aj/TjKzIJjOPcoCJpjBQC9ZnTRnBt1p4q5dJSSmIqAtsZ/Pff5N+hJlbiPc5bl6QN4OQ==
1081+
"@typescript-eslint/eslint-plugin@4.6.1":
1082+
version "4.6.1"
1083+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.1.tgz#99d77eb7a016fd5a5e749d2c44a7e4c317eb7da3"
1084+
integrity sha512-SNZyflefTMK2JyrPfFFzzoy2asLmZvZJ6+/L5cIqg4HfKGiW2Gr1Go1OyEVqne/U4QwmoasuMwppoBHWBWF2nA==
10851085
dependencies:
1086-
"@typescript-eslint/experimental-utils" "4.5.0"
1087-
"@typescript-eslint/scope-manager" "4.5.0"
1086+
"@typescript-eslint/experimental-utils" "4.6.1"
1087+
"@typescript-eslint/scope-manager" "4.6.1"
10881088
debug "^4.1.1"
10891089
functional-red-black-tree "^1.0.1"
10901090
regexpp "^3.0.0"
10911091
semver "^7.3.2"
10921092
tsutils "^3.17.1"
10931093

1094-
"@typescript-eslint/experimental-utils@4.5.0":
1095-
version "4.5.0"
1096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.5.0.tgz#547fe1158609143ce60645383aa1d6f83ada28df"
1097-
integrity sha512-bW9IpSAKYvkqDGRZzayBXIgPsj2xmmVHLJ+flGSoN0fF98pGoKFhbunIol0VF2Crka7z984EEhFi623Rl7e6gg==
1094+
"@typescript-eslint/experimental-utils@4.6.1":
1095+
version "4.6.1"
1096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
1097+
integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg==
10981098
dependencies:
10991099
"@types/json-schema" "^7.0.3"
1100-
"@typescript-eslint/scope-manager" "4.5.0"
1101-
"@typescript-eslint/types" "4.5.0"
1102-
"@typescript-eslint/typescript-estree" "4.5.0"
1100+
"@typescript-eslint/scope-manager" "4.6.1"
1101+
"@typescript-eslint/types" "4.6.1"
1102+
"@typescript-eslint/typescript-estree" "4.6.1"
11031103
eslint-scope "^5.0.0"
11041104
eslint-utils "^2.0.0"
11051105

@@ -1113,14 +1113,6 @@
11131113
"@typescript-eslint/typescript-estree" "4.6.1"
11141114
debug "^4.1.1"
11151115

1116-
"@typescript-eslint/[email protected]":
1117-
version "4.5.0"
1118-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.5.0.tgz#8dfd53c3256d4357e7d66c2fc8956835f4d239be"
1119-
integrity sha512-C0cEO0cTMPJ/w4RA/KVe4LFFkkSh9VHoFzKmyaaDWAnPYIEzVCtJ+Un8GZoJhcvq+mPFXEsXa01lcZDHDG6Www==
1120-
dependencies:
1121-
"@typescript-eslint/types" "4.5.0"
1122-
"@typescript-eslint/visitor-keys" "4.5.0"
1123-
11241116
"@typescript-eslint/[email protected]":
11251117
version "4.6.1"
11261118
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.1.tgz#21872b91cbf7adfc7083f17b8041149148baf992"
@@ -1129,30 +1121,11 @@
11291121
"@typescript-eslint/types" "4.6.1"
11301122
"@typescript-eslint/visitor-keys" "4.6.1"
11311123

1132-
"@typescript-eslint/[email protected]":
1133-
version "4.5.0"
1134-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
1135-
integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
1136-
11371124
"@typescript-eslint/[email protected]":
11381125
version "4.6.1"
11391126
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
11401127
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
11411128

1142-
"@typescript-eslint/[email protected]":
1143-
version "4.5.0"
1144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
1145-
integrity sha512-gN1mffq3zwRAjlYWzb5DanarOPdajQwx5MEWkWCk0XvqC8JpafDTeioDoow2L4CA/RkYZu7xEsGZRhqrTsAG8w==
1146-
dependencies:
1147-
"@typescript-eslint/types" "4.5.0"
1148-
"@typescript-eslint/visitor-keys" "4.5.0"
1149-
debug "^4.1.1"
1150-
globby "^11.0.1"
1151-
is-glob "^4.0.1"
1152-
lodash "^4.17.15"
1153-
semver "^7.3.2"
1154-
tsutils "^3.17.1"
1155-
11561129
"@typescript-eslint/[email protected]":
11571130
version "4.6.1"
11581131
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
@@ -1167,14 +1140,6 @@
11671140
semver "^7.3.2"
11681141
tsutils "^3.17.1"
11691142

1170-
"@typescript-eslint/[email protected]":
1171-
version "4.5.0"
1172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
1173-
integrity sha512-UHq4FSa55NDZqscRU//O5ROFhHa9Hqn9KWTEvJGTArtTQp5GKv9Zqf6d/Q3YXXcFv4woyBml7fJQlQ+OuqRcHA==
1174-
dependencies:
1175-
"@typescript-eslint/types" "4.5.0"
1176-
eslint-visitor-keys "^2.0.0"
1177-
11781143
"@typescript-eslint/[email protected]":
11791144
version "4.6.1"
11801145
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"

0 commit comments

Comments
 (0)