Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d58b2e3

Browse files
Bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.54.1 to 5.55.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.55.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce026df commit d58b2e3

File tree

1 file changed

+21
-72
lines changed

1 file changed

+21
-72
lines changed

yarn.lock

Lines changed: 21 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -228,18 +228,18 @@
228228
integrity sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==
229229

230230
"@typescript-eslint/eslint-plugin@^5.47.0":
231-
version "5.54.1"
232-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
233-
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
231+
version "5.55.0"
232+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
233+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
234234
dependencies:
235-
"@typescript-eslint/scope-manager" "5.54.1"
236-
"@typescript-eslint/type-utils" "5.54.1"
237-
"@typescript-eslint/utils" "5.54.1"
235+
"@eslint-community/regexpp" "^4.4.0"
236+
"@typescript-eslint/scope-manager" "5.55.0"
237+
"@typescript-eslint/type-utils" "5.55.0"
238+
"@typescript-eslint/utils" "5.55.0"
238239
debug "^4.3.4"
239240
grapheme-splitter "^1.0.4"
240241
ignore "^5.2.0"
241242
natural-compare-lite "^1.4.0"
242-
regexpp "^3.2.0"
243243
semver "^7.3.7"
244244
tsutils "^3.21.0"
245245

@@ -253,14 +253,6 @@
253253
"@typescript-eslint/typescript-estree" "5.55.0"
254254
debug "^4.3.4"
255255

256-
"@typescript-eslint/scope-manager@5.54.1":
257-
version "5.54.1"
258-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
259-
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
260-
dependencies:
261-
"@typescript-eslint/types" "5.54.1"
262-
"@typescript-eslint/visitor-keys" "5.54.1"
263-
264256
"@typescript-eslint/scope-manager@5.55.0":
265257
version "5.55.0"
266258
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
@@ -269,39 +261,21 @@
269261
"@typescript-eslint/types" "5.55.0"
270262
"@typescript-eslint/visitor-keys" "5.55.0"
271263

272-
"@typescript-eslint/type-utils@5.54.1":
273-
version "5.54.1"
274-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
275-
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
264+
"@typescript-eslint/type-utils@5.55.0":
265+
version "5.55.0"
266+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
267+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
276268
dependencies:
277-
"@typescript-eslint/typescript-estree" "5.54.1"
278-
"@typescript-eslint/utils" "5.54.1"
269+
"@typescript-eslint/typescript-estree" "5.55.0"
270+
"@typescript-eslint/utils" "5.55.0"
279271
debug "^4.3.4"
280272
tsutils "^3.21.0"
281273

282-
"@typescript-eslint/types@5.54.1":
283-
version "5.54.1"
284-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
285-
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
286-
287274
"@typescript-eslint/types@5.55.0":
288275
version "5.55.0"
289276
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
290277
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
291278

292-
"@typescript-eslint/typescript-estree@5.54.1":
293-
version "5.54.1"
294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
295-
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
296-
dependencies:
297-
"@typescript-eslint/types" "5.54.1"
298-
"@typescript-eslint/visitor-keys" "5.54.1"
299-
debug "^4.3.4"
300-
globby "^11.1.0"
301-
is-glob "^4.0.3"
302-
semver "^7.3.7"
303-
tsutils "^3.21.0"
304-
305279
"@typescript-eslint/typescript-estree@5.55.0":
306280
version "5.55.0"
307281
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
@@ -315,28 +289,20 @@
315289
semver "^7.3.7"
316290
tsutils "^3.21.0"
317291

318-
"@typescript-eslint/utils@5.54.1":
319-
version "5.54.1"
320-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
321-
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
292+
"@typescript-eslint/utils@5.55.0":
293+
version "5.55.0"
294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
295+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
322296
dependencies:
297+
"@eslint-community/eslint-utils" "^4.2.0"
323298
"@types/json-schema" "^7.0.9"
324299
"@types/semver" "^7.3.12"
325-
"@typescript-eslint/scope-manager" "5.54.1"
326-
"@typescript-eslint/types" "5.54.1"
327-
"@typescript-eslint/typescript-estree" "5.54.1"
300+
"@typescript-eslint/scope-manager" "5.55.0"
301+
"@typescript-eslint/types" "5.55.0"
302+
"@typescript-eslint/typescript-estree" "5.55.0"
328303
eslint-scope "^5.1.1"
329-
eslint-utils "^3.0.0"
330304
semver "^7.3.7"
331305

332-
"@typescript-eslint/visitor-keys@5.54.1":
333-
version "5.54.1"
334-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
335-
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
336-
dependencies:
337-
"@typescript-eslint/types" "5.54.1"
338-
eslint-visitor-keys "^3.3.0"
339-
340306
"@typescript-eslint/visitor-keys@5.55.0":
341307
version "5.55.0"
342308
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
@@ -818,18 +784,6 @@ eslint-scope@^7.1.1:
818784
esrecurse "^4.3.0"
819785
estraverse "^5.2.0"
820786

821-
eslint-utils@^3.0.0:
822-
version "3.0.0"
823-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
824-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
825-
dependencies:
826-
eslint-visitor-keys "^2.0.0"
827-
828-
eslint-visitor-keys@^2.0.0:
829-
version "2.1.0"
830-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
831-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
832-
833787
eslint-visitor-keys@^3.3.0:
834788
version "3.3.0"
835789
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
@@ -1759,11 +1713,6 @@ readdirp@~3.6.0:
17591713
dependencies:
17601714
picomatch "^2.2.1"
17611715

1762-
regexpp@^3.2.0:
1763-
version "3.2.0"
1764-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1765-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
1766-
17671716
require-directory@^2.1.1:
17681717
version "2.1.1"
17691718
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

0 commit comments

Comments
 (0)