Update all digest updates to v5.40.0 #35

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-03-19 04:13:07 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@strapi/plugin-cloud (source) 5.39.05.40.0 age confidence
@strapi/plugin-users-permissions (source) 5.39.05.40.0 age confidence
@strapi/strapi (source) 5.39.05.40.0 age confidence
@strapi/typescript-utils (source) 5.39.05.40.0 age confidence

Release Notes

strapi/strapi (@​strapi/plugin-cloud)

v5.40.0

Compare Source

5.40.0 (2026-03-18)
🚀 New feature
  • add package manager dropdown before version in bug report template (#​25679)
🔥 Bug fix
  • add maxwidth to documentactions menu (#​25664)
  • formatErrorMessages array values formatting (#​24196)
  • admin: alias singleton frontend deps in vite (#​25682)
  • content-manager: reduce excessive rerendering in components and dynamic zones (#​25631)
  • content-manager: skip non-draftAndPublish relations in countDraftRelations (#​25453)
  • i18n: show locale key in disabled select when editing locale (#​25124)
📚 Documentation Changes
⚙️ Chore
  • use https instead of git url in package.repository.url (#​25698)
  • content-manager: optimize relations handling in EditView component (#​25683)
  • core: parallelize and cache dynamic zone populate (#​25685)
💅 Enhancement
  • resolved filter editability on clicking filter tag (#​24057)
  • core: remove beta on Document API, enforce deprecation on EntityService API (#​25744)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@strapi/plugin-cloud](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/cloud)) | [`5.39.0` → `5.40.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.39.0/5.40.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.39.0/5.40.0?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.39.0` → `5.40.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.39.0/5.40.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.39.0/5.40.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.39.0` → `5.40.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.39.0/5.40.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.39.0/5.40.0?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.39.0` → `5.40.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.39.0/5.40.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.40.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.39.0/5.40.0?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.40.0`](https://github.com/strapi/strapi/releases/tag/v5.40.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.39.0...v5.40.0) ##### 5.40.0 (2026-03-18) ##### 🚀 New feature - add package manager dropdown before version in bug report template ([#&#8203;25679](https://github.com/strapi/strapi/pull/25679)) ##### 🔥 Bug fix - add maxwidth to documentactions menu ([#&#8203;25664](https://github.com/strapi/strapi/pull/25664)) - formatErrorMessages array values formatting ([#&#8203;24196](https://github.com/strapi/strapi/pull/24196)) - **admin:** alias singleton frontend deps in vite ([#&#8203;25682](https://github.com/strapi/strapi/pull/25682)) - **content-manager:** reduce excessive rerendering in components and dynamic zones ([#&#8203;25631](https://github.com/strapi/strapi/pull/25631)) - **content-manager:** skip non-draftAndPublish relations in countDraftRelations ([#&#8203;25453](https://github.com/strapi/strapi/pull/25453)) - **i18n:** show locale key in disabled select when editing locale ([#&#8203;25124](https://github.com/strapi/strapi/pull/25124)) ##### 📚 Documentation Changes - fix docs links in README ([#&#8203;25715](https://github.com/strapi/strapi/pull/25715)) ##### ⚙️ Chore - use https instead of git url in package.repository.url ([#&#8203;25698](https://github.com/strapi/strapi/pull/25698)) - **content-manager:** optimize relations handling in EditView component ([#&#8203;25683](https://github.com/strapi/strapi/pull/25683)) - **core:** parallelize and cache dynamic zone populate ([#&#8203;25685](https://github.com/strapi/strapi/pull/25685)) ##### 💅 Enhancement - resolved filter editability on clicking filter tag ([#&#8203;24057](https://github.com/strapi/strapi/pull/24057)) - **core:** remove beta on Document API, enforce deprecation on EntityService API ([#&#8203;25744](https://github.com/strapi/strapi/pull/25744)) ##### ❤️ Thank You - akash-dabhi-qed [@&#8203;akash-dabhi-qed](https://github.com/akash-dabhi-qed) - Andrea Cappuccio [@&#8203;hood](https://github.com/hood) - Bassel Kanso [@&#8203;Bassel17](https://github.com/Bassel17) - calm [@&#8203;calm329](https://github.com/calm329) - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - markkaylor - mathildeleg [@&#8203;mathildeleg](https://github.com/mathildeleg) - Nico André - Nikolas Rimikis [@&#8203;Leptopoda](https://github.com/Leptopoda) - Pierre Wizla - Varun Chawla [@&#8203;veeceey](https://github.com/veeceey) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS43IiwidXBkYXRlZEluVmVyIjoiNDMuMjUuNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiXX0=-->
renovate[bot] added 1 commit 2026-03-19 04:04:57 +04:00
Update all digest updates to v5.40.0
All checks were successful
Test / Basic (pull_request) Successful in 3m18s
Test / Basic (push) Successful in 2m41s
6269c1d76a
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-03-19 04:04:58 +04:00
renovate[bot] merged commit 6269c1d76a into master 2026-03-19 04:13:07 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-03-19 04:13:07 +04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: valentineus/strapi-plugin-checkbox-list#35