Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump @typescript-eslint/parser from 6.3.0 to 6.6.0 #2165

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 52 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7550,20 +7550,20 @@ __metadata:
linkType: hard

"@typescript-eslint/parser@npm:^6.3.0":
version: 6.3.0
resolution: "@typescript-eslint/parser@npm:6.3.0"
version: 6.6.0
resolution: "@typescript-eslint/parser@npm:6.6.0"
dependencies:
"@typescript-eslint/scope-manager": 6.3.0
"@typescript-eslint/types": 6.3.0
"@typescript-eslint/typescript-estree": 6.3.0
"@typescript-eslint/visitor-keys": 6.3.0
"@typescript-eslint/scope-manager": 6.6.0
"@typescript-eslint/types": 6.6.0
"@typescript-eslint/typescript-estree": 6.6.0
"@typescript-eslint/visitor-keys": 6.6.0
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: ec739adbe4a972a696b4a4625dc5c2f5b4e072968decdcafd0a9b972d0167007230951a6450becb52e187b1b90a2858debba26f73162e293f7846b373888b8e9
checksum: b2d0082b6acc1a85997ebbb60fc73a43f3fe5e5028cb4130938a2cffddc94872c8e0d00a1742be8f8b755bc1994d43b55b7e4660dc88946744094ff2aca4ffd3
languageName: node
linkType: hard

Expand All @@ -7587,6 +7587,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/scope-manager@npm:6.6.0":
version: 6.6.0
resolution: "@typescript-eslint/scope-manager@npm:6.6.0"
dependencies:
"@typescript-eslint/types": 6.6.0
"@typescript-eslint/visitor-keys": 6.6.0
checksum: 18b552fee98894c4f35e9f3d71a276f266ad4e2d7c6b9bb32a9b25caa36cc3768928676972b4e78308098ad53fa8dc6626a82810f17d51c667ce959da3ac11bc
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/type-utils@npm:5.62.0"
Expand Down Expand Up @@ -7635,6 +7645,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.6.0":
version: 6.6.0
resolution: "@typescript-eslint/types@npm:6.6.0"
checksum: d0642ad52e904062a4ac75ac4e6cc51d81ec6030f8830e230df476e69786d3232d45ca0c9ce011add9ede13f0eba4ab7f1eaf679954c6602cf4f43e1ba002be9
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
Expand Down Expand Up @@ -7671,6 +7688,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.6.0":
version: 6.6.0
resolution: "@typescript-eslint/typescript-estree@npm:6.6.0"
dependencies:
"@typescript-eslint/types": 6.6.0
"@typescript-eslint/visitor-keys": 6.6.0
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 100620bc5865dc9d2551c6be520a34b931bc70eca144c5ab0e275b81e57aa92f24a9d3a57f332d98b96e4581cf7e87211c3196d964f4951c7a2508105e3bd3f5
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.62.0, @typescript-eslint/utils@npm:^5.58.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
Expand Down Expand Up @@ -7726,6 +7761,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.6.0":
version: 6.6.0
resolution: "@typescript-eslint/visitor-keys@npm:6.6.0"
dependencies:
"@typescript-eslint/types": 6.6.0
eslint-visitor-keys: ^3.4.1
checksum: 28171124c5c7d5d10c04c204530508f1488214f2af5eb7e64a5f1cc410c64f02676c04be087adcfd0deb5566f5bb7337b208afcb249719614634c38bcc3da897
languageName: node
linkType: hard

"@vitejs/plugin-vue@npm:^4.2.3":
version: 4.2.3
resolution: "@vitejs/plugin-vue@npm:4.2.3"
Expand Down
Loading