Skip to content

chore(deps): update dependency @types/jscodeshift to v17 #484

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: main
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
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 @@ -28,7 +28,7 @@
"@changesets/cli": "^2.22.0",
"@jest/globals": "^29.0.0",
"@types/inquirer": "^9.0.0",
"@types/jscodeshift": "^0.12.0",
"@types/jscodeshift": "^17.0.0",
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.10",
"dedent": "^1.0.0",
Expand Down
43 changes: 11 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2378,13 +2378,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jscodeshift@npm:^0.12.0":
version: 0.12.0
resolution: "@types/jscodeshift@npm:0.12.0"
"@types/jscodeshift@npm:^17.0.0":
version: 17.3.0
resolution: "@types/jscodeshift@npm:17.3.0"
dependencies:
ast-types: ^0.14.1
recast: ^0.20.3
checksum: 66c2025ee500b30c29af4674033711bd5d7c5fcdc37d62c2d5633d39fc5dbdc571abd497aed96bd2313080a3d131ef4d8da5c593f220ec2ff1302e5ce27ebf46
ast-types: ^0.16.1
recast: ^0.23.11
checksum: 106da35e89639657168ed2866bf2a24acb02fa1e55e6e7ffe5ea0ae300f7057d56a065d844e198a23080ecf694ae09fb11e13087bd493f231f831cfa4fb79b31
languageName: node
linkType: hard

Expand Down Expand Up @@ -2582,15 +2582,6 @@ __metadata:
languageName: node
linkType: hard

"ast-types@npm:0.14.2, ast-types@npm:^0.14.1":
version: 0.14.2
resolution: "ast-types@npm:0.14.2"
dependencies:
tslib: ^2.0.1
checksum: 8674a77307764979f0a0b2006b7223a4b789abffaa7acbf6a1132650a799252155170173a1ff6a7fb6897f59437fc955f2707bdfc391b0797750898876e6c9ed
languageName: node
linkType: hard

"ast-types@npm:^0.16.1":
version: 0.16.1
resolution: "ast-types@npm:0.16.1"
Expand Down Expand Up @@ -5394,28 +5385,16 @@ __metadata:
languageName: node
linkType: hard

"recast@npm:^0.20.3":
version: 0.20.5
resolution: "recast@npm:0.20.5"
dependencies:
ast-types: 0.14.2
esprima: ~4.0.0
source-map: ~0.6.1
tslib: ^2.0.1
checksum: 14c35115cd9965950724cb2968f069a247fa79ce890643ab6dc3795c705b363f7b92a45238e9f765387c306763be9955f72047bb9d15b5d60b0a55f9e7912d5a
languageName: node
linkType: hard

"recast@npm:^0.23.9":
version: 0.23.9
resolution: "recast@npm:0.23.9"
"recast@npm:^0.23.11, recast@npm:^0.23.9":
version: 0.23.11
resolution: "recast@npm:0.23.11"
dependencies:
ast-types: ^0.16.1
esprima: ~4.0.0
source-map: ~0.6.1
tiny-invariant: ^1.3.3
tslib: ^2.0.1
checksum: be8e896a46b24e30fbeafcd111ff3beaf2b5532d241c199f833fe1c18e89f695b2704cf83f3006fa96a785851019031de0de50bd3e0fd7bb114be18bf2cad900
checksum: 1807159b1c33bc4a2d146e4ffea13b658e54bdcfab04fc4f9c9d7f1b4626c931e2ce41323e214516ec1e02a119037d686d825fc62f28072db27962b85e5b481d
languageName: node
linkType: hard

Expand Down Expand Up @@ -6028,7 +6007,7 @@ __metadata:
"@changesets/cli": ^2.22.0
"@jest/globals": ^29.0.0
"@types/inquirer": ^9.0.0
"@types/jscodeshift": ^0.12.0
"@types/jscodeshift": ^17.0.0
"@types/node": ^20.0.0
"@types/yargs": ^17.0.10
dedent: ^1.0.0
Expand Down
Loading