Skip to content

Update dependency @typescript-eslint/typescript-estree to v8 #130

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -38,7 +38,7 @@
},
"dependencies": {
"@types/semver": "^7.0.0",
"@typescript-eslint/typescript-estree": "^7.1.0",
"@typescript-eslint/typescript-estree": "^8.0.0",
"comment-parser": "^1.4.0",
"componentsjs": "^6.3.0",
"jsonld-context-parser": "^3.0.0",
Expand Down
50 changes: 47 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1940,6 +1940,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:8.27.0":
version: 8.27.0
resolution: "@typescript-eslint/types@npm:8.27.0"
checksum: 10/e7b608f6ce5be52c7bcee098abc5f88b677a6511e701e563ba73901300c838827cd7fa11e1fd0f5df027948e0fd3f6181c16c05578d33041c6639bc79b015172
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
Expand Down Expand Up @@ -1977,7 +1984,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:7.18.0, @typescript-eslint/typescript-estree@npm:^7.1.0":
"@typescript-eslint/typescript-estree@npm:7.18.0":
version: 7.18.0
resolution: "@typescript-eslint/typescript-estree@npm:7.18.0"
dependencies:
Expand All @@ -1996,6 +2003,24 @@ __metadata:
languageName: node
linkType: hard

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

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

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

"@ungap/structured-clone@npm:^1.2.0":
version: 1.3.0
resolution: "@ungap/structured-clone@npm:1.3.0"
Expand Down Expand Up @@ -2947,7 +2982,7 @@ __metadata:
"@types/node": "npm:^22.0.0"
"@types/rimraf": "npm:^4.0.0"
"@types/semver": "npm:^7.0.0"
"@typescript-eslint/typescript-estree": "npm:^7.1.0"
"@typescript-eslint/typescript-estree": "npm:^8.0.0"
comment-parser: "npm:^1.4.0"
componentsjs: "npm:^6.3.0"
eslint: "npm:^8.0.0"
Expand Down Expand Up @@ -4308,7 +4343,7 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:^3.2.9":
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2":
version: 3.3.3
resolution: "fast-glob@npm:3.3.3"
dependencies:
Expand Down Expand Up @@ -8604,6 +8639,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.0.1":
version: 2.1.0
resolution: "ts-api-utils@npm:2.1.0"
peerDependencies:
typescript: ">=4.8.4"
checksum: 10/02e55b49d9617c6eebf8aadfa08d3ca03ca0cd2f0586ad34117fdfc7aa3cd25d95051843fde9df86665ad907f99baed179e7a117b11021417f379e4d2614eacd
languageName: node
linkType: hard

"ts-jest@npm:^29.0.0":
version: 29.2.6
resolution: "ts-jest@npm:29.2.6"
Expand Down
Loading