Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit e6d6ded

Browse files
build(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0 in /name-service/js (#4578)
build(deps-dev): bump @typescript-eslint/parser in /name-service/js Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.11 to 5.60.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.60.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d8d31d commit e6d6ded

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

name-service/js/yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,13 @@
412412
eslint-utils "^3.0.0"
413413

414414
"@typescript-eslint/parser@^5.59.5":
415-
version "5.59.11"
416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.11.tgz#af7d4b7110e3068ce0b97550736de455e4250103"
417-
integrity sha512-s9ZF3M+Nym6CAZEkJJeO2TFHHDsKAM3ecNkLuH4i4s8/RCPnF5JRip2GyviYkeEAcwGMJxkqG9h2dAsnA1nZpA==
415+
version "5.60.0"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
417+
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
418418
dependencies:
419-
"@typescript-eslint/scope-manager" "5.59.11"
420-
"@typescript-eslint/types" "5.59.11"
421-
"@typescript-eslint/typescript-estree" "5.59.11"
419+
"@typescript-eslint/scope-manager" "5.60.0"
420+
"@typescript-eslint/types" "5.60.0"
421+
"@typescript-eslint/typescript-estree" "5.60.0"
422422
debug "^4.3.4"
423423

424424
"@typescript-eslint/[email protected]":
@@ -437,6 +437,14 @@
437437
"@typescript-eslint/types" "5.59.11"
438438
"@typescript-eslint/visitor-keys" "5.59.11"
439439

440+
"@typescript-eslint/[email protected]":
441+
version "5.60.0"
442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
443+
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
444+
dependencies:
445+
"@typescript-eslint/types" "5.60.0"
446+
"@typescript-eslint/visitor-keys" "5.60.0"
447+
440448
"@typescript-eslint/[email protected]":
441449
version "5.59.11"
442450
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.11.tgz#5eb67121808a84cb57d65a15f48f5bdda25f2346"
@@ -457,6 +465,11 @@
457465
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.11.tgz#1a9018fe3c565ba6969561f2a49f330cf1fe8db1"
458466
integrity sha512-epoN6R6tkvBYSc+cllrz+c2sOFWkbisJZWkOE+y3xHtvYaOE6Wk6B8e114McRJwFRjGvYdJwLXQH5c9osME/AA==
459467

468+
"@typescript-eslint/[email protected]":
469+
version "5.60.0"
470+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
471+
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
472+
460473
"@typescript-eslint/[email protected]":
461474
version "4.33.0"
462475
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -483,6 +496,19 @@
483496
semver "^7.3.7"
484497
tsutils "^3.21.0"
485498

499+
"@typescript-eslint/[email protected]":
500+
version "5.60.0"
501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
502+
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
503+
dependencies:
504+
"@typescript-eslint/types" "5.60.0"
505+
"@typescript-eslint/visitor-keys" "5.60.0"
506+
debug "^4.3.4"
507+
globby "^11.1.0"
508+
is-glob "^4.0.3"
509+
semver "^7.3.7"
510+
tsutils "^3.21.0"
511+
486512
"@typescript-eslint/[email protected]":
487513
version "5.59.11"
488514
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.11.tgz#9dbff49dc80bfdd9289f9f33548f2e8db3c59ba1"
@@ -513,6 +539,14 @@
513539
"@typescript-eslint/types" "5.59.11"
514540
eslint-visitor-keys "^3.3.0"
515541

542+
"@typescript-eslint/[email protected]":
543+
version "5.60.0"
544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
545+
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
546+
dependencies:
547+
"@typescript-eslint/types" "5.60.0"
548+
eslint-visitor-keys "^3.3.0"
549+
516550
JSONStream@^1.3.5:
517551
version "1.3.5"
518552
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)