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

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

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 @@ -68,7 +68,7 @@
"dependencies": {
"@types/lru-cache": "^5.1.0",
"@types/semver": "^7.3.4",
"@typescript-eslint/typescript-estree": "^7.1.0",
"@typescript-eslint/typescript-estree": "^8.0.0",
"comment-parser": "^0.7.6",
"componentsjs": "^6.0.0",
"jsonld-context-parser": "^2.1.5",
Expand Down
58 changes: 38 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2367,10 +2367,10 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/types@npm:7.1.0"
checksum: 095cde3e773b7605c5e0c86642002768ced09e94def7f3c6f49a67863f47d7c8ae15413a4ab1a2407f779d1b5ede5fb3000bc98b1cf9ed7ec938acc38cac89e7
"@typescript-eslint/types@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/types@npm:8.0.0"
checksum: c15efce96e4b80c2bef7ea4fa7f046609816ae8bc3a4e31d9d671e237520f6b96595e1330a891ec7042bc7b09fc16d265bad49fd878d5fb8be4b59b8a752e5b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -2411,22 +2411,22 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:^7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/typescript-estree@npm:7.1.0"
"@typescript-eslint/typescript-estree@npm:^8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/typescript-estree@npm:8.0.0"
dependencies:
"@typescript-eslint/types": "npm:7.1.0"
"@typescript-eslint/visitor-keys": "npm:7.1.0"
"@typescript-eslint/types": "npm:8.0.0"
"@typescript-eslint/visitor-keys": "npm:8.0.0"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
minimatch: "npm:9.0.3"
semver: "npm:^7.5.4"
ts-api-utils: "npm:^1.0.1"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 063845dc8526dfda722d1b00960443a5158d1bce2bc39bf49bd353f33f42aa30116105a87b55a04df3eaef99c0d1c13fb987c53848dff43de6152c66dd3ba41c
checksum: a82f3eb2a66a4b2715d09f8f9547c1f0c27ea60c1d10d0777c8ce998b760dbb8ef14466fc2056220b8a236c2d2dc3ee99f482502f5c268bd40909b272bb47eb4
languageName: node
linkType: hard

Expand Down Expand Up @@ -2483,13 +2483,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:7.1.0":
version: 7.1.0
resolution: "@typescript-eslint/visitor-keys@npm:7.1.0"
"@typescript-eslint/visitor-keys@npm:8.0.0":
version: 8.0.0
resolution: "@typescript-eslint/visitor-keys@npm:8.0.0"
dependencies:
"@typescript-eslint/types": "npm:7.1.0"
eslint-visitor-keys: "npm:^3.4.1"
checksum: 9015a10e6ee2a99fc99e0f7a3f274496a813c2c239e868f29e7c0da919c825fe192fe21d3410c43d8a801e8186b51f08ef06523d2c3010570d893a1486ac293d
"@typescript-eslint/types": "npm:8.0.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 8c59a2e971370c2b9a5727541c72d6b64fd0448ab03dd8b4274a26bddea5e1b4c560dd7856e1f48577cd333f7bbbed7a0f1849d39e2d1b48a748a3668c1a3723
languageName: node
linkType: hard

Expand Down Expand Up @@ -3393,7 +3393,7 @@ __metadata:
"@types/node": "npm:^20.0.0"
"@types/rimraf": "npm:^3.0.0"
"@types/semver": "npm:^7.3.4"
"@typescript-eslint/typescript-estree": "npm:^7.1.0"
"@typescript-eslint/typescript-estree": "npm:^8.0.0"
comment-parser: "npm:^0.7.6"
componentsjs: "npm:^6.0.0"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -7245,6 +7245,15 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
brace-expansion: "npm:^2.0.1"
checksum: de96cf5e35bdf0eab3e2c853522f98ffbe9a36c37797778d2665231ec1f20a9447a7e567cb640901f89e4daaa95ae5d70c65a9e8aa2bb0019b6facbc3c0575ed
languageName: node
linkType: hard

"minimist-options@npm:4.1.0":
version: 4.1.0
resolution: "minimist-options@npm:4.1.0"
Expand Down Expand Up @@ -9430,6 +9439,15 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^1.3.0":
version: 1.3.0
resolution: "ts-api-utils@npm:1.3.0"
peerDependencies:
typescript: ">=4.2.0"
checksum: f54a0ba9ed56ce66baea90a3fa087a484002e807f28a8ccb2d070c75e76bde64bd0f6dce98b3802834156306050871b67eec325cb4e918015a360a3f0868c77c
languageName: node
linkType: hard

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