Update all digest updates to v5.44.0 #47

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-04-30 04:09:49 +04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v5.44.0

Compare Source

5.44.0 (2026-04-29)
🚀 New feature
  • deploy to cloud homepage widget (#​25774)
🔥 Bug fix
  • add responseType to getFetchClient for non-JSON responses (#​25974)
  • prevent browser defaults for Ctrl+I and other modifier shortcuts in Firefox (#​26050)
  • contain absolute descendants in OverflowingItem (#​26133)
  • content-manager: prevent duplicate React key in homepage recent-documents widget (#​26084)
  • content-manager: optimize document layout hooks (#​26005)
  • database: make 5.0.0-02-created-document-id migration idempotent (#​26045)
  • document-service: support delete selection params (#​25097)
  • document-service: preserve self-referential relations during publish and discard (#​25890)
  • document-service: discard-draft 500 on self-referential manyToMany relations (#​26152)
  • i18n: preserve non-localized media when creating a locale (#​26031)
  • openapi: documentation plugin generates OpenAPI with incorrect ID parameter (#​26067)
  • review-workflows: pass locale params to useDocument in StageSelect and AssigneeSelect (#​26104)
  • types: align Service.Generic index signature with Controller.Generic (#​25475)
📚 Documentation Changes
  • add AGENTS.md universal agent guide (#​26018)
⚙️ Chore
  • release v5.43.0 update develop (#​26100)
  • upgrade contributor docs dependencies (#​26073)
  • deps: bump multiple dependencies (#​26103)
  • deps: bump @​xmldom/xmldom from 0.8.12 to 0.8.13 (#​26098)
  • deps: bump and dedupe pinned subdeps (#​26139)
  • examples: migration performance benchmark harness + mariadb/sqlite + anti-pattern schemas (#​26036)
  • scripts/release: fix experimental peer dependencies install (#​26083)
💅 Enhancement
  • add ESM syntax support for Vite .mts config file (#​25238)
  • i18n: improve Russian translations of tours section in admin package (#​25221)
  • translations: update czech translations (#​25824)
❤️ 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.43.0` → `5.44.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.43.0/5.44.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.44.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.43.0/5.44.0?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.43.0` → `5.44.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.43.0/5.44.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.44.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.43.0/5.44.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.43.0` → `5.44.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.43.0/5.44.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.44.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.43.0/5.44.0?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.43.0` → `5.44.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.43.0/5.44.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.44.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.43.0/5.44.0?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.44.0`](https://github.com/strapi/strapi/releases/tag/v5.44.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.43.0...v5.44.0) ##### 5.44.0 (2026-04-29) ##### 🚀 New feature - deploy to cloud homepage widget ([#&#8203;25774](https://github.com/strapi/strapi/pull/25774)) ##### 🔥 Bug fix - add responseType to getFetchClient for non-JSON responses ([#&#8203;25974](https://github.com/strapi/strapi/pull/25974)) - prevent browser defaults for Ctrl+I and other modifier shortcuts in Firefox ([#&#8203;26050](https://github.com/strapi/strapi/pull/26050)) - contain absolute descendants in OverflowingItem ([#&#8203;26133](https://github.com/strapi/strapi/pull/26133)) - **content-manager:** prevent duplicate React key in homepage recent-documents widget ([#&#8203;26084](https://github.com/strapi/strapi/pull/26084)) - **content-manager:** optimize document layout hooks ([#&#8203;26005](https://github.com/strapi/strapi/pull/26005)) - **database:** make 5.0.0-02-created-document-id migration idempotent ([#&#8203;26045](https://github.com/strapi/strapi/pull/26045)) - **document-service:** support delete selection params ([#&#8203;25097](https://github.com/strapi/strapi/pull/25097)) - **document-service:** preserve self-referential relations during publish and discard ([#&#8203;25890](https://github.com/strapi/strapi/pull/25890)) - **document-service:** discard-draft 500 on self-referential manyToMany relations ([#&#8203;26152](https://github.com/strapi/strapi/pull/26152)) - **i18n:** preserve non-localized media when creating a locale ([#&#8203;26031](https://github.com/strapi/strapi/pull/26031)) - **openapi:** documentation plugin generates OpenAPI with incorrect ID parameter ([#&#8203;26067](https://github.com/strapi/strapi/pull/26067)) - **review-workflows:** pass locale params to useDocument in StageSelect and AssigneeSelect ([#&#8203;26104](https://github.com/strapi/strapi/pull/26104)) - **types:** align Service.Generic index signature with Controller.Generic ([#&#8203;25475](https://github.com/strapi/strapi/pull/25475)) ##### 📚 Documentation Changes - add AGENTS.md universal agent guide ([#&#8203;26018](https://github.com/strapi/strapi/pull/26018)) ##### ⚙️ Chore - release v5.43.0 update develop ([#&#8203;26100](https://github.com/strapi/strapi/pull/26100)) - upgrade contributor docs dependencies ([#&#8203;26073](https://github.com/strapi/strapi/pull/26073)) - **deps:** bump multiple dependencies ([#&#8203;26103](https://github.com/strapi/strapi/pull/26103)) - **deps:** bump [@&#8203;xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.12 to 0.8.13 ([#&#8203;26098](https://github.com/strapi/strapi/pull/26098)) - **deps:** bump and dedupe pinned subdeps ([#&#8203;26139](https://github.com/strapi/strapi/pull/26139)) - **examples:** migration performance benchmark harness + mariadb/sqlite + anti-pattern schemas ([#&#8203;26036](https://github.com/strapi/strapi/pull/26036)) - **scripts/release:** fix experimental peer dependencies install ([#&#8203;26083](https://github.com/strapi/strapi/pull/26083)) ##### 💅 Enhancement - add ESM syntax support for Vite .mts config file ([#&#8203;25238](https://github.com/strapi/strapi/pull/25238)) - **i18n:** improve Russian translations of tours section in admin package ([#&#8203;25221](https://github.com/strapi/strapi/pull/25221)) - **translations:** update czech translations ([#&#8203;25824](https://github.com/strapi/strapi/pull/25824)) ##### ❤️ Thank You - Adrien L [@&#8203;Adzouz](https://github.com/Adzouz) - akash-dabhi-qed [@&#8203;akash-dabhi-qed](https://github.com/akash-dabhi-qed) - Ayoub Hidri [@&#8203;ayhid](https://github.com/ayhid) - Bassel Kanso [@&#8203;Bassel17](https://github.com/Bassel17) - Ben Irvin - DMehaffy - Filip Ónodi [@&#8203;fonodi](https://github.com/fonodi) - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - Kellen Bolger - Laurens Kling [@&#8203;laurenskling](https://github.com/laurenskling) - Leonid Vinogradov - Nico André - otociulis [@&#8203;otociulis](https://github.com/otociulis) - Simon Norris [@&#8203;cache-your-dreams](https://github.com/cache-your-dreams) - Ziyi [@&#8203;butcherZ](https://github.com/butcherZ) </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-30 04:04:35 +04:00
Update all digest updates to v5.44.0
Test / Basic (pull_request) Successful in 4m37s
Test / Basic (push) Successful in 3m2s
df2316bb8f
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-04-30 04:04:36 +04:00
renovate[bot] merged commit df2316bb8f into master 2026-04-30 04:09:49 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-04-30 04:09:49 +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#47