Skip to content

Commit 0dd9a9b

Browse files
Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 (#47)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.2 to 4.15.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.15.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 3163518 commit 0dd9a9b

File tree

2 files changed

+14
-49
lines changed

2 files changed

+14
-49
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/chrome": "^0.0.129",
1616
"@types/showdown": "^1.9.3",
17-
"@typescript-eslint/eslint-plugin": "^4.14.2",
17+
"@typescript-eslint/eslint-plugin": "^4.15.0",
1818
"@typescript-eslint/parser": "^4.15.0",
1919
"eslint": "^7.19.0",
2020
"eslint-config-airbnb-base": "^14.2.1",

yarn.lock

+13-48
Original file line numberDiff line numberDiff line change
@@ -136,29 +136,29 @@
136136
resolved "https://registry.yarnpkg.com/@types/showdown/-/showdown-1.9.3.tgz#eaa881b03a32d3720184731754d3025fc450b970"
137137
integrity sha512-akvzSmrvY4J5d3tHzUUiQr0xpjd4Nb3uzWW6dtwzYJ+qW/KdWw5F8NLatnor5q/1LURHnzDA1ReEwCVqcatRnw==
138138

139-
"@typescript-eslint/eslint-plugin@^4.14.2":
140-
version "4.14.2"
141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz#47a15803cfab89580b96933d348c2721f3d2f6fe"
142-
integrity sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
139+
"@typescript-eslint/eslint-plugin@^4.15.0":
140+
version "4.15.0"
141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
142+
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
143143
dependencies:
144-
"@typescript-eslint/experimental-utils" "4.14.2"
145-
"@typescript-eslint/scope-manager" "4.14.2"
144+
"@typescript-eslint/experimental-utils" "4.15.0"
145+
"@typescript-eslint/scope-manager" "4.15.0"
146146
debug "^4.1.1"
147147
functional-red-black-tree "^1.0.1"
148148
lodash "^4.17.15"
149149
regexpp "^3.0.0"
150150
semver "^7.3.2"
151151
tsutils "^3.17.1"
152152

153-
"@typescript-eslint/experimental-utils@4.14.2":
154-
version "4.14.2"
155-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz#9df35049d1d36b6cbaba534d703648b9e1f05cbb"
156-
integrity sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
153+
"@typescript-eslint/experimental-utils@4.15.0":
154+
version "4.15.0"
155+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
156+
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
157157
dependencies:
158158
"@types/json-schema" "^7.0.3"
159-
"@typescript-eslint/scope-manager" "4.14.2"
160-
"@typescript-eslint/types" "4.14.2"
161-
"@typescript-eslint/typescript-estree" "4.14.2"
159+
"@typescript-eslint/scope-manager" "4.15.0"
160+
"@typescript-eslint/types" "4.15.0"
161+
"@typescript-eslint/typescript-estree" "4.15.0"
162162
eslint-scope "^5.0.0"
163163
eslint-utils "^2.0.0"
164164

@@ -172,14 +172,6 @@
172172
"@typescript-eslint/typescript-estree" "4.15.0"
173173
debug "^4.1.1"
174174

175-
"@typescript-eslint/[email protected]":
176-
version "4.14.2"
177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.2.tgz#64cbc9ca64b60069aae0c060b2bf81163243b266"
178-
integrity sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==
179-
dependencies:
180-
"@typescript-eslint/types" "4.14.2"
181-
"@typescript-eslint/visitor-keys" "4.14.2"
182-
183175
"@typescript-eslint/[email protected]":
184176
version "4.15.0"
185177
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
@@ -188,30 +180,11 @@
188180
"@typescript-eslint/types" "4.15.0"
189181
"@typescript-eslint/visitor-keys" "4.15.0"
190182

191-
"@typescript-eslint/[email protected]":
192-
version "4.14.2"
193-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
194-
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
195-
196183
"@typescript-eslint/[email protected]":
197184
version "4.15.0"
198185
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
199186
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
200187

201-
"@typescript-eslint/[email protected]":
202-
version "4.14.2"
203-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
204-
integrity sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==
205-
dependencies:
206-
"@typescript-eslint/types" "4.14.2"
207-
"@typescript-eslint/visitor-keys" "4.14.2"
208-
debug "^4.1.1"
209-
globby "^11.0.1"
210-
is-glob "^4.0.1"
211-
lodash "^4.17.15"
212-
semver "^7.3.2"
213-
tsutils "^3.17.1"
214-
215188
"@typescript-eslint/[email protected]":
216189
version "4.15.0"
217190
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
@@ -225,14 +198,6 @@
225198
semver "^7.3.2"
226199
tsutils "^3.17.1"
227200

228-
"@typescript-eslint/[email protected]":
229-
version "4.14.2"
230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
231-
integrity sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==
232-
dependencies:
233-
"@typescript-eslint/types" "4.14.2"
234-
eslint-visitor-keys "^2.0.0"
235-
236201
"@typescript-eslint/[email protected]":
237202
version "4.15.0"
238203
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"

0 commit comments

Comments
 (0)