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.6 to 5.59.8 #186

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
build(deps-dev): Bump @typescript-eslint/parser from 5.59.6 to 5.59.8
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.6 to 5.59.8.
- [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.59.8/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 30, 2023
commit 974c255b435f595ac0fed8a88267d676fb93d8fd
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.6",
"@typescript-eslint/parser": "5.59.6",
"@typescript-eslint/parser": "5.59.8",
"@vates/toggle-scripts": "1.0.0",
"@vitest/coverage-c8": "0.31.1",
"@vitest/ui": "0.31.1",
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.6"
"@typescript-eslint/parser": "npm:5.59.6"
"@typescript-eslint/parser": "npm:5.59.8"
"@vates/toggle-scripts": "npm:1.0.0"
"@vitest/coverage-c8": "npm:0.31.1"
"@vitest/ui": "npm:0.31.1"
Expand Down Expand Up @@ -2178,20 +2178,20 @@ __metadata:
languageName: node
linkType: hard

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

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

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

"@typescript-eslint/type-utils@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/type-utils@npm:5.59.6"
Expand All @@ -2229,6 +2239,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.59.8":
version: 5.59.8
resolution: "@typescript-eslint/types@npm:5.59.8"
checksum: d92f6417198c5002eccf4ddb787ce901974c4b78b3fb91d08c2866395f9cdc434e1e99ebf5122d79c944cba48388404f678a727d750e0f259c4a774df0c6368f
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"
Expand All @@ -2247,6 +2264,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.8":
version: 5.59.8
resolution: "@typescript-eslint/typescript-estree@npm:5.59.8"
dependencies:
"@typescript-eslint/types": "npm:5.59.8"
"@typescript-eslint/visitor-keys": "npm:5.59.8"
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: 94f08e72bacb46cfce163c8776c2c1a21f5cde6e2e56dc1fa7f7c95378b384e59398a5e44ceeaf882cae8626c95988d7f90645ed9cd60057cada51f3b1b3333e
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/utils@npm:5.59.6"
Expand Down Expand Up @@ -2275,6 +2310,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:5.59.8":
version: 5.59.8
resolution: "@typescript-eslint/visitor-keys@npm:5.59.8"
dependencies:
"@typescript-eslint/types": "npm:5.59.8"
eslint-visitor-keys: "npm:^3.3.0"
checksum: 859bf38ac7aa69b5736dc7b469a10e659b4d7ef08ce15a3dc82b98110898cfb90606b760a01b41d833ae4f2f401f2c0d8f6f4092646cc696f9e2b70fec2a9d5a
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