Use case
Framework
Owner
- Pnpm/Catalog- Performs search across all packages in pnpm workspace.
- If there are more than 2 packages with same dependency - it will move dependency to catalog.
- If there are multiple versions of dependency - codemod will prompt to choose whether to move to catalog or not (in this case latest version will be picked).
- Automatically updates version in packageManagerfield inpackage.jsonto 9.5.0 (if it is set and lower than 9.5.0).
- Runs pnpm installafter migration.
 - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- Biome/Migrate Rules- This codemod replaces configuration files for ESLint with corresponding biome.json for all the found rules. It also replaces Prettier configuration. - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community