Skip to content

Commit 4f5af95

Browse files
Bump @typescript-eslint/eslint-plugin from 4.3.0 to 4.4.0 (#82)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.3.0 to 4.4.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.4.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 cfe7180 commit 4f5af95

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
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@changesets/cli": "2.10.3",
23-
"@typescript-eslint/eslint-plugin": "4.3.0",
23+
"@typescript-eslint/eslint-plugin": "4.4.0",
2424
"@typescript-eslint/parser": "4.4.0",
2525
"eslint": "7.10.0",
2626
"husky": "4.3.0",

yarn.lock

Lines changed: 13 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,28 +1071,28 @@
10711071
dependencies:
10721072
"@types/yargs-parser" "*"
10731073

1074-
"@typescript-eslint/eslint-plugin@4.3.0":
1075-
version "4.3.0"
1076-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.3.0.tgz#1a23d904bf8ea248d09dc3761af530d90f39c8fa"
1077-
integrity sha512-RqEcaHuEKnn3oPFislZ6TNzsBLqpZjN93G69SS+laav/I8w/iGMuMq97P0D2/2/kW4SCebHggqhbcCfbDaaX+g==
1074+
"@typescript-eslint/eslint-plugin@4.4.0":
1075+
version "4.4.0"
1076+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.0.tgz#0321684dd2b902c89128405cf0385e9fe8561934"
1077+
integrity sha512-RVt5wU9H/2H+N/ZrCasTXdGbUTkbf7Hfi9eLiA8vPQkzUJ/bLDCC3CsoZioPrNcnoyN8r0gT153dC++A4hKBQQ==
10781078
dependencies:
1079-
"@typescript-eslint/experimental-utils" "4.3.0"
1080-
"@typescript-eslint/scope-manager" "4.3.0"
1079+
"@typescript-eslint/experimental-utils" "4.4.0"
1080+
"@typescript-eslint/scope-manager" "4.4.0"
10811081
debug "^4.1.1"
10821082
functional-red-black-tree "^1.0.1"
10831083
regexpp "^3.0.0"
10841084
semver "^7.3.2"
10851085
tsutils "^3.17.1"
10861086

1087-
"@typescript-eslint/experimental-utils@4.3.0":
1088-
version "4.3.0"
1089-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.3.0.tgz#3f3c6c508e01b8050d51b016e7f7da0e3aefcb87"
1090-
integrity sha512-cmmIK8shn3mxmhpKfzMMywqiEheyfXLV/+yPDnOTvQX/ztngx7Lg/OD26J8gTZfkLKUmaEBxO2jYP3keV7h2OQ==
1087+
"@typescript-eslint/experimental-utils@4.4.0":
1088+
version "4.4.0"
1089+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.0.tgz#62a05d3f543b8fc5dec4982830618ea4d030e1a9"
1090+
integrity sha512-01+OtK/oWeSJTjQcyzDztfLF1YjvKpLFo+JZmurK/qjSRcyObpIecJ4rckDoRCSh5Etw+jKfdSzVEHevh9gJ1w==
10911091
dependencies:
10921092
"@types/json-schema" "^7.0.3"
1093-
"@typescript-eslint/scope-manager" "4.3.0"
1094-
"@typescript-eslint/types" "4.3.0"
1095-
"@typescript-eslint/typescript-estree" "4.3.0"
1093+
"@typescript-eslint/scope-manager" "4.4.0"
1094+
"@typescript-eslint/types" "4.4.0"
1095+
"@typescript-eslint/typescript-estree" "4.4.0"
10961096
eslint-scope "^5.0.0"
10971097
eslint-utils "^2.0.0"
10981098

@@ -1106,14 +1106,6 @@
11061106
"@typescript-eslint/typescript-estree" "4.4.0"
11071107
debug "^4.1.1"
11081108

1109-
"@typescript-eslint/[email protected]":
1110-
version "4.3.0"
1111-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
1112-
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
1113-
dependencies:
1114-
"@typescript-eslint/types" "4.3.0"
1115-
"@typescript-eslint/visitor-keys" "4.3.0"
1116-
11171109
"@typescript-eslint/[email protected]":
11181110
version "4.4.0"
11191111
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
@@ -1122,30 +1114,11 @@
11221114
"@typescript-eslint/types" "4.4.0"
11231115
"@typescript-eslint/visitor-keys" "4.4.0"
11241116

1125-
"@typescript-eslint/[email protected]":
1126-
version "4.3.0"
1127-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1128-
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
1129-
11301117
"@typescript-eslint/[email protected]":
11311118
version "4.4.0"
11321119
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
11331120
integrity sha512-nU0VUpzanFw3jjX+50OTQy6MehVvf8pkqFcURPAE06xFNFenMj1GPEI6IESvp7UOHAnq+n/brMirZdR+7rCrlA==
11341121

1135-
"@typescript-eslint/[email protected]":
1136-
version "4.3.0"
1137-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
1138-
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
1139-
dependencies:
1140-
"@typescript-eslint/types" "4.3.0"
1141-
"@typescript-eslint/visitor-keys" "4.3.0"
1142-
debug "^4.1.1"
1143-
globby "^11.0.1"
1144-
is-glob "^4.0.1"
1145-
lodash "^4.17.15"
1146-
semver "^7.3.2"
1147-
tsutils "^3.17.1"
1148-
11491122
"@typescript-eslint/[email protected]":
11501123
version "4.4.0"
11511124
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
@@ -1160,14 +1133,6 @@
11601133
semver "^7.3.2"
11611134
tsutils "^3.17.1"
11621135

1163-
"@typescript-eslint/[email protected]":
1164-
version "4.3.0"
1165-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
1166-
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
1167-
dependencies:
1168-
"@typescript-eslint/types" "4.3.0"
1169-
eslint-visitor-keys "^2.0.0"
1170-
11711136
"@typescript-eslint/[email protected]":
11721137
version "4.4.0"
11731138
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"

0 commit comments

Comments
 (0)