facebook / jscodeshift

A JavaScript codemod toolkit.
https://jscodeshift.com
MIT License
9.22k stars 477 forks source link

chore(dev-deps): bump jest to v29 #529

Closed chimurai closed 1 year ago

chimurai commented 1 year ago

fixed breaking changes introduced in v27: https://jestjs.io/blog/2021/05/25/jest-27#miscellaneous-breaking-changes fixed snapshot format in v29: https://jestjs.io/blog/2022/08/25/jest-29

chimurai commented 1 year ago

CI will fail due to unsupported node12 in jest29.

https://github.com/chimurai/jscodeshift/actions/runs/3441051309/jobs/5740191300

CI fix: https://github.com/facebook/jscodeshift/pull/530 (drop node12, add node18 support)

Daniel15 commented 1 year ago

Could you please rebase now that I've merged #530?

chimurai commented 1 year ago

Rebased 👍

Daniel15 commented 1 year ago

Thanks :)