Finds deprecated API usage, migrates call sites, runs tests, and opens a PR.
Use this templateSelect the repository and specify the deprecated API to migrate from and to.
Search the entire repository for all usages of the deprecated API: imports, function calls, type references, and configuration.
Determine the correct replacement for each usage. Handle changed signatures, renamed parameters, and different return types.
Update imports, replace function calls, adjust types, and update configuration files across all affected files.
npm test || go test ./... || yarn test || echo "Tests completed"Submit a pull request with the migrated code and migration details.
No commitment. No setup. Just start.
This website uses cookies to enhance the user experience. Read our cookie policy for more info.