Use case
Framework
Owner
- @Nodejs/Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.
- Correct Ts Specifiers- This package transforms import specifiers from the old - tsc(TypeScript's compiler) requirement of using- .jsfile extensions in source-code to import files that are actually typescript; the corrected specifiers enable source-code to be runnable by standards-compliant software like Node.js.
- Deno Refactor TLS Certs Reading- This codemod updates the usage of TLS certificate loading in Deno by replacing deprecated properties with their new counterparts. In Deno V2, loading certificates directly from files is now deprecated. Instead, you should read the certificates yourself. 
- 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. 
- Styledictionary/4/Asynchronous Api File Headers- This codemod updates the - fileHeaderformat helper utility to be asynchronous, allowing support for async fileHeaders while maintaining consistency with the latest updates.
- Reka Ui/Import Update- The primary change in imports is replacing radix-vue with reka-ui. 
- Reka Ui/SearchTerm Props Of Root To Input'S V Model- Replace searchTerm props of Root to Input's v-model. 
- Next/15/Update Fetch Requests To Handle Caching- Update Fetch Requests to Handle Caching 
- Next/15/Refactor Experimental.ServerComponentsExternalPackages To ServerExternalPackages- Refactor experimental.serverComponentsExternalPackages to serverExternalPackages 
- Ethers/6/Importing- This codemod helps in tranformation, related to some import packages. 
- Vue 3 Update Navigation Menu Link Emits And Handle Click- When using - NavigationMenuLinktogether with- NuxtLinkaccording to the documentation the menu does not dismiss when clicking on a link.
- Jest Add Root And Assertions To Test- Added Input Root Test Cases to which handle the data disabled case 
- React 17 Hydrate To Hydrate Root- Short description 
- Mocha/Vitest/Recipe- This recipe is a set of codemods that will upgrade your project from using - mochato- vitest.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- React/19/Replace Reactdom Render- Replaces usages of ReactDom.render()withcreateRoot(node).render().
- Replaces usages of ReactDom.hydrate()withhydrateRoot()
- Replaces usages of ReactDom.unmountComponentAtNode()withroot.unmount()
 - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- Replaces usages of 
- Next/13/New Image Experimental- This codemod dangerously migrates the usages of the - Imagecomponent from the- next/legacy/imagemodule to the- next/imagemodule. This is achieved by adding inline styles and removing unused props.- Codemod verified- Regularly tested and maintained by our engineers and codemod expert community