Update all digest updates #48

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-05-07 04:47:01 +04:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@strapi/plugin-cloud (source) 5.44.05.45.0 age confidence
@strapi/plugin-users-permissions (source) 5.44.05.45.0 age confidence
@strapi/strapi (source) 5.44.05.45.0 age confidence
@strapi/typescript-utils (source) 5.44.05.45.0 age confidence
fs-extra 11.3.411.3.5 age confidence

Release Notes

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

v5.45.0

Compare Source

5.45.0 (2026-05-06)
🚀 New feature
  • extended ctb api for plugins (ad7cb5d5d7)
  • sort based on publish status (#​25689)
  • admin: api token supports admin permissions and admin user ownership (#​25657)
  • content-manager: add Zod 4 foundation utilities (#​25574)
🔥 Bug fix
  • issue with plugin content type uid (f768670d38)
  • style issues (2f42e5fe44)
  • opt out of the ct backup strategy for plugin content types (5936814932)
  • build errors (520ecfc6d5)
  • enforce minimum length (f2b6c2bcd0)
  • prevent trailing ? in URL when params is empty object (#​25724, #​25900)
  • dynamically update rate limit prefix key based on route (#​24818)
  • admin: clean up lazy component registration warnings (#​25015)
  • admin: type addMenuLink with optional Component for menu-only links (#​26198)
  • content-manager: prevent crash on detached DZ component (#​26148)
  • content-type-builder: preserve plugin CT identity in AI chat transform (0be48848fa)
  • database: run cleanOrderColumns updates sequentially (#​26134)
  • database: run cleanOrderColumns updates sequentially (#​26134)
  • review-workflows: implement incremental loading in assignee dropdown (#​25967)
  • upload: sharp concurrency and cache leads to OOM (#​26046)
❤️ Thank You
jprichardson/node-fs-extra (fs-extra)

v11.3.5

Compare Source

  • Fix ensureLink*/ensureSymlink* identical file detection on Windows (#​1068)
  • Fix error handling in timestamp preservation code (#​1065, #​1069)
  • Fix potential file descriptor leak on error in synchronous timestamp preservation code (#​1066)

Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

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.44.0` → `5.45.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.44.0/5.45.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.45.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.44.0/5.45.0?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.44.0` → `5.45.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.44.0/5.45.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.45.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.44.0/5.45.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.44.0` → `5.45.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.44.0/5.45.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.45.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.44.0/5.45.0?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.44.0` → `5.45.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.44.0/5.45.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.45.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.44.0/5.45.0?slim=true) | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | [`11.3.4` → `11.3.5`](https://renovatebot.com/diffs/npm/fs-extra/11.3.4/11.3.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/fs-extra/11.3.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fs-extra/11.3.4/11.3.5?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.45.0`](https://github.com/strapi/strapi/releases/tag/v5.45.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.44.0...v5.45.0) ##### 5.45.0 (2026-05-06) ##### 🚀 New feature - extended ctb api for plugins ([ad7cb5d5d7](https://github.com/strapi/strapi/commit/ad7cb5d5d7)) - sort based on publish status ([#&#8203;25689](https://github.com/strapi/strapi/pull/25689)) - **admin:** api token supports admin permissions and admin user ownership ([#&#8203;25657](https://github.com/strapi/strapi/pull/25657)) - **content-manager:** add Zod 4 foundation utilities ([#&#8203;25574](https://github.com/strapi/strapi/pull/25574)) ##### 🔥 Bug fix - issue with plugin content type uid ([f768670d38](https://github.com/strapi/strapi/commit/f768670d38)) - style issues ([2f42e5fe44](https://github.com/strapi/strapi/commit/2f42e5fe44)) - opt out of the ct backup strategy for plugin content types ([5936814932](https://github.com/strapi/strapi/commit/5936814932)) - build errors ([520ecfc6d5](https://github.com/strapi/strapi/commit/520ecfc6d5)) - enforce minimum length ([f2b6c2bcd0](https://github.com/strapi/strapi/commit/f2b6c2bcd0)) - prevent trailing ? in URL when params is empty object ([#&#8203;25724](https://github.com/strapi/strapi/pull/25724), [#&#8203;25900](https://github.com/strapi/strapi/pull/25900)) - dynamically update rate limit prefix key based on route ([#&#8203;24818](https://github.com/strapi/strapi/pull/24818)) - **admin:** clean up lazy component registration warnings ([#&#8203;25015](https://github.com/strapi/strapi/pull/25015)) - **admin:** type addMenuLink with optional Component for menu-only links ([#&#8203;26198](https://github.com/strapi/strapi/pull/26198)) - **content-manager:** prevent crash on detached DZ component ([#&#8203;26148](https://github.com/strapi/strapi/pull/26148)) - **content-type-builder:** preserve plugin CT identity in AI chat transform ([0be48848fa](https://github.com/strapi/strapi/commit/0be48848fa)) - **database:** run cleanOrderColumns updates sequentially ([#&#8203;26134](https://github.com/strapi/strapi/pull/26134)) - **database:** run cleanOrderColumns updates sequentially ([#&#8203;26134](https://github.com/strapi/strapi/pull/26134)) - **review-workflows:** implement incremental loading in assignee dropdown ([#&#8203;25967](https://github.com/strapi/strapi/pull/25967)) - **upload:** sharp concurrency and cache leads to OOM ([#&#8203;26046](https://github.com/strapi/strapi/pull/26046)) ##### ❤️ Thank You - Adrien L [@&#8203;Adzouz](https://github.com/Adzouz) - Andrei L [@&#8203;unrevised6419](https://github.com/unrevised6419) - Ben Irvin - Boaz Poolman - DMehaffy - Dominik Juriga [@&#8203;dominik-juriga](https://github.com/dominik-juriga) - guoyangzhen - Jamie Howard - markkaylor - Nico André - Niels Kaspers [@&#8203;nielskaspers](https://github.com/nielskaspers) - Pierre Wizla - Ziyi [@&#8203;butcherZ](https://github.com/butcherZ) </details> <details> <summary>jprichardson/node-fs-extra (fs-extra)</summary> ### [`v11.3.5`](https://github.com/jprichardson/node-fs-extra/blob/HEAD/CHANGELOG.md#1135--2026-05-06) [Compare Source](https://github.com/jprichardson/node-fs-extra/compare/11.3.4...11.3.5) - Fix `ensureLink*`/`ensureSymlink*` identical file detection on Windows ([#&#8203;1068](https://github.com/jprichardson/node-fs-extra/pull/1068)) - Fix error handling in timestamp preservation code ([#&#8203;1065](https://github.com/jprichardson/node-fs-extra/pull/1065), [#&#8203;1069](https://github.com/jprichardson/node-fs-extra/pull/1069)) - Fix potential file descriptor leak on error in synchronous timestamp preservation code ([#&#8203;1066](https://github.com/jprichardson/node-fs-extra/pull/1066)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-05-07 04:12:59 +04:00
Update all digest updates
Test / Basic (pull_request) Successful in 3m7s
Test / Basic (push) Successful in 2m33s
033a2f8f95
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-05-07 04:12:59 +04:00
renovate[bot] merged commit 033a2f8f95 into master 2026-05-07 04:47:01 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-05-07 04:47:01 +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#48