Skip to content

Commit 533a63c

Browse files
Bassel17pwizla
andauthored
Update codemods list (#2212)
* update codemods list * Update docusaurus/docs/dev-docs/migration/v4-to-v5/step-by-step.md --------- Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
1 parent 0c26613 commit 533a63c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docusaurus/docs/dev-docs/migration/v4-to-v5/step-by-step.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,12 @@ Strapi provides a tool to automate some parts of the upgrade to Strapi 5: the [u
7272

7373
| Codemod name and GitHub code link | Description |
7474
|-----------------------------------|-------------|
75-
| [dependency-remove-strapi-plugin-i18n](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/dependency-remove-strapi-plugin-i18n.json.ts) | Remove the i18n plugin dependency as i18n is now integrated into the core of Strapi |
75+
| [comment-out-lifecycle-files](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/comment-out-lifecycle-files.code.ts) | Comment out lifecycles files in favor of [Document Service Middlewares](/dev-docs/migration/v4-to-v5/breaking-changes/lifecycle-hooks-document-service) |
76+
| [dependency-remove-strapi-plugin-i18n](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/dependency-remove-strapi-plugin-i18n.json.ts) | Remove the i18n plugin dependency as i18n is now integrated into the core of Strapi |
77+
| [dependency-upgrade-react-and-react-dom](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/dependency-upgrade-react-and-react-dom.json.ts) | Upgrade the react and react-dom dependencies |
7678
| [dependency-upgrade-react-router-dom](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/dependency-upgrade-react-router-dom.json.ts) | Upgrade the react-router-dom dependency |
7779
| [dependency-upgrade-styled-components](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/dependency-upgrade-styled-components.json.ts) | Upgrade the styled-components dependency |
80+
| [deprecate-helper-plugin](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/deprecate-helper-plugin.code.ts) | Partly handle migrations from `@strapi/helper-plugin` |
7881
| [entity-service-document-service](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/entity-service-document-service.code.ts) | Partly handle the migration from the Entity Service API to the new Document Service API |
7982
| [s3-keys-wrapped-in-credentials](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/s3-keys-wrapped-in-credentials.code.ts) | Wrap the `accessKeyId` and `secretAccessKey` properties inside a `credentials` object for users using the `aws-s3` provider |
8083
| [sqlite3-to-better-sqlite3](https://github.com/strapi/strapi/blob/v5/main/packages/utils/upgrade/resources/codemods/5.0.0/sqlite3-to-better-sqlite3.json.ts) | Update the sqlite dependency to better-sqlite3 |

0 commit comments

Comments
 (0)