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

Commit 530eb5f

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

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

yarn.lock

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -249,23 +249,15 @@
249249
tsutils "^3.21.0"
250250

251251
"@typescript-eslint/parser@^5.47.0":
252-
version "5.60.1"
253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
254-
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
252+
version "5.61.0"
253+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
254+
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
255255
dependencies:
256-
"@typescript-eslint/scope-manager" "5.60.1"
257-
"@typescript-eslint/types" "5.60.1"
258-
"@typescript-eslint/typescript-estree" "5.60.1"
256+
"@typescript-eslint/scope-manager" "5.61.0"
257+
"@typescript-eslint/types" "5.61.0"
258+
"@typescript-eslint/typescript-estree" "5.61.0"
259259
debug "^4.3.4"
260260

261-
"@typescript-eslint/scope-manager@5.60.1":
262-
version "5.60.1"
263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.1.tgz#35abdb47f500c68c08f2f2b4f22c7c79472854bb"
264-
integrity sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==
265-
dependencies:
266-
"@typescript-eslint/types" "5.60.1"
267-
"@typescript-eslint/visitor-keys" "5.60.1"
268-
269261
"@typescript-eslint/scope-manager@5.61.0":
270262
version "5.61.0"
271263
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
@@ -284,29 +276,11 @@
284276
debug "^4.3.4"
285277
tsutils "^3.21.0"
286278

287-
"@typescript-eslint/types@5.60.1":
288-
version "5.60.1"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
290-
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
291-
292279
"@typescript-eslint/types@5.61.0":
293280
version "5.61.0"
294281
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
295282
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
296283

297-
"@typescript-eslint/typescript-estree@5.60.1":
298-
version "5.60.1"
299-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
300-
integrity sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==
301-
dependencies:
302-
"@typescript-eslint/types" "5.60.1"
303-
"@typescript-eslint/visitor-keys" "5.60.1"
304-
debug "^4.3.4"
305-
globby "^11.1.0"
306-
is-glob "^4.0.3"
307-
semver "^7.3.7"
308-
tsutils "^3.21.0"
309-
310284
"@typescript-eslint/typescript-estree@5.61.0":
311285
version "5.61.0"
312286
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
@@ -334,14 +308,6 @@
334308
eslint-scope "^5.1.1"
335309
semver "^7.3.7"
336310

337-
"@typescript-eslint/visitor-keys@5.60.1":
338-
version "5.60.1"
339-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.1.tgz#19a877358bf96318ec35d90bfe6bd1445cce9434"
340-
integrity sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==
341-
dependencies:
342-
"@typescript-eslint/types" "5.60.1"
343-
eslint-visitor-keys "^3.3.0"
344-
345311
"@typescript-eslint/visitor-keys@5.61.0":
346312
version "5.61.0"
347313
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"

0 commit comments

Comments
 (0)