Use case
Framework
Owner
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
fileHeader
format 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
NavigationMenuLink
together withNuxtLink
according 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
Remix/Single Fetch/Replace Types
This codemod replaces the UIMatch and MetaArgs types with UIMatch_SingleFetch and MetaArgs_SingleFetch
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Mocha/Vitest/Recipe
This recipe is a set of codemods that will upgrade your project from using
mocha
tovitest
.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
Image
component from thenext/legacy/image
module to thenext/image
module. This is achieved by adding inline styles and removing unused props.Codemod verified
Regularly tested and maintained by our engineers and codemod expert community