Use case
Framework
Owner
Electron/V33/System Preferences To Native Theme
This codemod deprecates
systemPreferences.accessibilityDisplayShouldReduceTransparency
property, which is now deprecated in favor of the newnativeTheme.prefersReducedTransparency
, which provides identical information and works cross-platform.Webpack/V5/Set Target To False And Update Plugins
This codemod migrates the
target
property in Webpack configurations from a function tofalse
and moves the function to theplugins
array.Set Target To False And Update Plugins
This codemod migrates the
target
property in Webpack configurations from a function tofalse
and moves the function to theplugins
array.Webpack/V5/Json Imports To Default Imports
This codemod migrates imports from JSON modules that use named exports to use default exports instead.
Three/R168/Migration Recipe
This recipe is a set of codemods that will help migrate to three r168 from three r167 .
Three/R168/Uniforms To Uniformarray
This codemod renames uniforms() function, to uniformsArray()
Webpack/V5/Migrate Library Target To Library Object
This codemod migrates the
output.library
andoutput.libraryTarget
properties in Webpack configurations to the new format required by Webpack 5. It changesoutput.library
tooutput.library.name
andoutput.libraryTarget
tooutput.library.type
.Vue/3/Async Component Prop Renaming
Async Components Refactor
Remix Js/V2/Migration Recipe
This recipe is a set of codemods that will help migrate to Remix.js v2.
Reka Ui V2/Migration Recipe
This recipe is a set of codemods that will help migrate to Reka UI.
Meteor/V3/Migration Recipe
This recipe is a set of codemods that will help migrate to meteor v3 from meteor 2.x .
Three/R168/Logluvloader To UltraHDRLoader
This codemod removes
LogLuvLoader
, and replaces it withUltraHDRLoader
Socket.Io/4/Migration Recipe
This recipe is a set of codemods that will fix some of Socket.io 4.0 breaking changes.
Socket.Io/4/Ws Engine Format Update
This codemod when bundling the server with webpack will update the format of wsEngine to get the rid following error:
Socket.Io/4/Removing Useless Broadcast Flag
This codemod will get rid of following error:
Three/R168/Pointerlockcontrols Object To Controls Object
This codemod helps in transforming
PointerLockControls.getObject()
tocontrols.object
Meteor/V3/Add Await To Async Webapp Methods
Below are some webapp methods which are now async, thats why added await
Meteor/V3/React To Meteor
This codemod helps in transforming react to meteor
Three/R168/Dragcontrols Getraycaster To Controls Raycaster
This codemod renames DragControls.getRaycaster() to controls.raycaster
Three/R168/Dragcontrols.Deactivate To Disconnect
This codemod renames dragcontrols.deactivate() to disconnect()