Framework Migration Detector
depsonar_migrateDetect framework migration needs by scanning code for deprecated patterns, with exact file locations and migration instructions. Supports Svelte 4→5 and Next.js 13→14→15.
Instructions
Detect framework migration needs by scanning code for deprecated patterns. Currently supports: Svelte 4→5, Next.js 13→14→15.
Finds exact file locations of code that needs to change, with migration instructions for each pattern.
Examples:
"Check if my projects need Svelte 5 migration"
"Migration scan for all projects"
"What Svelte 4 patterns are still in my code?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Check a specific project. Leave empty to check all. | |
| directory | No | Root directory to scan. |