Update all digest updates to v5.42.0 #40

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

This PR contains the following updates:

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

Release Notes

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

v5.42.0

Compare Source

5.42.0 (2026-04-08)
🚀 New feature
  • removing A/B testing from the prompt Currently A/B testing opt-in isn't used, so removing it from the CLI (8d5b04ece4)
  • changing sonar variable (0d822ade04)
  • data-transfer: add directory export/import format (#​25867)
🔥 Bug fix
  • change return to continue in deleteRelations when using foreign keys (#​25857)
  • hide legacy options (da9cdfc640)
  • contains filter no longer returns empty data (#​25810)
  • typos in documentation plugin README (4ff54bff36)
  • admin: p is not function error (#​25663)
  • content-manager: pass component schemas when rebuilding list view headers (#​25872)
  • content-manager: wrap single type displayName with formatMessage (#​25880)
  • core: relation handling preserves order during unpublish/republish cycles (#​25764)
  • create-strapi-app: generate .yarnrc.yml for Yarn projects (#​25869)
  • documentation: use dist extensions path in production (#​25863)
📚 Documentation Changes
  • fix typos in documentation plugin README (8e11e41247)
⚙️ Chore
❤️ 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.41.1` → `5.42.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.41.1/5.42.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.42.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.41.1/5.42.0?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.41.1` → `5.42.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.41.1/5.42.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.42.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.41.1/5.42.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.41.1` → `5.42.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.41.1/5.42.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.42.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.41.1/5.42.0?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.41.1` → `5.42.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.41.1/5.42.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.42.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.41.1/5.42.0?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.42.0`](https://github.com/strapi/strapi/releases/tag/v5.42.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.41.1...v5.42.0) ##### 5.42.0 (2026-04-08) ##### 🚀 New feature - removing A/B testing from the prompt Currently A/B testing opt-in isn't used, so removing it from the CLI ([8d5b04ece4](https://github.com/strapi/strapi/commit/8d5b04ece4)) - changing sonar variable ([0d822ade04](https://github.com/strapi/strapi/commit/0d822ade04)) - **data-transfer:** add directory export/import format ([#&#8203;25867](https://github.com/strapi/strapi/pull/25867)) ##### 🔥 Bug fix - change return to continue in deleteRelations when using foreign keys ([#&#8203;25857](https://github.com/strapi/strapi/pull/25857)) - hide legacy options ([da9cdfc640](https://github.com/strapi/strapi/commit/da9cdfc640)) - contains filter no longer returns empty data ([#&#8203;25810](https://github.com/strapi/strapi/pull/25810)) - typos in documentation plugin README ([4ff54bff36](https://github.com/strapi/strapi/commit/4ff54bff36)) - **admin:** p is not function error ([#&#8203;25663](https://github.com/strapi/strapi/pull/25663)) - **content-manager:** pass component schemas when rebuilding list view headers ([#&#8203;25872](https://github.com/strapi/strapi/pull/25872)) - **content-manager:** wrap single type displayName with formatMessage ([#&#8203;25880](https://github.com/strapi/strapi/pull/25880)) - **core:** relation handling preserves order during unpublish/republish cycles ([#&#8203;25764](https://github.com/strapi/strapi/pull/25764)) - **create-strapi-app:** generate .yarnrc.yml for Yarn projects ([#&#8203;25869](https://github.com/strapi/strapi/pull/25869)) - **documentation:** use dist extensions path in production ([#&#8203;25863](https://github.com/strapi/strapi/pull/25863)) ##### 📚 Documentation Changes - fix typos in documentation plugin README ([8e11e41247](https://github.com/strapi/strapi/commit/8e11e41247)) ##### ⚙️ Chore - add .claude directory to gitignore ([e85aa81cdf](https://github.com/strapi/strapi/commit/e85aa81cdf)) - sonarqube variables like in their docs ([40f9ecd6c7](https://github.com/strapi/strapi/commit/40f9ecd6c7)) - **deps:** bump minimatch from 10.2.4 to 10.2.5 ([#&#8203;25879](https://github.com/strapi/strapi/pull/25879)) - **deps:** bump [@&#8203;xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.6 to 0.8.12 ([#&#8203;25877](https://github.com/strapi/strapi/pull/25877)) - **deps:** bump path-to-regexp from 8.2.0 to 8.4.0 ([#&#8203;25850](https://github.com/strapi/strapi/pull/25850)) - **deps:** bump undici from 6.24.0 to 6.24.1 ([#&#8203;25785](https://github.com/strapi/strapi/pull/25785)) - **deps:** bump handlebars from 4.7.7 to 4.7.9 ([#&#8203;25841](https://github.com/strapi/strapi/pull/25841)) - **deps:** bump yauzl from 3.2.0 to 3.2.1 ([#&#8203;25729](https://github.com/strapi/strapi/pull/25729)) - **deps:** bump bn.js from 4.12.0 to 4.12.3 ([#&#8203;25691](https://github.com/strapi/strapi/pull/25691)) - **deps:** bump js-yaml from 3.14.1 to 3.14.2 ([#&#8203;25680](https://github.com/strapi/strapi/pull/25680)) - **deps:** bump mdast-util-to-hast from 13.2.0 to 13.2.1 ([#&#8203;25681](https://github.com/strapi/strapi/pull/25681)) - **deps:** bump path-to-regexp from 8.4.0 to 8.4.1 ([#&#8203;25888](https://github.com/strapi/strapi/pull/25888)) - **deps:** bump simple-git from 3.21.0 to 3.32.3 ([#&#8203;25704](https://github.com/strapi/strapi/pull/25704)) - **deps:** bump file-type from 21.0.0 to 21.3.2 ([#&#8203;25728](https://github.com/strapi/strapi/pull/25728)) - **deps:** bump [@&#8203;octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest) from 9.2.1 to 9.2.2 ([#&#8203;25693](https://github.com/strapi/strapi/pull/25693)) - **deps:** bump [@&#8203;octokit/request](https://github.com/octokit/request) from 8.4.0 to 8.4.1 ([#&#8203;25694](https://github.com/strapi/strapi/pull/25694)) - **deps:** bump picomatch from 2.3.1 to 2.3.2 ([#&#8203;25828](https://github.com/strapi/strapi/pull/25828)) - **deps:** bump nodemailer from 8.0.1 to 8.0.4 ([#&#8203;25848](https://github.com/strapi/strapi/pull/25848)) ##### ❤️ Thank You - Adrien L [@&#8203;Adzouz](https://github.com/Adzouz) - Adrien Lepoutre [@&#8203;Adzouz](https://github.com/Adzouz) - Alexandre BODIN - Bassel Kanso [@&#8203;Bassel17](https://github.com/Bassel17) - Ben Irvin - guoyangzhen - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - Joshua Klinesmith - Simon Norris </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-09 04:03:02 +04:00
Update all digest updates to v5.42.0
All checks were successful
Test / Basic (pull_request) Successful in 3m37s
Test / Basic (push) Successful in 2m47s
1dc2d953c0
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-04-09 04:03:02 +04:00
renovate[bot] merged commit 1dc2d953c0 into master 2026-04-09 04:08:23 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-04-09 04:08:23 +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#40