Mohab Sameh
Mohab Sameh
## Codemod description This codemod(s) should help with migrating to [Static CMS v3](https://github.com/StaticJsCMS/static-cms) as described in the [migration guide](https://www.staticcms.org/docs/migration-guide-v3). ## Changes required: ### Update Gitea backend > While still remaining...
# Node.js 22 upgrade codemods ## Codemod description Codemods to help automate the Node.js 22 upgrade process according to the release notes [here](https://github.com/nodejs/node/releases/tag/v22.0.0). ### Applicability Criteria Node.js < 22.0.0 ->...
**Please check if the PR fulfills these requirements**: - [x] 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) - [x] Tests for the changes have been added...
This PR adds redirects for indexed 404 pages to their new counterparts.
Adds a safety warning for React 19 `remove-memoization` codemod.
replace startup (deprecated) plan with pro plan.
Adds semantic release [GitHub action workflow](https://semantic-release.gitbook.io/semantic-release/recipes/ci-configurations/github-actions).
This PR adds instructions on using the [Meteor v3 migration codemods](https://go.codemod.com/meteor-v3). You can test/run the migration recipe using: ```bash npx codemod@latest meteor/v3/migration-recipe ``` This allows Meteor.js v2 users to easily...