Skip to content

Commit

Permalink
Bump @typescript-eslint/parser from 5.53.0 to 5.55.0 for TypeScript 5
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Mar 17, 2023
1 parent b76b3db commit 850cb00
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
"@types/jest": "^29.4.0",
"@types/sinon": "^10.0.13",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/parser": "^5.55.0",
"depcheck": "^1.4.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
61 changes: 53 additions & 8 deletions yarn.lock
Expand Up @@ -1400,7 +1400,7 @@ __metadata:
"@types/jest": ^29.4.0
"@types/sinon": ^10.0.13
"@typescript-eslint/eslint-plugin": ^5.53.0
"@typescript-eslint/parser": ^5.53.0
"@typescript-eslint/parser": ^5.55.0
depcheck: ^1.4.3
eslint: ^8.29.0
eslint-config-prettier: ^8.5.0
Expand Down Expand Up @@ -1940,20 +1940,20 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.53.0":
version: 5.53.0
resolution: "@typescript-eslint/parser@npm:5.53.0"
"@typescript-eslint/parser@npm:^5.55.0":
version: 5.55.0
resolution: "@typescript-eslint/parser@npm:5.55.0"
dependencies:
"@typescript-eslint/scope-manager": 5.53.0
"@typescript-eslint/types": 5.53.0
"@typescript-eslint/typescript-estree": 5.53.0
"@typescript-eslint/scope-manager": 5.55.0
"@typescript-eslint/types": 5.55.0
"@typescript-eslint/typescript-estree": 5.55.0
debug: ^4.3.4
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 979e5d63793a9e64998b1f956ba0f00f8a2674db3a664fafce7b2433323f5248bd776af8305e2419d73a9d94c55176fee099abc5c153b4cc52e5765c725c1edd
checksum: 48a20dc7e67960b5168b77bfb9d11d053a21d57bb83cf7b59f750191cbca5eea3b4636a8e6e75cc0aca5a84cdef91fed5440934fc2935f8c6fa71630a253a50c
languageName: node
linkType: hard

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

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

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

"@typescript-eslint/types@npm:5.55.0":
version: 5.55.0
resolution: "@typescript-eslint/types@npm:5.55.0"
checksum: 7d851f09a2106514d3a9c7164d34758f30abfe554e3c7a02be75cdc7e16644e23ca32840a8f39a0321bc509927fb4d98ce91b22b21e8544ac56cef33b815a864
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.46.0":
version: 5.46.0
resolution: "@typescript-eslint/typescript-estree@npm:5.46.0"
Expand Down Expand Up @@ -2044,6 +2061,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.55.0":
version: 5.55.0
resolution: "@typescript-eslint/typescript-estree@npm:5.55.0"
dependencies:
"@typescript-eslint/types": 5.55.0
"@typescript-eslint/visitor-keys": 5.55.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: d24a11aee3d01067018d99804f420aecb8af88e43bf170d5d14f6480bd378c0a81ce49a37f5d6c36e5f0f319e3fa8b099720f295f2767338be1a4f7e9a5323e1
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.53.0":
version: 5.53.0
resolution: "@typescript-eslint/utils@npm:5.53.0"
Expand Down Expand Up @@ -2100,6 +2135,16 @@ __metadata:
languageName: node
linkType: hard

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

"@vue/compiler-core@npm:3.2.47":
version: 3.2.47
resolution: "@vue/compiler-core@npm:3.2.47"
Expand Down

0 comments on commit 850cb00

Please sign in to comment.