Update all digest updates to v5.47.0 #57

Merged
renovate[bot] merged 1 commits from renovate/all-digest into master 2026-05-29 04:15:34 +04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v5.47.0

Compare Source

5.47.0 (2026-05-28)
🚀 New feature
  • BETA: MCP server (#​26371)
  • publicationFilter param in REST and document service (#​25793)
  • admin-tokens: remove adminTokens future flag (#​26391)
  • admin: add documentation helper link in HeaderLayout (#​26422)
🔥 Bug fix
  • Relation Search in Nested Components (#​26023)
  • unable to access content manager page with required and private … (#​24101)
  • admin: gate expiresIn deprecation on user auth options (#​26298)
  • admin: redirect active tab to login on session expiry (#​26165)
  • admin: avoid serving extensionless admin paths as static files (#​26368)
  • content-manager: content history crash on deleted relations (#​26245)
  • core: preserve createdBy/updatedBy on drafts created by discard-drafts migration (#​26461)
  • core/core: codeBlockValidator uses language instead of syntax (#​26392)
  • graphql: inherit publicationFilter into populated relations (#​26400)
⚙️ Chore
  • dedupe yarn.lock file (#​26376)
  • fix dependabot cooldown config for github-actions (#​26438)
  • ci: improve dependabot security grouping and version update policy (#​26408)
  • commitlint: disable body-max-line-length rule (#​26406)
  • deps: bump simple-git from 3.32.3 to 3.36.0 (#​26220)
  • deps: bump sanitize-html from 2.13.0 to 2.17.4 (#​26342)
  • deps: bump ws from 8.17.1 to 8.20.1 in @​strapi/data-transfer (#​26379)
  • examples: remove sdk-plugin from todo-example plugin (#​26341)
  • strapi: upgrade webpack ecosystem dependencies (#​26385)
💅 Enhancement
  • db: migration performance improvements (#​25988)
  • provider-amazon-ses: replace node-ses with AWS SDK SESClient (#​26054)
  • i18n: update and create Slovak translations (#​25831)
❤️ 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.46.1` → `5.47.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-cloud/5.46.1/5.47.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-cloud/5.47.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-cloud/5.46.1/5.47.0?slim=true) | | [@strapi/plugin-users-permissions](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/users-permissions)) | [`5.46.1` → `5.47.0`](https://renovatebot.com/diffs/npm/@strapi%2fplugin-users-permissions/5.46.1/5.47.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fplugin-users-permissions/5.47.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fplugin-users-permissions/5.46.1/5.47.0?slim=true) | | [@strapi/strapi](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/core/strapi)) | [`5.46.1` → `5.47.0`](https://renovatebot.com/diffs/npm/@strapi%2fstrapi/5.46.1/5.47.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2fstrapi/5.47.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2fstrapi/5.46.1/5.47.0?slim=true) | | [@strapi/typescript-utils](https://strapi.io) ([source](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript)) | [`5.46.1` → `5.47.0`](https://renovatebot.com/diffs/npm/@strapi%2ftypescript-utils/5.46.1/5.47.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@strapi%2ftypescript-utils/5.47.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@strapi%2ftypescript-utils/5.46.1/5.47.0?slim=true) | --- ### Release Notes <details> <summary>strapi/strapi (@&#8203;strapi/plugin-cloud)</summary> ### [`v5.47.0`](https://github.com/strapi/strapi/releases/tag/v5.47.0) [Compare Source](https://github.com/strapi/strapi/compare/v5.46.1...v5.47.0) ##### 5.47.0 (2026-05-28) ##### 🚀 New feature - **BETA:** MCP server ([#&#8203;26371](https://github.com/strapi/strapi/pull/26371)) - publicationFilter param in REST and document service ([#&#8203;25793](https://github.com/strapi/strapi/pull/25793)) - **admin-tokens:** remove adminTokens future flag ([#&#8203;26391](https://github.com/strapi/strapi/pull/26391)) - **admin:** add documentation helper link in HeaderLayout ([#&#8203;26422](https://github.com/strapi/strapi/pull/26422)) ##### 🔥 Bug fix - Relation Search in Nested Components ([#&#8203;26023](https://github.com/strapi/strapi/pull/26023)) - unable to access content manager page with required and private … ([#&#8203;24101](https://github.com/strapi/strapi/pull/24101)) - **admin:** gate expiresIn deprecation on user auth options ([#&#8203;26298](https://github.com/strapi/strapi/pull/26298)) - **admin:** redirect active tab to login on session expiry ([#&#8203;26165](https://github.com/strapi/strapi/pull/26165)) - **admin:** avoid serving extensionless admin paths as static files ([#&#8203;26368](https://github.com/strapi/strapi/pull/26368)) - **content-manager:** content history crash on deleted relations ([#&#8203;26245](https://github.com/strapi/strapi/pull/26245)) - **core:** preserve createdBy/updatedBy on drafts created by discard-drafts migration ([#&#8203;26461](https://github.com/strapi/strapi/pull/26461)) - **core/core:** codeBlockValidator uses language instead of syntax ([#&#8203;26392](https://github.com/strapi/strapi/pull/26392)) - **graphql:** inherit publicationFilter into populated relations ([#&#8203;26400](https://github.com/strapi/strapi/pull/26400)) ##### ⚙️ Chore - dedupe yarn.lock file ([#&#8203;26376](https://github.com/strapi/strapi/pull/26376)) - fix dependabot cooldown config for github-actions ([#&#8203;26438](https://github.com/strapi/strapi/pull/26438)) - **ci:** improve dependabot security grouping and version update policy ([#&#8203;26408](https://github.com/strapi/strapi/pull/26408)) - **commitlint:** disable body-max-line-length rule ([#&#8203;26406](https://github.com/strapi/strapi/pull/26406)) - **deps:** bump simple-git from 3.32.3 to 3.36.0 ([#&#8203;26220](https://github.com/strapi/strapi/pull/26220)) - **deps:** bump sanitize-html from 2.13.0 to 2.17.4 ([#&#8203;26342](https://github.com/strapi/strapi/pull/26342)) - **deps:** bump ws from 8.17.1 to 8.20.1 in [@&#8203;strapi/data-transfer](https://github.com/strapi/data-transfer) ([#&#8203;26379](https://github.com/strapi/strapi/pull/26379)) - **examples:** remove sdk-plugin from todo-example plugin ([#&#8203;26341](https://github.com/strapi/strapi/pull/26341)) - **strapi:** upgrade webpack ecosystem dependencies ([#&#8203;26385](https://github.com/strapi/strapi/pull/26385)) ##### 💅 Enhancement - **db:** migration performance improvements ([#&#8203;25988](https://github.com/strapi/strapi/pull/25988)) - **provider-amazon-ses:** replace node-ses with AWS SDK SESClient ([#&#8203;26054](https://github.com/strapi/strapi/pull/26054)) - **i18n:** update and create Slovak translations ([#&#8203;25831](https://github.com/strapi/strapi/pull/25831)) ##### ❤️ Thank You - Adrien L [@&#8203;Adzouz](https://github.com/Adzouz) - Andrei L [@&#8203;unrevised6419](https://github.com/unrevised6419) - Arav Menon [@&#8203;Arav-Menon](https://github.com/Arav-Menon) - bartsmartshore [@&#8203;bartsmartshore](https://github.com/bartsmartshore) - Bassel Kanso [@&#8203;Bassel17](https://github.com/Bassel17) - Ben Irvin [@&#8203;innerdvations](https://github.com/innerdvations) - Dhruv Chheda [@&#8203;chhedadhruv](https://github.com/chhedadhruv) - DMehaffy [@&#8203;derrickmehaffy](https://github.com/derrickmehaffy) - Filip Ónodi [@&#8203;fonodi](https://github.com/fonodi) - Nico André [@&#8203;nclsndr](https://github.com/nclsndr) - Sjouke de Vries [@&#8203;sjoukedv](https://github.com/sjoukedv) - Vishal Kumar Singh [@&#8203;singhvishalkr](https://github.com/singhvishalkr) </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-05-29 04:06:54 +04:00
Update all digest updates to v5.47.0
Test / Basic (pull_request) Successful in 3m26s
Test / Basic (push) Successful in 2m48s
a113d90a90
renovate[bot] scheduled this pull request to auto merge when all checks succeed 2026-05-29 04:06:54 +04:00
renovate[bot] merged commit a113d90a90 into master 2026-05-29 04:15:34 +04:00
renovate[bot] deleted branch renovate/all-digest 2026-05-29 04:15:34 +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#57