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

chore(deps-dev): bump @typescript-eslint/parser from 5.59.7 to 5.60.0 #803

Closed
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
81 changes: 70 additions & 11 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/js-yaml": "^4.0.5",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/parser": "^5.60.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.41.0",
"eslint-plugin-escompat": "^3.4.0",
Expand Down
66 changes: 64 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.1.0, @typescript-eslint/parser@npm:^5.59.7":
"@typescript-eslint/parser@npm:^5.1.0":
version: 5.59.7
resolution: "@typescript-eslint/parser@npm:5.59.7"
dependencies:
Expand All @@ -1237,6 +1237,23 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/scope-manager@npm:5.59.7":
version: 5.59.7
resolution: "@typescript-eslint/scope-manager@npm:5.59.7"
Expand All @@ -1247,6 +1264,16 @@ __metadata:
languageName: node
linkType: hard

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

"@typescript-eslint/type-utils@npm:5.59.7":
version: 5.59.7
resolution: "@typescript-eslint/type-utils@npm:5.59.7"
Expand All @@ -1271,6 +1298,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/types@npm:5.60.0"
checksum: 48f29e5c084c5663cfed1a6c4458799a6690a213e7861a24501f9b96698ae59e89a1df1c77e481777e4da78f1b0a5573a549f7b8880e3f4071a7a8b686254db8
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.59.7":
version: 5.59.7
resolution: "@typescript-eslint/typescript-estree@npm:5.59.7"
Expand All @@ -1289,6 +1323,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.60.0":
version: 5.60.0
resolution: "@typescript-eslint/typescript-estree@npm:5.60.0"
dependencies:
"@typescript-eslint/types": 5.60.0
"@typescript-eslint/visitor-keys": 5.60.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: 0f4f342730ead42ba60b5fca4bf1950abebd83030010c38b5df98ff9fd95d0ce1cfc3974a44c90c65f381f4f172adcf1a540e018d7968cc845d937bf6c734dae
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.59.7, @typescript-eslint/utils@npm:^5.10.0":
version: 5.59.7
resolution: "@typescript-eslint/utils@npm:5.59.7"
Expand Down Expand Up @@ -1317,6 +1369,16 @@ __metadata:
languageName: node
linkType: hard

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

"@vercel/ncc@npm:^0.36.1":
version: 0.36.1
resolution: "@vercel/ncc@npm:0.36.1"
Expand Down Expand Up @@ -2925,7 +2987,7 @@ __metadata:
"@types/js-yaml": ^4.0.5
"@types/node": ^20.2.5
"@typescript-eslint/eslint-plugin": ^5.59.7
"@typescript-eslint/parser": ^5.59.7
"@typescript-eslint/parser": ^5.60.0
"@vercel/ncc": ^0.36.1
date-fns: ^2.30.0
eslint: ^8.41.0
Expand Down