• Nuxt/4/Template Compilation Changes

    This codemod removes lodash/template and related template utilities from Nuxt in favor of a more flexible and secure getContents() function for code generation in v3.

  • React/19/Migration Recipe

    This recipe is a set of codemods that will fix some of React 19 breaking changes.

  • Python/Orjson/Recipe

    This recipe is a set of codemods that will upgrade json to orjson in your python projects.

  • Nuxt/4/Migration Recipe

    This recipe is a set of codemods that will help migrate to Nuxt 4.

  • Next/13/App Router Recipe

    The App Router Recipe is a set of codemods that assist you with the pages-to-app migration process.

  • Netlify/0.8.5/Recipe

    The SDK v0.8.5 Recipe is a set of codemods that assist you with migrating to Netlify SDK v0.8.5.

  • Msw/2/Upgrade Recipe

    This recipe is a set of codemods that will upgrade your project from using msw v1 to v2.

  • Mocha/Vitest/Recipe

    This recipe is a set of codemods that will upgrade your project from using mocha to vitest.

  • React/19/Replace Create Factory

    Replaces deprecated React.createFactory method with JSX.

  • Typescript/Use Template Literals

    This codemod replaces string concatenations with template literals.

  • Typescript/Remove Public Modifier

    This codemod removes public modifier in interface declarations as it is implicit.

  • Redwoodjs/Core/4/Auth Decoder

    This codemod for RedwoodJS v4 automatically inserts an authDecoder property into the createGraphQLHandler call if it's not already present. It also adds an import statement for authDecoder from @redwoodjs/auth-auth0-api at the beginning of the file, ensuring that the necessary functionality for authentication is correctly integrated.