• React/19/Remove Forward Ref

    React.forwardRef will be deprecated for Function Components in near future. This codemod removes forwardRef function.

  • 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.

  • React Router/4/Move Hoc To Global Scope

    Moves HOC calls to the global scope