Skip to content

Commit

Permalink
Update dependency @typescript-eslint/parser to v5.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2022
1 parent 0d64579 commit 0b0a9e0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/tinycolor2": "1.4.3",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/parser": "5.34.0",
"@webpack-cli/serve": "1.7.0",
"babel-loader": "8.2.5",
"babel-plugin-graphql-tag": "3.3.0",
Expand Down
61 changes: 53 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3399,20 +3399,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/parser@npm:5.33.1"
"@typescript-eslint/parser@npm:5.34.0":
version: 5.34.0
resolution: "@typescript-eslint/parser@npm:5.34.0"
dependencies:
"@typescript-eslint/scope-manager": 5.33.1
"@typescript-eslint/types": 5.33.1
"@typescript-eslint/typescript-estree": 5.33.1
"@typescript-eslint/scope-manager": 5.34.0
"@typescript-eslint/types": 5.34.0
"@typescript-eslint/typescript-estree": 5.34.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: fb3a4e000ce6d9583656fc3b3fb80f127a0ec1b7c3872ea469164516d993a588859ded4ec1338e6bbf2151168380d8aa29ec31027af23b50f5107949f8e7b438
checksum: eacbfe1495998b7a00b1254631f410874d001a59163daac877265cace428eb608acc0320a2801d950dcd8900f63aa1e056507e022def9ac312f7eabe87a1e4a9
languageName: node
linkType: hard

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

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

"@typescript-eslint/type-utils@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/type-utils@npm:5.33.1"
Expand All @@ -3449,6 +3459,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.34.0":
version: 5.34.0
resolution: "@typescript-eslint/types@npm:5.34.0"
checksum: 74ad0302ebac160d1b8178ff07183868018a9b558137c638140b24589ba71dbeccfcedf57156f4d6b7443b139e186ede24a01cba66132f0bda6f891d515878fb
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/typescript-estree@npm:5.33.1"
Expand All @@ -3467,6 +3484,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.34.0":
version: 5.34.0
resolution: "@typescript-eslint/typescript-estree@npm:5.34.0"
dependencies:
"@typescript-eslint/types": 5.34.0
"@typescript-eslint/visitor-keys": 5.34.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: 2b9dac41d6dc544a2f61384ef8ed6559a15bdc19d9e49257829441dd166dd0ca395f4f6b42c97fbb2f006b1a6e7c8907c149add7644267b638ec7f1c0d01de30
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.33.1":
version: 5.33.1
resolution: "@typescript-eslint/utils@npm:5.33.1"
Expand All @@ -3493,6 +3528,16 @@ __metadata:
languageName: node
linkType: hard

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

"@webassemblyjs/ast@npm:1.11.1":
version: 1.11.1
resolution: "@webassemblyjs/ast@npm:1.11.1"
Expand Down Expand Up @@ -10264,7 +10309,7 @@ __metadata:
"@types/tinycolor2": 1.4.3
"@types/uuid": 8.3.4
"@typescript-eslint/eslint-plugin": 5.33.1
"@typescript-eslint/parser": 5.33.1
"@typescript-eslint/parser": 5.34.0
"@webpack-cli/serve": 1.7.0
assert: 2.0.0
babel-loader: 8.2.5
Expand Down

0 comments on commit 0b0a9e0

Please sign in to comment.