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 7.10.0 to 8.18.0 #510

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/parser": "^8.18.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^5.0.1",
Expand Down
91 changes: 77 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1415,21 +1415,19 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^7.10.0":
version: 7.10.0
resolution: "@typescript-eslint/parser@npm:7.10.0"
dependencies:
"@typescript-eslint/scope-manager": 7.10.0
"@typescript-eslint/types": 7.10.0
"@typescript-eslint/typescript-estree": 7.10.0
"@typescript-eslint/visitor-keys": 7.10.0
"@typescript-eslint/parser@npm:^8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/parser@npm:8.18.0"
dependencies:
"@typescript-eslint/scope-manager": 8.18.0
"@typescript-eslint/types": 8.18.0
"@typescript-eslint/typescript-estree": 8.18.0
"@typescript-eslint/visitor-keys": 8.18.0
debug: ^4.3.4
peerDependencies:
eslint: ^8.56.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 68a30e03f77e8cb58c6f7407d6b90befaa1c97cc3fc2d6b9b43f7003441f2c4ae50b14aaf9c2cb8b2c0e99175c5d753812b9d0a43fadaf8878cde92d82d86266
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 8d95c49440001436dfdbcd64f7fe845ff05777aa8e314c91b3fdb7d8dfb91a42b3bf62b0be16967845d1a1ef70d25aa9fc29ff79b7a0d6474ea121a9fac1f5c0
languageName: node
linkType: hard

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

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

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

"@typescript-eslint/types@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/types@npm:8.18.0"
checksum: fec2dbb356608d7538868c58b0de71851b7b2cea4ebb752cd4acdd217e0d54d19d6230344e9867559ea67dd6655fde6f2460be23f206aea487cc295c28eb6191
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.10.0":
version: 7.10.0
resolution: "@typescript-eslint/typescript-estree@npm:7.10.0"
Expand Down Expand Up @@ -1539,6 +1554,24 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
dependencies:
"@typescript-eslint/types": 8.18.0
"@typescript-eslint/visitor-keys": 8.18.0
debug: ^4.3.4
fast-glob: ^3.3.2
is-glob: ^4.0.3
minimatch: ^9.0.4
semver: ^7.6.0
ts-api-utils: ^1.3.0
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
checksum: 2b04a9eb1d942ee26358f411ed6df26b36366ec93d6e3d1ab94f27915c23531e01edb94456ae1d47086e7180dc94d0027035ab08d377469fe01ffa621bfaf96f
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:7.10.0, @typescript-eslint/utils@npm:^6.0.0 || ^7.0.0":
version: 7.10.0
resolution: "@typescript-eslint/utils@npm:7.10.0"
Expand Down Expand Up @@ -1587,6 +1620,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:8.18.0":
version: 8.18.0
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
dependencies:
"@typescript-eslint/types": 8.18.0
eslint-visitor-keys: ^4.2.0
checksum: bf4c45bb3bdfd2bc4df86bc50649e8a9734d294a80fb9a78b52cc8ed247384f9d525fb0693372fd52864175fd7036069c5f59b920c12f0ee34d52c2ab0332841
languageName: node
linkType: hard

"@ungap/structured-clone@npm:^1.2.0":
version: 1.2.0
resolution: "@ungap/structured-clone@npm:1.2.0"
Expand Down Expand Up @@ -3416,6 +3459,13 @@ __metadata:
languageName: node
linkType: hard

"eslint-visitor-keys@npm:^4.2.0":
version: 4.2.0
resolution: "eslint-visitor-keys@npm:4.2.0"
checksum: 779c604672b570bb4da84cef32f6abb085ac78379779c1122d7879eade8bb38ae715645324597cf23232d03cef06032c9844d25c73625bc282a5bfd30247e5b5
languageName: node
linkType: hard

"eslint@npm:^8.57.0":
version: 8.57.0
resolution: "eslint@npm:8.57.0"
Expand Down Expand Up @@ -3618,6 +3668,19 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:^3.3.2":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
dependencies:
"@nodelib/fs.stat": ^2.0.2
"@nodelib/fs.walk": ^1.2.3
glob-parent: ^5.1.2
merge2: ^1.3.0
micromatch: ^4.0.4
checksum: 900e4979f4dbc3313840078419245621259f349950411ca2fa445a2f9a1a6d98c3b5e7e0660c5ccd563aa61abe133a21765c6c0dec8e57da1ba71d8000b05ec1
languageName: node
linkType: hard

"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.0.0, fast-json-stable-stringify@npm:^2.1.0":
version: 2.1.0
resolution: "fast-json-stable-stringify@npm:2.1.0"
Expand Down Expand Up @@ -6895,7 +6958,7 @@ __metadata:
"@types/jest": ^29.5.12
"@types/node": ^22.7.4
"@typescript-eslint/eslint-plugin": ^7.10.0
"@typescript-eslint/parser": ^7.10.0
"@typescript-eslint/parser": ^8.18.0
"@vercel/ncc": ^0.38.1
eslint: ^8.57.0
eslint-plugin-github: ^5.0.1
Expand Down
Loading