Development strapi v5#1424
Open
AliKdhim87 wants to merge 93 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…are migrating to Strapi v5
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
this plugin was a proof of concept this plugin supports only Strapi v4, and since we are migrating to Strapi v5, we need to remove it.
- fix the eslint formate - migrate to pnpm - migrate to nodejs v24
- fix the eslint-formate - migrate to pnpm - migrate to NodeJS v24
- fix the eslint-formate - migrate to pnpm - migrate to NodeJS v24
- fix the eslint-formate - migrate to pnpm - migrate to NodeJS v24
- fix the eslint-formate - migrate to pnpm - migrate to NodeJS v24
> Note this is a proof of concept package. This package will moved to another repo in different PR
> Note this is a proof of concept app. This app will moved to another repo in different PR
Robbert
requested changes
Apr 28, 2026
Member
Robbert
left a comment
There was a problem hiding this comment.
Overleg via Slack: we gaan eerst even de release vanuit deze branch proefdraaien
… PostgreSQL When migrating from Strapi v4 to v5, projects that used strapi-plugin-slugify stored slug fields as type "string" instead of the native "uid" type. String fields never receive a _unique index, so when the 5.0.0-05 migration attempts to DROP INDEX on those columns, PostgreSQL throws an error. Unlike SQLite, PostgreSQL marks the entire transaction as aborted on any statement failure. The original catch() block silently swallowed the JavaScript error but left the transaction dead, causing every subsequent command including hasTable() to be rejected with: > current transaction is aborted, commands ignored until end of transaction block Fix: wrap each DROP INDEX attempt in a SAVEPOINT / ROLLBACK TO SAVEPOINT so that failures are isolated at the savepoint level and the outer transaction remains healthy. Also wrap hasTable() in a try/catch to guard against any pre-existing broken transaction state from earlier migrations. Applied as a pnpm patch to @strapi/database@5.39.0 until an upstream fix is available. Affects both the CJS (.js) and ESM (.mjs) build outputs. Ref: strapi/strapi#22960
- content-compliance-checker [1.0.1]( https://github.com/frameless/strapi-v5-extensions/blob/main/packages/content-compliance-checker/CHANGELOG.md#101) - @frameless/strapi-plugin-env-label [1.0.1](https://github.com/frameless/strapi-v5-extensions/blob/main/packages/strapi-plugin-env-label/CHANGELOG.md#101)
This update focuses on dependency maintenance, translations, and security improvements. **Improvements**: - i18n: completed Dutch (nl) translations for the admin panel (#25932) **Security**: - axios: upgraded to axios@1.15.1 (#26072) https://github.com/strapi/strapi/releases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.