Skip to content

Commit f7e8a14

Browse files
Bump @typescript-eslint/eslint-plugin from 4.8.2 to 4.9.0 (#178)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.8.2 to 4.9.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.9.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <[email protected]>
1 parent 389222e commit f7e8a14

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"devDependencies": {
2222
"@changesets/cli": "2.11.2",
23+
"@typescript-eslint/eslint-plugin": "4.9.0",
2324
"@typescript-eslint/parser": "4.9.0",
24-
"@typescript-eslint/eslint-plugin": "4.8.2",
2525
"eslint": "7.14.0",
2626
"husky": "4.3.0",
2727
"lint-staged": "10.5.2",

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,28 +1105,28 @@
11051105
dependencies:
11061106
"@types/yargs-parser" "*"
11071107

1108-
"@typescript-eslint/eslint-plugin@4.8.2":
1109-
version "4.8.2"
1110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.2.tgz#cf9102ec800391caa574f589ffe0623cca1d9308"
1111-
integrity sha512-gQ06QLV5l1DtvYtqOyFLXD9PdcILYqlrJj2l+CGDlPtmgLUzc1GpqciJFIRvyfvgLALpnxYINFuw+n9AZhPBKQ==
1108+
"@typescript-eslint/eslint-plugin@4.9.0":
1109+
version "4.9.0"
1110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.0.tgz#8fde15743413661fdc086c9f1f5d74a80b856113"
1111+
integrity sha512-WrVzGMzzCrgrpnQMQm4Tnf+dk+wdl/YbgIgd5hKGa2P+lnJ2MON+nQnbwgbxtN9QDLi8HO+JAq0/krMnjQK6Cw==
11121112
dependencies:
1113-
"@typescript-eslint/experimental-utils" "4.8.2"
1114-
"@typescript-eslint/scope-manager" "4.8.2"
1113+
"@typescript-eslint/experimental-utils" "4.9.0"
1114+
"@typescript-eslint/scope-manager" "4.9.0"
11151115
debug "^4.1.1"
11161116
functional-red-black-tree "^1.0.1"
11171117
regexpp "^3.0.0"
11181118
semver "^7.3.2"
11191119
tsutils "^3.17.1"
11201120

1121-
"@typescript-eslint/experimental-utils@4.8.2":
1122-
version "4.8.2"
1123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.2.tgz#8909a5732f19329cf5ef0c39766170476bff5e50"
1124-
integrity sha512-hpTw6o6IhBZEsQsjuw/4RWmceRyESfAiEzAEnXHKG1X7S5DXFaZ4IO1JO7CW1aQ604leQBzjZmuMI9QBCAJX8Q==
1121+
"@typescript-eslint/experimental-utils@4.9.0":
1122+
version "4.9.0"
1123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.0.tgz#23a296b85d243afba24e75a43fd55aceda5141f0"
1124+
integrity sha512-0p8GnDWB3R2oGhmRXlEnCvYOtaBCijtA5uBfH5GxQKsukdSQyI4opC4NGTUb88CagsoNQ4rb/hId2JuMbzWKFQ==
11251125
dependencies:
11261126
"@types/json-schema" "^7.0.3"
1127-
"@typescript-eslint/scope-manager" "4.8.2"
1128-
"@typescript-eslint/types" "4.8.2"
1129-
"@typescript-eslint/typescript-estree" "4.8.2"
1127+
"@typescript-eslint/scope-manager" "4.9.0"
1128+
"@typescript-eslint/types" "4.9.0"
1129+
"@typescript-eslint/typescript-estree" "4.9.0"
11301130
eslint-scope "^5.0.0"
11311131
eslint-utils "^2.0.0"
11321132

0 commit comments

Comments
 (0)