You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[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 |
76
78
|[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 |
77
79
|[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`|
78
81
|[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 |
79
82
|[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 |
80
83
|[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