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.
- O2h Migration- This is a codemod created with - codemod init.
- Lodash/2/Es Toolkit/Migrate- This codemod automates the migration from Lodash library to es-toolkit package. 
- Pinia Colada 0 14 Migration Recipe- This codemod updates the usage of PiniaColada to ensure that the enabled and gcTime options are correctly placed under queryOptions. Previously, these options were directly passed as top-level properties, which is now deprecated. The codemod transforms these patterns into the new structure where enabled is nested under queryOptions. - Codemod verified- Regularly tested and maintained by our engineers and codemod expert community 
- 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.
- Sveltekit Vite Preprocess Migration- This codemod updates import paths and ensures compatibility with changes in library structures. In this example, it modifies the import statement for vitePreprocess to reflect updates in the library's API. 
- Cursor Selection Handling- This codemod shows how to migrate cursor and - selectionhandling from Slate v0.88 to v0.104, including the Preventing runtime errors from null selections.
- Editor Has Path- This guide covers the migration of - Editor.hasPathusage from Slate.js v0.88 to v0.104. The API has changed from a property-based check to a function call pattern, requiring updates to existing code.
- React Router/6/UseHistory To UseNavigate- This codemod migrates - useHistoryto- useNavigatein React Router codebases. It replaces- useHistoryimports and updates all instances of- history.push,- history.replace,- go,- goBack, and- goForwardto align with the- useNavigateAPI.
- Webpack To Rspack/Cssextractwebpackplugin Community To Included Plugin- Handles the migration of the CssExtractWebpackPlugin webpack plug-in into an included plugin in rspack. 
- Webpack To Rspack/Handling Built In Plugins Migrations- Rspack has implemented most of webpack's built-in plugins, with the same names and configuration parameters, allowing for easy replacement.
- Replace the the include package from webpack to rspack one.
- Replaces the webpack object in the plugins array to rspack object.
- Handles only for supported and partially supported built-in plugins. (as of 11th Oct 2024)
 
- Webpack To Rspack/Copywebpackplugin Community To Included Plugin- Handles the migration of the CopyWebpackPlugin web pack plug into an included plugin in rspack. 
- Webpack To Rspack/Migration Recipe- This recipe is a set of codemods that will help migrate from webpack to rspack. 
- Webpack To Rspack/Remove Tsconfigpathsplugin Paths Plugin- Handles the migration of the TsconfigPathsPlugin web pack plug into an included plugin in rspack. 
- React Router/7/Migration Recipe- This codemods designed to facilitate the migration of your project from React Router to version 7. Each codemod targets specific changes and improvements introduced in React Router v7, ensuring a smoother transition. 
- Fastify/5/MigrationRecipe- This recipe provides a set of codemods designed to assist with migrating to Fastify 5. Each codemod addresses specific changes and enhancements introduced in Fastify 5. 
- Fastify/5/Listen Arg Transformation- This codemod turns - fastify.listen(8000)into- fastify.listen({ port: 8000 }), reflecting the highlights of the migration from the old- listenmethod signature to the new object-based approach in Fastify v5.- Before
- Reka Ui/Migration Recipe- This recipe is a set of codemods that will help migrate to Style Dictionary 4. 
- Jasmine/V5/Migration Recipe- This recipe is a set of codemods that will help migrate to jasmine v5 from jasmine 4.x .