Skip to content

fix: bump ts-api-utils to ^2.0.1 #10761

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

Merged
Merged
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 packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"graphemer": "^1.4.0",
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
"ts-api-utils": "^2.0.0"
"ts-api-utils": "^2.0.1"
},
"devDependencies": {
"@jest/types": "29.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@typescript-eslint/typescript-estree": "8.22.0",
"@typescript-eslint/utils": "8.22.0",
"debug": "^4.3.4",
"ts-api-utils": "^2.0.0"
"ts-api-utils": "^2.0.1"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-estree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"is-glob": "^4.0.3",
"minimatch": "^9.0.4",
"semver": "^7.6.0",
"ts-api-utils": "^2.0.0"
"ts-api-utils": "^2.0.1"
},
"devDependencies": {
"@jest/types": "29.6.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5763,7 +5763,7 @@ __metadata:
prettier: ^3.2.5
rimraf: "*"
title-case: ^3.0.3
ts-api-utils: ^2.0.0
ts-api-utils: ^2.0.1
tsx: "*"
typescript: "*"
unist-util-visit: ^5.0.0
Expand Down Expand Up @@ -5881,7 +5881,7 @@ __metadata:
jest: 29.7.0
prettier: ^3.2.5
rimraf: "*"
ts-api-utils: ^2.0.0
ts-api-utils: ^2.0.1
typescript: "*"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
Expand Down Expand Up @@ -5998,7 +5998,7 @@ __metadata:
rimraf: "*"
semver: ^7.6.0
tmp: "*"
ts-api-utils: ^2.0.0
ts-api-utils: ^2.0.1
typescript: "*"
peerDependencies:
typescript: ">=4.8.4 <5.8.0"
Expand Down Expand Up @@ -19310,12 +19310,12 @@ __metadata:
languageName: node
linkType: hard

"ts-api-utils@npm:^2.0.0":
version: 2.0.0
resolution: "ts-api-utils@npm:2.0.0"
"ts-api-utils@npm:^2.0.1":
version: 2.0.1
resolution: "ts-api-utils@npm:2.0.1"
peerDependencies:
typescript: ">=4.8.4"
checksum: f16f3e4e3308e7ad7ccf0bec3e0cb2e06b46c2d6919c40b6439e37912409c72f14340d231343b2b1b8cc17c2b8b01c5f2418690ea788312db6ca4e72cf2df6d8
checksum: ca31f4dc3c0d69691599de2955b41879c27cb91257f2a468bbb444d3f09982a5f717a941fcebd3aaa092b778710647a0be1c2b1dd75cf6c82ceffc3bf4c7d27d
languageName: node
linkType: hard

Expand Down
Loading