fix(deps): update strapi monorepo to v5 - #162
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
4 times, most recently
from
September 25, 2024 19:49
3e0e419 to
33874ed
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
4 times, most recently
from
October 9, 2024 13:37
5d3a644 to
d9c8382
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
4 times, most recently
from
October 16, 2024 09:53
54117d4 to
f45ba24
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
5 times, most recently
from
October 24, 2024 20:20
4999cd7 to
0abe595
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
3 times, most recently
from
November 6, 2024 15:07
694fffa to
3f182d5
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
from
November 6, 2024 19:09
3f182d5 to
a064cdb
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
2 times, most recently
from
November 18, 2024 20:10
d5908df to
74ffdb4
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
5 times, most recently
from
November 27, 2024 19:00
dd4d51d to
eccfb1e
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
2 times, most recently
from
December 7, 2024 19:40
665555c to
cb1e058
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
4 times, most recently
from
January 16, 2025 17:20
39ba5e6 to
8c70901
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
5 times, most recently
from
January 23, 2025 16:26
a837f96 to
99979ed
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
4 times, most recently
from
February 2, 2025 16:48
ff309c3 to
0282ffe
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
8 times, most recently
from
February 13, 2025 12:26
679be67 to
9e9ff81
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
from
February 19, 2025 18:49
9e9ff81 to
dd9fe24
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
2 times, most recently
from
March 5, 2025 12:05
cc39868 to
dc3a67a
Compare
renovate
Bot
force-pushed
the
renovate/major-strapi-monorepo
branch
5 times, most recently
from
March 14, 2025 12:00
dacdcb1 to
1fc9875
Compare
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.
This PR contains the following updates:
4.26.2→5.52.14.26.2→5.52.14.26.2→5.52.1Release Notes
strapi/strapi (@strapi/plugin-documentation)
v5.52.1Compare Source
5.52.1 (2026-08-19)
🔥 Bug fix
⚙️ Chore
❤️ Thank You
v5.52.0Compare Source
5.52.0 (2026-08-12)
🚀 New feature
🔥 Bug fix
⚙️ Chore
💅 Enhancement
🚨 Security
❤️ Thank You
v5.51.2Compare Source
5.51.2 (2026-08-05)
🚀 New feature
🔥 Bug fix
📚 Documentation Changes
⚙️ Chore
💅 Enhancement
Filter operators: literal wildcards and true case-insensitive equality
$eqi/$neinow do real case-insensitive equality (= LOWER(?)), notLIKE, so values with%,_, or a trailing\no longer act as wildcards or crash some databases. Substring operators ($contains,$startsWith,$endsWith, and case-insensitive variants) now treat%,_, and\in the filter value as literal characters. If you relied on%/_inside those filters as SQL wildcards, update filters to match the new literal semantics.(#26476)
❤️ Thank You
v5.51.1Compare Source
5.51.1 (2026-07-29)
🔥 Bug fix
⚙️ Chore
❤️ Thank You
v5.51.0Compare Source
5.51.0 (2026-07-23)
🚀 New feature
🔥 Bug fix
⚙️ Chore
❤️ Thank You
v5.50.2Compare Source
5.50.2 (2026-07-15)
🚀 New feature
🔥 Bug fix
⚙️ Chore
Admin auth cookie name
You can set
admin.auth.cookie.namein admin config to rename the access-token cookie (default remainsjwtToken). Useful when another app on a shared parent domain sets ajwtTokencookie and breaks admin login.(#26931)
statusattribute with Draft & PublishIn v5,
statusis reserved for draft/published filtering. If a content type has Draft & Publish enabled and a customstatusfield, Strapi now logs a startup warning instead of failing boot. The Content-Type Builder still blocks addingstatusor enabling D&P whenstatusalready exists.(#26890)
Upgrade tool and ranged
@strapi/*versions@strapi/upgradenow warns and offers to pin ranged@strapi/*dependencies (e.g.^5.50.0) before upgrading, so upgrades don't silently report "already up-to-date" whennode_modulesresolved ahead ofpackage.json.(#26929)
❤️ Thank You
v5.50.1Compare Source
5.50.1 (2026-07-08)
🚀 New feature
🔥 Bug fix
📚 Documentation Changes
⚙️ Chore
💅 Enhancement
❤️ Thank You
v5.50.0Compare Source
5.50.0 (2026-07-02)
🚀 New feature
🔥 Bug fix
📚 Documentation Changes
⚙️ Chore
💅 Enhancement
🚨 Security
❤️ Thank You
v5.49.0Compare Source
5.49.0 (2026-06-24)
🚀 New feature
🔥 Bug fix
📚 Documentation Changes
⚙️ Chore
💅 Enhancement
❤️ Thank You
Content Manager keyboard shortcuts
Save a draft with Cmd/Ctrl+Enter (or Cmd/Ctrl+S). Publish with Cmd/Ctrl+Shift+Enter. Since v5.31.3, plain Cmd/Ctrl+Enter published immediately — that shortcut now saves instead. (#26621)
v5.48.1Compare Source
5.48.1 (2026-06-17)
🚀 New feature
🔥 Bug fix
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.