Use case
Framework
Owner
- React/19/Remove Forward Ref- React.forwardRef will be deprecated for Function Components in near future. This codemod removes forwardRef function. - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- Add Multipart Enctype To Forms With File Input- This codemod automatically adds the enctype="multipart/form-data" attribute to forms containing file input fields. It ensures that forms with file inputs properly handle file uploads during non-JS submissions, which is a requirement for SvelteKit v2. 
- React 17 Default Props To Params- Example- This codemod turns X into Y. It also does Z. Note: this is a contrived example. Please modify it. 
- Reka Ui/Update Combobox Filter- Combobox has been refactored and improve to support better custom filtering 
- Reka Ui/Rename Controlled State- Replace searchTerm props of Root to Input's v-model. 
- MoveStateToChildComponent- This codemod refactors React components by moving - useStatehooks from parent components to child components when the state and setter function (- setState) are passed down as props. The goal is to simplify the parent components and allow child components to manage their own internal state when appropriate.
- Reka Ui/SearchTerm Props Of Root To Input'S V Model- Replace searchTerm props of Root to Input's v-model. 
- Remix Js/V2/Add Matches Param And Array Return To Meta Export- Instead of returning an object from meta, you will now return an array of descriptors and manage the merge yourself. This brings the meta API closer to links, and it allows for more flexibility and control over how meta tags are rendered. 
- Jest Add Root And Assertions To Test- Added Input Root Test Cases to which handle the data disabled case 
- Valibot/Migrate To V0.31.0- You can use Codemod to automatically update your code to the new API. See the migration guide for more details on the changes. - 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 
- React Native/74/Remove Deprecated Proptypes- This codemod removes deprecated PropTypes from React Native components (e.g., Image, Text, TextInput), reducing app size and memory overhead, and preparing the codebase for modern type-checking solutions. 
- Migrate Pytorch To Accelerator0 26 1- Short description