-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Building codemods for fastify upgrade v4.
At Codemod, we are contributing open-source codemods for popular frameworks like React, Remix, Nuxt, and others to help with their latest updates and changes. Right now, I'm working on the fastify v4 upgrade. I've gone through the upgrade guide and raised a GitHub issue for the missing codemods.
Looking forward to add these and help fastify users have a smooth migration experience.
Motivation
The motivation to create codemods is that it would streamline the process for millions of users, and also ensure that the application stays efficient and secure while leveraging the latest advancements in Fastify.
Example
These codemods would help migrate to fastify v4 real quick as running :
npx codemod fastify/4/migration-recipe which would include all the codemods.