Use case
Framework
Owner
Svelte/5/Migration Recipe
This recipe is a set of codemods that will help migrate to Svelte 5.
Svelte/5/Svelte Element Expression
This codemod updates Svelte component definitions by transforming the
this
attribute in<svelte:element>
tags:Svelte/5/Server Api Changes
This codemod updates Svelte component rendering:
Svelte/5/Is Where Scoping
This codemod updates CSS handling in your project:
Svelte/5/Components As Functions Onfunction
This codemod updates Svelte component instantiation and event handling for Svelte 5:
Svelte/5/Components As Functions Destroyfunction
This codemod updates Svelte component instantiation and event handling for Svelte 5:
Svelte/5/Components As Functions
In Svelte 3 and 4, components were classes, while in Svelte 5, components are functions. This codemod updates the instantiation of Svelte components to use
mount
orhydrate
(imported from svelte), ensuring compatibility with Svelte 5's new functional component model.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:
Styledictionary/4/Updated And Removed Transforms
What Changed
Styledictionary/4/Type
What Changed
Styledictionary/4/Reference Utils
What Changed
Styledictionary/4/Module Common Js
What Changed
Styledictionary/4/Migration Recipe
This recipe is a set of codemods that will help migrate to Style Dictionary 4.
Styledictionary/4/Instantiating Style Dictionary
What Changed
Styledictionary/4/Formatting Options
What Changed
Styledictionary/4/Format Helpers
What Changed
Elasticsearch/8/Unify Return Value
This codemod updates the API response structure for search calls, replacing the previous body-only return with an object containing additional fields like
statusCode
,headers
, andwarnings
Elasticsearch/8/Rename Query String
This codemod renames the query key to querystring and changes the body key to bulkBody in client.transport.request.