Skip to content

Development strapi v5#1424

Open
AliKdhim87 wants to merge 93 commits into
mainfrom
development-strapi-v5
Open

Development strapi v5#1424
AliKdhim87 wants to merge 93 commits into
mainfrom
development-strapi-v5

Conversation

@AliKdhim87
Copy link
Copy Markdown
Collaborator

No description provided.

@AliKdhim87 AliKdhim87 requested review from Robbert and bddjong April 28, 2026 09:57
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cms-frameless-io Ready Ready Preview, Comment May 5, 2026 0:08am
strapi-overige-objecten-api Ready Ready Preview, Comment May 5, 2026 0:08am
strapi-pdc-frontend Ready Ready Preview, Comment May 5, 2026 0:08am

Request Review

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
Copy link
Copy Markdown
Member

@Robbert Robbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
AliKdhim87 added 2 commits May 5, 2026 11:49
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants