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

Deps: Update dependency jscodeshift to v17 #1712

Merged
merged 1 commit into from
Oct 15, 2024
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/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/jscodeshift": "^0.12.0",
"execa": "^9.0.0",
"filedirname": "^3.0.0",
"jscodeshift": "^0.16.0",
"jscodeshift": "^17.0.0",
"sade": "^1.8.1",
"zx": "^7.2.2"
},
Expand Down
22 changes: 6 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4708,7 +4708,7 @@ __metadata:
execa: "npm:^9.0.0"
filedirname: "npm:^3.0.0"
jest: "npm:29.7.0"
jscodeshift: "npm:^0.16.0"
jscodeshift: "npm:^17.0.0"
sade: "npm:^1.8.1"
shx: "npm:0.3.4"
tsup: "npm:8.3.0"
Expand Down Expand Up @@ -19484,9 +19484,9 @@ __metadata:
languageName: node
linkType: hard

"jscodeshift@npm:^0.16.0":
version: 0.16.1
resolution: "jscodeshift@npm:0.16.1"
"jscodeshift@npm:^17.0.0":
version: 17.0.0
resolution: "jscodeshift@npm:17.0.0"
dependencies:
"@babel/core": "npm:^7.24.7"
"@babel/parser": "npm:^7.24.7"
Expand All @@ -19498,12 +19498,11 @@ __metadata:
"@babel/preset-flow": "npm:^7.24.7"
"@babel/preset-typescript": "npm:^7.24.7"
"@babel/register": "npm:^7.24.6"
chalk: "npm:^4.1.2"
flow-parser: "npm:0.*"
graceful-fs: "npm:^4.2.4"
micromatch: "npm:^4.0.7"
neo-async: "npm:^2.5.0"
node-dir: "npm:^0.1.17"
picocolors: "npm:^1.0.1"
recast: "npm:^0.23.9"
temp: "npm:^0.9.4"
write-file-atomic: "npm:^5.0.1"
Expand All @@ -19514,7 +19513,7 @@ __metadata:
optional: true
bin:
jscodeshift: bin/jscodeshift.js
checksum: 10/654c9092dc9752f40e6640443e72106624883b0c45db3daebc78e1241e17d969d984f76be36fc481994da4c1111ff61271c8259f48e32c44d468901b173c95aa
checksum: 10/d47000c33775336332e1ee431354881ce25a42354a82c712e109f598eac90be747d412c85428e1fa0302136823e44e4f42487746d62752120cd6879665bcef0a
languageName: node
linkType: hard

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

"node-dir@npm:^0.1.17":
version: 0.1.17
resolution: "node-dir@npm:0.1.17"
dependencies:
minimatch: "npm:^3.0.2"
checksum: 10/281fdea12d9c080a7250e5b5afefa3ab39426d40753ec8126a2d1e67f189b8824723abfed74f5d8549c5d78352d8c489fe08d0b067d7684c87c07283d38374a5
languageName: node
linkType: hard

"node-domexception@npm:^1.0.0":
version: 1.0.0
resolution: "node-domexception@npm:1.0.0"
Expand Down
Loading