Update all digest updates to v5.47.1 #60

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-06-04 04:11:41 +04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v5.47.1

Compare Source

5.47.1 (2026-06-03)
🔥 Bug fix
  • deleteMany respects filters combined with relation (#​25420)
  • improve i18n plugin translations (#​22714)
  • resolve ajv ReDoS vulnerability by forcing ajv@​8.18.0 (#​26141)
  • admin: use ISO 639-1 da for Danish admin locale (#​26322)
  • content-manager: documentId(s) shown for relation when entry title set to numeric field (#​25622)
  • content-manager: guard repeatable field .map() crash on relation… (#​26421)
  • content-manager: fix frontend validation if not using "draft and publish" (#​25300)
  • core: skip session secret check for API-only apps (#​26390)
  • data-transfer: preserve core store when config stage is excluded (#​26484)
  • deps: upgrade koa-session to v7.0.2 (#​26140)
  • homepage: homepage count-documents slow on large D&P tables (#​26370)
  • i18n: preserve non-localized field inheritance (#​26367)
  • strapi: preserve tsbuildinfo across develop restarts (#​26264)
  • upgrade: simplify registry URL resolution (#​25027)
📚 Documentation Changes
  • security: overhaul vulnerability reporting policy (#​26393)
⚙️ Chore
💅 Enhancement
❤️ 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 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.47.0` → `5.47.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.47.0/5.47.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.47.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.47.0/5.47.1?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.47.0` → `5.47.1`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.47.0/5.47.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.47.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.47.0/5.47.1?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.47.0` → `5.47.1`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.47.0/5.47.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.47.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.47.0/5.47.1?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.47.0` → `5.47.1`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.47.0/5.47.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.47.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.47.0/5.47.1?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.47.1`](https://github.com/strapi/strapi/releases/tag/v5.47.1) [Compare Source](https://github.com/strapi/strapi/compare/v5.47.0...v5.47.1) ##### 5.47.1 (2026-06-03) ##### 🔥 Bug fix - deleteMany respects filters combined with relation ([#&#8203;25420](https://github.com/strapi/strapi/pull/25420)) - improve i18n plugin translations ([#&#8203;22714](https://github.com/strapi/strapi/pull/22714)) - resolve ajv ReDoS vulnerability by forcing ajv\@&#8203;8.18.0 ([#&#8203;26141](https://github.com/strapi/strapi/pull/26141)) - **admin:** use ISO 639-1 da for Danish admin locale ([#&#8203;26322](https://github.com/strapi/strapi/pull/26322)) - **content-manager:** documentId(s) shown for relation when entry title set to numeric field ([#&#8203;25622](https://github.com/strapi/strapi/pull/25622)) - **content-manager:** guard repeatable field .map() crash on relation… ([#&#8203;26421](https://github.com/strapi/strapi/pull/26421)) - **content-manager:** fix frontend validation if not using "draft and publish" ([#&#8203;25300](https://github.com/strapi/strapi/pull/25300)) - **core:** skip session secret check for API-only apps ([#&#8203;26390](https://github.com/strapi/strapi/pull/26390)) - **data-transfer:** preserve core store when config stage is excluded ([#&#8203;26484](https://github.com/strapi/strapi/pull/26484)) - **deps:** upgrade `koa-session` to v7.0.2 ([#&#8203;26140](https://github.com/strapi/strapi/pull/26140)) - **homepage:** homepage count-documents slow on large D\&P tables ([#&#8203;26370](https://github.com/strapi/strapi/pull/26370)) - **i18n:** preserve non-localized field inheritance ([#&#8203;26367](https://github.com/strapi/strapi/pull/26367)) - **strapi:** preserve tsbuildinfo across develop restarts ([#&#8203;26264](https://github.com/strapi/strapi/pull/26264)) - **upgrade:** simplify registry URL resolution ([#&#8203;25027](https://github.com/strapi/strapi/pull/25027)) ##### 📚 Documentation Changes - **security:** overhaul vulnerability reporting policy ([#&#8203;26393](https://github.com/strapi/strapi/pull/26393)) ##### ⚙️ Chore - **admin:** remove punycode dependency ([#&#8203;26189](https://github.com/strapi/strapi/pull/26189)) - **deps:** bump axios from 1.16.0 to 1.16.1 ([#&#8203;26456](https://github.com/strapi/strapi/pull/26456)) - **deps:** bump express-rate-limit from 8.2.1 to 8.5.2 ([#&#8203;26457](https://github.com/strapi/strapi/pull/26457)) - **deps:** bump [@&#8203;hono/node-server](https://github.com/hono/node-server) from 1.19.9 to 1.19.14 ([#&#8203;26458](https://github.com/strapi/strapi/pull/26458)) - **deps:** bump qs from 6.15.0 to 6.15.2 ([#&#8203;26417](https://github.com/strapi/strapi/pull/26417)) - **deps:** bump [@&#8203;babel/plugin-transform-modules-systemjs](https://github.com/babel/plugin-transform-modules-systemjs) from 7.25.9 to 7.29.4 ([#&#8203;26256](https://github.com/strapi/strapi/pull/26256)) - **deps:** bump hono from 4.11.9 to 4.12.23 ([#&#8203;26455](https://github.com/strapi/strapi/pull/26455)) - **deps:** bump [@&#8203;tootallnate/once](https://github.com/tootallnate/once) from 2.0.0 to 2.0.1 ([#&#8203;26218](https://github.com/strapi/strapi/pull/26218)) - **docs:** migrate docusaurus config to typescript ([#&#8203;26471](https://github.com/strapi/strapi/pull/26471)) - **mcp:** clarify registration lifecycle and simplify error messages ([#&#8203;26517](https://github.com/strapi/strapi/pull/26517)) - **upload:** remove aiMetadataJobsCleanup cron job ([#&#8203;26442](https://github.com/strapi/strapi/pull/26442)) ##### 💅 Enhancement - **core:** lazy-load node-schedule and umzug at boot ([#&#8203;26267](https://github.com/strapi/strapi/pull/26267)) - **core:** eliminate [@&#8203;strapi/typescript-utils](https://github.com/strapi/typescript-utils) from boot path ([#&#8203;26270](https://github.com/strapi/strapi/pull/26270)) - **core/core:** lazy-load typescript-utils in Strapi and compile ([#&#8203;26266](https://github.com/strapi/strapi/pull/26266)) - **strapi:** hash-cache peer-dep check; demote env-vars log to debug ([#&#8203;26269](https://github.com/strapi/strapi/pull/26269)) - **strapi:** lazy-require worker-only deps in dev primary ([#&#8203;26268](https://github.com/strapi/strapi/pull/26268)) ##### ❤️ Thank You - Andrei L [@&#8203;unrevised6419](https://github.com/unrevised6419) - Aurélien GEORGET - Ben Irvin [@&#8203;innerdvations](https://github.com/innerdvations) - DMehaffy [@&#8203;derrickmehaffy](https://github.com/derrickmehaffy) - Jamie Howard [@&#8203;jhoward1994](https://github.com/jhoward1994) - Jayesh Patel [@&#8203;itsmejay80](https://github.com/itsmejay80) - Jonas Thelemann - José Luis [@&#8203;SalahAdDin](https://github.com/SalahAdDin) - markkaylor [@&#8203;markkaylor](https://github.com/markkaylor) - mehmet turac [@&#8203;mturac](https://github.com/mturac) - Michael Olund - Nico André [@&#8203;nclsndr](https://github.com/nclsndr) - Paul Bratslavsky [@&#8203;PaulBratslavsky](https://github.com/PaulBratslavsky) - pksr [@&#8203;pksr](https://github.com/pksr) - Subh aush singh - Vishal Kumar Singh [@&#8203;singhvishalkr](https://github.com/singhvishalkr) - Weijie Sun [@&#8203;swjcpy](https://github.com/swjcpy) </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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
renovate[bot] added 1 commit 2026-06-04 04:05:56 +04:00
Update all digest updates to v5.47.1
Test / Basic (pull_request) Successful in 3m26s
Test / Basic (push) Successful in 2m44s
77dcedbb70
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-06-04 04:05:57 +04:00
renovate[bot] merged commit 77dcedbb70 into master 2026-06-04 04:11:41 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-06-04 04:11:41 +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#60