Update all digest updates to v5.43.0 #46

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-04-23 04:10:39 +04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v5.43.0

Compare Source

5.43.0 (2026-04-22)
🚀 New feature
  • core/*: introduce strapi.ai namespace (#​25886)
  • i18n: complete Dutch (nl) translations for admin panel (#​25932)
🔥 Bug fix
  • date picker sends date-only format to avoid deprecation warning (1508d5d8f3)
  • bulk publish validation on required components in dz (#​25687)
  • use admin basename for 401 redirect path (#​25458)
  • auth providers generate unique username on conflict (#​23853)
  • webpack public path was missing a slash at the end (#​22654)
  • handle potential null userPermissions in Protect component (#​24444)
  • admin: add cursor pointer and fix click behavior on sortable table headers (#​25418)
  • admin: eliminate several browser race conditions (#​26020)
  • content-manager: blocks editor errors when image has formats: null (#​26015)
  • content-manager: use RBAC-aware populate in countDraftRelations (#​25977)
  • content-manager: don't allow locale to overwrite list view settings (#​25437)
  • content-manager: render ID column without number grouping (#​25996)
  • content-manager: apply i18n translations to dynamic zone component names (#​25417)
  • data-transfer: fix large transfer crashes; show transfer progress (#​23479)
  • upload: content-api does not return signed urls (#​26034)
  • upload-aws-s3: support root-level credentials and update AWS SDK (#​25914)
⚙️ Chore
  • update main README content (#​25618)
  • data-transfer: isIgnoredContentType helper for filtering (#​26004)
  • deps: bump undici from 6.24.1 to 6.25.0 (#​26022)
  • deps: bump follow-redirects from 1.15.11 to 1.16.0 (#​26025)
💅 Enhancement
  • strapi dev continue watching on build error (#​25514)
  • add list & delete admin user cli commands (#​23022)
  • data-transfer: improve progress UX (#​25921)
🚨 Security
❤️ Thank You

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.

🔕 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.42.1` → `5.43.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.42.1/5.43.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.43.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.42.1/5.43.0?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.42.1` → `5.43.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.42.1/5.43.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.43.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.42.1/5.43.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.42.1` → `5.43.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.42.1/5.43.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.43.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.42.1/5.43.0?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.42.1` → `5.43.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.42.1/5.43.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.43.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.42.1/5.43.0?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.43.0`](https://github.com/strapi/strapi/releases/tag/v5.43.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.42.1...v5.43.0) ##### 5.43.0 (2026-04-22) ##### 🚀 New feature - **core/\*:** introduce strapi.ai namespace ([#&#8203;25886](https://github.com/strapi/strapi/pull/25886)) - **i18n:** complete Dutch (nl) translations for admin panel ([#&#8203;25932](https://github.com/strapi/strapi/pull/25932)) ##### 🔥 Bug fix - date picker sends date-only format to avoid deprecation warning ([1508d5d8f3](https://github.com/strapi/strapi/commit/1508d5d8f3)) - bulk publish validation on required components in dz ([#&#8203;25687](https://github.com/strapi/strapi/pull/25687)) - use admin basename for 401 redirect path ([#&#8203;25458](https://github.com/strapi/strapi/pull/25458)) - auth providers generate unique username on conflict ([#&#8203;23853](https://github.com/strapi/strapi/pull/23853)) - webpack public path was missing a slash at the end ([#&#8203;22654](https://github.com/strapi/strapi/pull/22654)) - handle potential null userPermissions in Protect component ([#&#8203;24444](https://github.com/strapi/strapi/pull/24444)) - **admin:** add cursor pointer and fix click behavior on sortable table headers ([#&#8203;25418](https://github.com/strapi/strapi/pull/25418)) - **admin:** eliminate several browser race conditions ([#&#8203;26020](https://github.com/strapi/strapi/pull/26020)) - **content-manager:** blocks editor errors when image has formats: null ([#&#8203;26015](https://github.com/strapi/strapi/pull/26015)) - **content-manager:** use RBAC-aware populate in countDraftRelations ([#&#8203;25977](https://github.com/strapi/strapi/pull/25977)) - **content-manager:** don't allow locale to overwrite list view settings ([#&#8203;25437](https://github.com/strapi/strapi/pull/25437)) - **content-manager:** render ID column without number grouping ([#&#8203;25996](https://github.com/strapi/strapi/pull/25996)) - **content-manager:** apply i18n translations to dynamic zone component names ([#&#8203;25417](https://github.com/strapi/strapi/pull/25417)) - **data-transfer:** fix large transfer crashes; show transfer progress ([#&#8203;23479](https://github.com/strapi/strapi/pull/23479)) - **upload:** content-api does not return signed urls ([#&#8203;26034](https://github.com/strapi/strapi/pull/26034)) - **upload-aws-s3:** support root-level credentials and update AWS SDK ([#&#8203;25914](https://github.com/strapi/strapi/pull/25914)) ##### ⚙️ Chore - update main README content ([#&#8203;25618](https://github.com/strapi/strapi/pull/25618)) - **data-transfer:** isIgnoredContentType helper for filtering ([#&#8203;26004](https://github.com/strapi/strapi/pull/26004)) - **deps:** bump undici from 6.24.1 to 6.25.0 ([#&#8203;26022](https://github.com/strapi/strapi/pull/26022)) - **deps:** bump follow-redirects from 1.15.11 to 1.16.0 ([#&#8203;26025](https://github.com/strapi/strapi/pull/26025)) ##### 💅 Enhancement - strapi dev continue watching on build error ([#&#8203;25514](https://github.com/strapi/strapi/pull/25514)) - add list & delete admin user cli commands ([#&#8203;23022](https://github.com/strapi/strapi/pull/23022)) - **data-transfer:** improve progress UX ([#&#8203;25921](https://github.com/strapi/strapi/pull/25921)) ##### 🚨 Security - upgrade to axios 1.15.1 ([#&#8203;26072](https://github.com/strapi/strapi/pull/26072)) ##### ❤️ Thank You - Adrien L [@&#8203;Adzouz](https://github.com/Adzouz) - Akash Santra [@&#8203;Akash504-ai](https://github.com/Akash504-ai) - Bellian [@&#8203;Bellian](https://github.com/Bellian) - Ben Irvin [@&#8203;innerdvations](https://github.com/innerdvations) - Benedikt Rötsch [@&#8203;axe312ger](https://github.com/axe312ger) - DMehaffy [@&#8203;derrickmehaffy](https://github.com/derrickmehaffy) - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - Jan Willem Keizer [@&#8203;janwillemkeizer](https://github.com/janwillemkeizer) - Jayesh Patel [@&#8203;itsmejay80](https://github.com/itsmejay80) - Jesús Villar [@&#8203;Callm3thebreeze](https://github.com/Callm3thebreeze) - kdt523 [@&#8203;kdt523](https://github.com/kdt523) - Marian Vonsien [@&#8203;mvo-zyres](https://github.com/mvo-zyres) - markkaylor [@&#8203;markkaylor](https://github.com/markkaylor) - Nico André [@&#8203;nclsndr](https://github.com/nclsndr) - Nikola Dinevski [@&#8203;ndinevski](https://github.com/ndinevski) - Paul Bratslavsky [@&#8203;PaulBratslavsky](https://github.com/PaulBratslavsky) - Schero D. [@&#8203;Schero94](https://github.com/Schero94) - Simen [@&#8203;Eventyret](https://github.com/Eventyret) - Varun Chawla [@&#8203;veeceey](https://github.com/veeceey) </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. 🔕 **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuNSIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-04-23 04:04:29 +04:00
Update all digest updates to v5.43.0
Test / Basic (pull_request) Successful in 3m26s
Test / Basic (push) Successful in 2m47s
RenovateBot / renovate (push) Successful in 28s
2074f0db8f
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-04-23 04:04:29 +04:00
renovate[bot] merged commit 2074f0db8f into master 2026-04-23 04:10:39 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-04-23 04:10:39 +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#46