codemod
codemod copied to clipboard
The end-to-end platform for creating, sharing, and running codemods with engines like jscodeshift, ast-grep, ts-morph, and more. Automate code migrations, cleanups, and refactors for you, your team, a...
Changes applied with Let -> Const codemod.
**Please check if the PR fulfills these requirements**: - [ ] The commit message follows [our code of conduct](https://github.com/codemod-com/codemod-registry/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/codemod-com/codemod-registry/blob/main/CONTRIBUTING.md) - [ ] Tests for the changes have...
This PR adds redirects for indexed 404 pages to their new counterparts.
## Replacing template utilities ## Codemod description Nuxt used lodash/template to compile templates located on the file system using the .ejs file format/syntax. In addition, we provided some template utilities...
Adds a safety warning for React 19 `remove-memoization` codemod.
**Please check if the PR fulfills these requirements**: - [ ] The commit message follows [our code of conduct](https://github.com/codemod-com/codemod-registry/blob/main/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/codemod-com/codemod-registry/blob/main/CONTRIBUTING.md) - [ ] Tests for the changes have...
## Removal of Sentry.configureScope In Sentry JavaScript SDK 7.x to 8.x, this codemod removes top level `Sentry.configureScope function`. Instead, uses the `Sentry.getCurrentScope()` to access and mutate the current scope. ##...
on behalf of [eps1lon](https://github.com/eps1lon): " `ReactHMTL` and `ReactSVG` were related to `createFactories` but we found usage using it as a list of possible built-in browser element types. We now have...