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

build(deps-dev): Bump @typescript-eslint/parser from 5.59.5 to 5.59.6 #169

Merged
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/semver": "7.3.13",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@typescript-eslint/parser": "5.59.6",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-c8": "0.31.0",
"@vitest/ui": "0.31.0",
Expand Down
61 changes: 53 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ __metadata:
"@types/semver": "npm:7.3.13"
"@types/unist": "npm:2.0.6"
"@typescript-eslint/eslint-plugin": "npm:5.59.5"
"@typescript-eslint/parser": "npm:5.59.5"
"@typescript-eslint/parser": "npm:5.59.6"
"@vates/toggle-scripts": "npm:1.0.0"
"@vitest/coverage-c8": "npm:0.31.0"
"@vitest/ui": "npm:0.31.0"
Expand Down Expand Up @@ -2171,20 +2171,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/parser@npm:5.59.5"
"@typescript-eslint/parser@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/parser@npm:5.59.6"
dependencies:
"@typescript-eslint/scope-manager": "npm:5.59.5"
"@typescript-eslint/types": "npm:5.59.5"
"@typescript-eslint/typescript-estree": "npm:5.59.5"
"@typescript-eslint/scope-manager": "npm:5.59.6"
"@typescript-eslint/types": "npm:5.59.6"
"@typescript-eslint/typescript-estree": "npm:5.59.6"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: b8e3b56875f802d6cbe3c0f5ec01d268b1f2741931e769ff233a6ce3cbc5f45ec54cb775064cc98d9239e54801d390f87b0a1b62356b393589d429f80e7aabbe
checksum: 93f498f7c14dd749f7d4336664351a6555b8f2518e55e4ec343b81af04c3e776ac1bbb6757830b0cd526644661ca3cca38172131d75a7aeb10008755f52e7b5c
languageName: node
linkType: hard

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

"@typescript-eslint/scope-manager@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/scope-manager@npm:5.59.6"
dependencies:
"@typescript-eslint/types": "npm:5.59.6"
"@typescript-eslint/visitor-keys": "npm:5.59.6"
checksum: 5d1265a56b022d752a1c4b89139cd61d5e3fb5e640cc38bd4271b904f6a56e5d2a6bf8be7be17c6c173cab58cb4382fb9ad56613f5bb4e7995bcc0bcf3032242
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/type-utils@npm:5.59.5"
Expand All @@ -2222,6 +2232,13 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/typescript-estree@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/typescript-estree@npm:5.59.5"
Expand All @@ -2240,6 +2257,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/typescript-estree@npm:5.59.6"
dependencies:
"@typescript-eslint/types": "npm:5.59.6"
"@typescript-eslint/visitor-keys": "npm:5.59.6"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
semver: "npm:^7.3.7"
tsutils: "npm:^3.21.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 9852974b49bdb62ea0322d1e6f34fb4a87a9b41c1e8f2044c5b5cd5fc4496ac36ce409e021126c348d2db4d8906573196cd69d8b03233e6b50ebbb7c4001d155
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.59.5":
version: 5.59.5
resolution: "@typescript-eslint/utils@npm:5.59.5"
Expand Down Expand Up @@ -2268,6 +2303,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/visitor-keys@npm:5.59.6"
dependencies:
"@typescript-eslint/types": "npm:5.59.6"
eslint-visitor-keys: "npm:^3.3.0"
checksum: f26b1a625e1488ef6c0637300ea5502d59793c2aaf569dfd41b8298a8e11bff19d8aad536a0462b9318484f3714d3c91e133a591cc65a99325fcf8e1d70e78c0
languageName: node
linkType: hard

"@vates/toggle-scripts@npm:1.0.0":
version: 1.0.0
resolution: "@vates/toggle-scripts@npm:1.0.0"
Expand Down