Update all digest updates to v5.41.1 #38

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-04-02 04:08:50 +04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v5.41.1

Compare Source

5.41.1 (2026-04-01)
🔥 Bug fix
❤️ Thank You
  • Ben Irvin

v5.41.0

Compare Source

5.41.0 (2026-04-01)
🔥 Bug fix
  • use strapi.fetch for remote uploads (#​25661)
  • Content types with attributes named filters, sort, fields, or populate no longer cause 400 validation errors on populate queries and countDraftRelations (#​21338, #​25762)
  • check devDependencies when resolving required admin deps (#​22130)
  • use max batch sizes per dialect (#​25390)
  • content-type-builder: default draftAndPublish to true in AI CTB (#​25781)
  • document-service: re-insert cascade-deleted bidirectional relations (#​25725)
  • graphql: expose status and hasPublishedVersion on non–D&P root queries for nested relations (#​25763)
  • homepage: render widgets progressively and batch permission checks (#​25846)
  • upload: allow removal of file type filter in media library (#​25399)
  • upload: row duplicate-key warning (#​25670)
  • upload: allow upload of files with empty MIME type (#​25844)
⚙️ Chore
  • deps: bump undici from 6.23.0 to 6.24.0 (#​25731)
  • deps: bump effect from 3.19.19 to 3.21.0 (#​25796)
  • scripts/check-package-versions: support Yarn catalog (#​25625)
💅 Enhancement
  • add customField parameter to extendFields (#​22521)
  • content-manager: add documentid in listview and editview (#​25759)
🚨 Security
  • package upgrades to remove deprecated versions of boolean, tar, and glob (#​25776)
❤️ 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.40.0` → `5.41.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.40.0/5.41.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.41.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.40.0/5.41.1?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.40.0` → `5.41.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.40.0/5.41.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.41.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.40.0/5.41.1?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.40.0` → `5.41.1`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.40.0/5.41.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.41.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.40.0/5.41.1?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.40.0` → `5.41.1`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.40.0/5.41.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.41.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.40.0/5.41.1?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.41.1`](https://github.com/strapi/strapi/releases/tag/v5.41.1) [Compare Source](https://github.com/strapi/strapi/compare/v5.41.0...v5.41.1) ##### 5.41.1 (2026-04-01) ##### 🔥 Bug fix - load inquirer async ([043798dbe8](https://github.com/strapi/strapi/commit/043798dbe8)) ##### ❤️ Thank You - Ben Irvin ### [`v5.41.0`](https://github.com/strapi/strapi/releases/tag/v5.41.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.40.0...v5.41.0) ##### 5.41.0 (2026-04-01) ##### 🔥 Bug fix - use strapi.fetch for remote uploads ([#&#8203;25661](https://github.com/strapi/strapi/pull/25661)) - Content types with attributes named filters, sort, fields, or populate no longer cause 400 validation errors on populate queries and countDraftRelations ([#&#8203;21338](https://github.com/strapi/strapi/pull/21338), [#&#8203;25762](https://github.com/strapi/strapi/pull/25762)) - check devDependencies when resolving required admin deps ([#&#8203;22130](https://github.com/strapi/strapi/pull/22130)) - use max batch sizes per dialect ([#&#8203;25390](https://github.com/strapi/strapi/pull/25390)) - **content-type-builder:** default draftAndPublish to true in AI CTB ([#&#8203;25781](https://github.com/strapi/strapi/pull/25781)) - **document-service:** re-insert cascade-deleted bidirectional relations ([#&#8203;25725](https://github.com/strapi/strapi/pull/25725)) - **graphql:** expose status and hasPublishedVersion on non–D\&P root queries for nested relations ([#&#8203;25763](https://github.com/strapi/strapi/pull/25763)) - **homepage:** render widgets progressively and batch permission checks ([#&#8203;25846](https://github.com/strapi/strapi/pull/25846)) - **upload:** allow removal of file type filter in media library ([#&#8203;25399](https://github.com/strapi/strapi/pull/25399)) - **upload:** row duplicate-key warning ([#&#8203;25670](https://github.com/strapi/strapi/pull/25670)) - **upload:** allow upload of files with empty MIME type ([#&#8203;25844](https://github.com/strapi/strapi/pull/25844)) ##### ⚙️ Chore - **deps:** bump undici from 6.23.0 to 6.24.0 ([#&#8203;25731](https://github.com/strapi/strapi/pull/25731)) - **deps:** bump effect from 3.19.19 to 3.21.0 ([#&#8203;25796](https://github.com/strapi/strapi/pull/25796)) - **scripts/check-package-versions:** support Yarn catalog ([#&#8203;25625](https://github.com/strapi/strapi/pull/25625)) ##### 💅 Enhancement - add customField parameter to extendFields ([#&#8203;22521](https://github.com/strapi/strapi/pull/22521)) - **content-manager:** add documentid in listview and editview ([#&#8203;25759](https://github.com/strapi/strapi/pull/25759)) ##### 🚨 Security - package upgrades to remove deprecated versions of boolean, tar, and glob ([#&#8203;25776](https://github.com/strapi/strapi/pull/25776)) ##### ❤️ Thank You - Adrien Foulon [@&#8203;Tofandel](https://github.com/Tofandel) - akash-dabhi-qed [@&#8203;akash-dabhi-qed](https://github.com/akash-dabhi-qed) - Bassel Kanso [@&#8203;Bassel17](https://github.com/Bassel17) - Ben Irvin - Daniil Barkov [@&#8203;giollord](https://github.com/giollord) - Kai Gritun - mathildeleg [@&#8203;mathildeleg](https://github.com/mathildeleg) - Nico André - Shuhrat Dehkanov - Ziyi [@&#8203;butcherZ](https://github.com/butcherZ) </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-04-02 04:04:48 +04:00
Update all digest updates to v5.41.1
All checks were successful
Test / Basic (pull_request) Successful in 3m18s
Test / Basic (push) Successful in 2m43s
2536f659e6
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-04-02 04:04:48 +04:00
renovate[bot] merged commit 2536f659e6 into master 2026-04-02 04:08:50 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-04-02 04:08:50 +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#38