facebook / jscodeshift

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

Updating dependencies #588

Closed ElonVolo closed 1 month ago

ElonVolo commented 1 month ago

This PR includes an update to the latest version of recast, as well as many secondary libraries:

To support the updates to these libraries it will be necessary to deprecate node 12 and some node 14 versions prohibited by the libararies. This will hopefully be outweight by improvements to babel, jest, and other bugs/security issues that were present in the older libraries.

The github CI/CD scripts have also been updated to move to the 16.x, 18.x, and 20x versions for automated testing.