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

Bump @typescript-eslint/parser from 5.47.0 to 5.56.0 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
57 changes: 51 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,19 +361,19 @@ __metadata:
linkType: hard

"@typescript-eslint/parser@npm:^5.0.0, @typescript-eslint/parser@npm:^5.47.0":
version: 5.47.0
resolution: "@typescript-eslint/parser@npm:5.47.0"
version: 5.56.0
resolution: "@typescript-eslint/parser@npm:5.56.0"
dependencies:
"@typescript-eslint/scope-manager": 5.47.0
"@typescript-eslint/types": 5.47.0
"@typescript-eslint/typescript-estree": 5.47.0
"@typescript-eslint/scope-manager": 5.56.0
"@typescript-eslint/types": 5.56.0
"@typescript-eslint/typescript-estree": 5.56.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 5c864ca74b86ca740c73e5b87d90d43bb832b20ba6be0a39089175435771527722a7bf0a8ef7ddbd64b85235fbb7f6dbe8ae55a8bc73c6242f5559d580a8a80c
checksum: eb25490290bd5e22f9c42603dedc0d2d8ee845553e3cf48ea377bd5dc22440d3463f8b84be637b6a2b37cd9ea56b21e4e43007a0a69998948d9c8965c03fe1aa
languageName: node
linkType: hard

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

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

"@typescript-eslint/type-utils@npm:5.47.0":
version: 5.47.0
resolution: "@typescript-eslint/type-utils@npm:5.47.0"
Expand All @@ -411,6 +421,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.56.0":
version: 5.56.0
resolution: "@typescript-eslint/types@npm:5.56.0"
checksum: 82ca11553bbb1bbfcaf7e7760b03c0d898940238dc002552c21af3e58f7d482c64c3c6cf0666521aff2a1e7b4b58bb6e4d9a00b1e4998a16b5039f5d288d003a
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.47.0":
version: 5.47.0
resolution: "@typescript-eslint/typescript-estree@npm:5.47.0"
Expand All @@ -429,6 +446,24 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/utils@npm:5.47.0":
version: 5.47.0
resolution: "@typescript-eslint/utils@npm:5.47.0"
Expand Down Expand Up @@ -457,6 +492,16 @@ __metadata:
languageName: node
linkType: hard

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

"abbrev@npm:^1.0.0":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down