Skip to content

Commit 3e47483

Browse files
Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.8.1 (#160)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.6.1 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[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1537a09 commit 3e47483

File tree

2 files changed

+49
-14
lines changed

2 files changed

+49
-14
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.2",
2323
"@typescript-eslint/parser": "4.6.1",
24-
"@typescript-eslint/eslint-plugin": "4.6.1",
24+
"@typescript-eslint/eslint-plugin": "4.8.1",
2525
"eslint": "7.12.1",
2626
"husky": "4.3.0",
2727
"lint-staged": "10.5.1",

yarn.lock

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,28 +1115,28 @@
11151115
dependencies:
11161116
"@types/yargs-parser" "*"
11171117

1118-
"@typescript-eslint/eslint-plugin@4.6.1":
1119-
version "4.6.1"
1120-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.6.1.tgz#99d77eb7a016fd5a5e749d2c44a7e4c317eb7da3"
1121-
integrity sha512-SNZyflefTMK2JyrPfFFzzoy2asLmZvZJ6+/L5cIqg4HfKGiW2Gr1Go1OyEVqne/U4QwmoasuMwppoBHWBWF2nA==
1118+
"@typescript-eslint/eslint-plugin@4.8.1":
1119+
version "4.8.1"
1120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
1121+
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
11221122
dependencies:
1123-
"@typescript-eslint/experimental-utils" "4.6.1"
1124-
"@typescript-eslint/scope-manager" "4.6.1"
1123+
"@typescript-eslint/experimental-utils" "4.8.1"
1124+
"@typescript-eslint/scope-manager" "4.8.1"
11251125
debug "^4.1.1"
11261126
functional-red-black-tree "^1.0.1"
11271127
regexpp "^3.0.0"
11281128
semver "^7.3.2"
11291129
tsutils "^3.17.1"
11301130

1131-
"@typescript-eslint/experimental-utils@4.6.1":
1132-
version "4.6.1"
1133-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.6.1.tgz#a9c691dfd530a9570274fe68907c24c07a06c4aa"
1134-
integrity sha512-qyPqCFWlHZXkEBoV56UxHSoXW2qnTr4JrWVXOh3soBP3q0o7p4pUEMfInDwIa0dB/ypdtm7gLOS0hg0a73ijfg==
1131+
"@typescript-eslint/experimental-utils@4.8.1":
1132+
version "4.8.1"
1133+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
1134+
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
11351135
dependencies:
11361136
"@types/json-schema" "^7.0.3"
1137-
"@typescript-eslint/scope-manager" "4.6.1"
1138-
"@typescript-eslint/types" "4.6.1"
1139-
"@typescript-eslint/typescript-estree" "4.6.1"
1137+
"@typescript-eslint/scope-manager" "4.8.1"
1138+
"@typescript-eslint/types" "4.8.1"
1139+
"@typescript-eslint/typescript-estree" "4.8.1"
11401140
eslint-scope "^5.0.0"
11411141
eslint-utils "^2.0.0"
11421142

@@ -1158,11 +1158,24 @@
11581158
"@typescript-eslint/types" "4.6.1"
11591159
"@typescript-eslint/visitor-keys" "4.6.1"
11601160

1161+
"@typescript-eslint/[email protected]":
1162+
version "4.8.1"
1163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
1164+
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
1165+
dependencies:
1166+
"@typescript-eslint/types" "4.8.1"
1167+
"@typescript-eslint/visitor-keys" "4.8.1"
1168+
11611169
"@typescript-eslint/[email protected]":
11621170
version "4.6.1"
11631171
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
11641172
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
11651173

1174+
"@typescript-eslint/[email protected]":
1175+
version "4.8.1"
1176+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
1177+
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
1178+
11661179
"@typescript-eslint/[email protected]":
11671180
version "4.6.1"
11681181
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
@@ -1177,6 +1190,20 @@
11771190
semver "^7.3.2"
11781191
tsutils "^3.17.1"
11791192

1193+
"@typescript-eslint/[email protected]":
1194+
version "4.8.1"
1195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
1196+
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
1197+
dependencies:
1198+
"@typescript-eslint/types" "4.8.1"
1199+
"@typescript-eslint/visitor-keys" "4.8.1"
1200+
debug "^4.1.1"
1201+
globby "^11.0.1"
1202+
is-glob "^4.0.1"
1203+
lodash "^4.17.15"
1204+
semver "^7.3.2"
1205+
tsutils "^3.17.1"
1206+
11801207
"@typescript-eslint/[email protected]":
11811208
version "4.6.1"
11821209
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"
@@ -1185,6 +1212,14 @@
11851212
"@typescript-eslint/types" "4.6.1"
11861213
eslint-visitor-keys "^2.0.0"
11871214

1215+
"@typescript-eslint/[email protected]":
1216+
version "4.8.1"
1217+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
1218+
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
1219+
dependencies:
1220+
"@typescript-eslint/types" "4.8.1"
1221+
eslint-visitor-keys "^2.0.0"
1222+
11881223
abab@^2.0.3:
11891224
version "2.0.4"
11901225
resolved "https://registry.npmjs.org/abab/-/abab-2.0.4.tgz#6dfa57b417ca06d21b2478f0e638302f99c2405c"

0 commit comments

Comments
 (0)